Shades of Palatinate Purple #601C66
Tints of Palatinate Purple #601C66
RGB
CMYK
RGB Variations
Color information
#601C66 (or 0x601C66) is known color: Palatinate Purple. HEX triplet: 60, 1C and 66. RGB value is (96,28,102). Sum of RGB (Red+Green+Blue) = 96+28+102=226 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.48% from 226); Green value is 28 (11.33% from 255 or 12.39% from 226); Blue value is 102 (40.23% from 255 or 45.13% from 226); Max value from RGB is 102 - color contains mainly: blue. Hex color #601C66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601C66 is #9FE399. Grayscale: #383838. Windows color (decimal): -10478490 or 6691936. OLE color: 6691936.
HSL color Cylindrical-coordinate representation of color #601C66: hue angle of 295.14º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #601C66 is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 96 | 28 | 102 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.6 |
| HSL | 295.14º | 0.57% | 0.25% | - |
| HSV(B) | 295.14º | 0.73% | 0.4% | - |
| XYZ | 7.64 | 4.28 | 12.99 | - |
| YUV | 56.77 | 153.53 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 28 | 102 | 0.06 | 0.73 | 0 | 0.6 | 295.14 | 0.57 | 0.25 |
| Hex | 60 | 1C | 66 | 6 | 49 | 0 | 3C | 127 | 39 | 19 |
| Octal | 140 | 34 | 146 | 6 | 111 | 0 | 74 | 447 | 71 | 31 |
| Binary | 1100000 | 11100 | 1100110 | 110 | 1001001 | 0 | 111100 | 100100111 | 111001 | 11001 |
Color Harmonies of #601C66
Complementary color
Monochromatic Colors of #601C66
Black with #601C66
Text Example
Text Example
White with #601C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601C66; }
p { color: rgb(96,28,102); }
H1.HeaderClassName
{
color: #601C66;
}
.AnyTagClassName
{
color: #601C66;
}
</style>
background-color css
<style>
a { background-color: #601C66; }
a { background-color: rgb(96,28,102); }
div.DivClassName
{
background-color: #601C66;
}
.BgClassName
{
background-color: #601C66;
}
</style>
border-color css
<style>
span { border-color: #601C66; }
span { border-color: rgb(96,28,102); }
td.TdClassName
{
border-color: #601C66;
}
.TagClassName
{
border-color: #601C66;
}
</style>