Shades of Purple #600064
Tints of Purple #600064
RGB
CMYK
RGB Variations
Color information
#600064 (or 0x600064) is known color: Purple. HEX triplet: 60, 00 and 64. RGB value is (96,0,100). Sum of RGB (Red+Green+Blue) = 96+0+100=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 100 (39.45% from 255 or 51.02% from 196); Max value from RGB is 100 - color contains mainly: blue. Hex color #600064 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600064 is #9FFF9B. Grayscale: #272727. Windows color (decimal): -10485660 or 6553696. OLE color: 6553696.
HSL color Cylindrical-coordinate representation of color #600064: hue angle of 297.6º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #600064 is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 96 | 0 | 100 | - |
| CMYK | 0.04 | 1 | 0 | 0.61 |
| HSL | 297.6º | 1% | 0.2% | - |
| HSV(B) | 297.6º | 1% | 0.39% | - |
| XYZ | 7.12 | 3.41 | 12.34 | - |
| YUV | 40.1 | 161.8 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 100 | 0.04 | 1 | 0 | 0.61 | 297.6 | 1 | 0.2 |
| Hex | 60 | 0 | 64 | 4 | 64 | 0 | 3D | 12A | 64 | 14 |
| Octal | 140 | 0 | 144 | 4 | 144 | 0 | 75 | 452 | 144 | 24 |
| Binary | 1100000 | 0 | 1100100 | 100 | 1100100 | 0 | 111101 | 100101010 | 1100100 | 10100 |
Color Harmonies of #600064
Complementary color
Monochromatic Colors of #600064
Black with #600064
Text Example
Text Example
White with #600064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600064; }
p { color: rgb(96,0,100); }
H1.HeaderClassName
{
color: #600064;
}
.AnyTagClassName
{
color: #600064;
}
</style>
background-color css
<style>
a { background-color: #600064; }
a { background-color: rgb(96,0,100); }
div.DivClassName
{
background-color: #600064;
}
.BgClassName
{
background-color: #600064;
}
</style>
border-color css
<style>
span { border-color: #600064; }
span { border-color: rgb(96,0,100); }
td.TdClassName
{
border-color: #600064;
}
.TagClassName
{
border-color: #600064;
}
</style>