Newton & Maxwell Color Spectrum ("Roy G. Biv")
Isaac Newton separated the colors of the rainbow from sunlight using a prism in 1672. Then in 1865, James Clerk Maxwell showed that radio waves, microwaves, X-rays, gamma rays, and visible light are actually all electromagnetic waves of varying frequency. Our eyes detect only a very small range of these frequencies.
Red Orange Yellow Green Blue Indigo Violet
Newton's Prism Setup, 1672
Sir Isaac
J.C. Maxwell
RGB Color Mixing
Red
255,0,0
#FF0000
Yellow
255,255,0
#FFFF00
Cyan
0,255,255
#00FFFF
Green
0,255,0
#00FF00
Blue
0,0,255
#0000FF
White
255,255,255
#FFFFFF
Magenta
255,0,255
#FF00FF
Hue, Saturation, & Brightness (HSB)
In 1931 color TV engineers developed the HSB scheme for specifying colors. [HSB = Hue, Saturation, Brightness]. HSB fits human intuition better than RGB.
Mathematically HSB changes the RGB "color cube" into a cylinder. The ends of the visible spectrum join at what is called the "line of purples" (see dotted line above).
"Hue" is a single number that assigns each color a number from 0 thru 360 (degrees).
"Saturation" refers to the intensity of the color (0%-100%). A hue of saturation 0% will be gray or black; 100%, pure color.
Brightness (0%-100%) ranges from very dark (0%=black) to very bright (100%=white). Half the possible range is shown above.
0o
360o
120o
240o