The double hexagon color palette allows the eye to see hue transitions with greater ease
then hex number charts that use simple tables.
The chart uses an abbreviated hexadecimal number sequence, hex code, to create different hex triplet hues by combining
red "R", green "G" and blue "B" bytes: RRGGBB - Each color's hex code and hue are displayed inside an html table cell.
The wheel palette consists of two hexagons joined along a common yellow-green axis. The key colors, using only the hex
numbers FF and 00, are underlined in the palette and are located at the corners of each hexagon, they are:
| FF0000 |
_Red |
| FFFF00 |
_Yellow |
| 00FF00 |
_Green (Lime) |
| 00FFFF |
_Cyan (Turquoise, Aqua) |
| 0000FF |
_Blue |
| FF00FF |
_Violet (Magenta, Fuchsia, Purple) |
|
A secondary main sequence of colors - the two outer ring of colors - loop around each hexagon table, transitioning
between the Key colors. Each outer ring of color in both hexagons are the same, and mirror each other.
The hex palette can be seen as a color cube. Selecting either the Top, Middle or Center Palette can be compared to peeling an onion, successive "internal layer colors" will appear more muted, as their shades are closer to gray. Layers also overlap, and switching between palettes will reveal which colors have changed.
In the chart's left hexagon, the outer ring of colors transition inwards, towards the center colors: white, light gray or medium gray (respectively, hex number
FFFFFF, CCCCCC or 999999).
While in the right hexagon, the same ring of colors transition to the center colors: black, slate gray or dark gray (respectively, hex number
000000, 333333 or 666666). The outer rings contain the most vivid colors, that is, those hues with the minimum amount of either black or white.
Imagine the two hexagons as gears, the outer rings as teeth, the black and white centers as hubs; as the gears turn
the matching pairs of outer ring colors mesh and merge.
The 216 colors shown on the hexagon wheel palette were once known as web safe colors, each color is a combination three,
two-digit hex numbers: 00, 33, 66, 99, CC and FF. Adjacent cells have the next higher or lower sequential hex number. There are 216 possible six-digit combinations of these "three-byte hexadecimal numbers (hex triplets)". Some colors appear more than once, overlapping the Top, Middle and Center palettes.
Hexadecimal notation or base 16, uses the standard base 10 digits; 0 through 9 as well as using the letters A through F
as digits too. Think of this as being born with 16 fingers instead of 10 and having a need to give each finger it's own symbol.
|
|
| |
|