Shades of Palatinate Purple #600C66
Tints of Palatinate Purple #600C66
RGB
CMYK
RGB Variations
Color information
#600C66 (or 0x600C66) is known color: Palatinate Purple. HEX triplet: 60, 0C and 66. RGB value is (96,12,102). Sum of RGB (Red+Green+Blue) = 96+12+102=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 12 (5.08% from 255 or 5.71% from 210); Blue value is 102 (40.23% from 255 or 48.57% from 210); Max value from RGB is 102 - color contains mainly: blue. Hex color #600C66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600C66 is #9FF399. Grayscale: #2F2F2F. Windows color (decimal): -10482586 or 6687840. OLE color: 6687840.
HSL color Cylindrical-coordinate representation of color #600C66: hue angle of 296º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #600C66 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 96 | 12 | 102 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.6 |
| HSL | 296º | 0.79% | 0.22% | - |
| HSV(B) | 296º | 0.88% | 0.4% | - |
| XYZ | 7.35 | 3.71 | 12.9 | - |
| YUV | 47.38 | 158.83 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 12 | 102 | 0.06 | 0.88 | 0 | 0.6 | 296 | 0.79 | 0.22 |
| Hex | 60 | C | 66 | 6 | 58 | 0 | 3C | 128 | 4F | 16 |
| Octal | 140 | 14 | 146 | 6 | 130 | 0 | 74 | 450 | 117 | 26 |
| Binary | 1100000 | 1100 | 1100110 | 110 | 1011000 | 0 | 111100 | 100101000 | 1001111 | 10110 |
Color Harmonies of #600C66
Complementary color
Monochromatic Colors of #600C66
Black with #600C66
Text Example
Text Example
White with #600C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600C66; }
p { color: rgb(96,12,102); }
H1.HeaderClassName
{
color: #600C66;
}
.AnyTagClassName
{
color: #600C66;
}
</style>
background-color css
<style>
a { background-color: #600C66; }
a { background-color: rgb(96,12,102); }
div.DivClassName
{
background-color: #600C66;
}
.BgClassName
{
background-color: #600C66;
}
</style>
border-color css
<style>
span { border-color: #600C66; }
span { border-color: rgb(96,12,102); }
td.TdClassName
{
border-color: #600C66;
}
.TagClassName
{
border-color: #600C66;
}
</style>