Shades of Palatinate Purple #601864
Tints of Palatinate Purple #601864
RGB
CMYK
RGB Variations
Color information
#601864 (or 0x601864) is known color: Palatinate Purple. HEX triplet: 60, 18 and 64. RGB value is (96,24,100). Sum of RGB (Red+Green+Blue) = 96+24+100=220 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.64% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 100 (39.45% from 255 or 45.45% from 220); Max value from RGB is 100 - color contains mainly: blue. Hex color #601864 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601864 is #9FE79B. Grayscale: #353535. Windows color (decimal): -10479516 or 6559840. OLE color: 6559840.
HSL color Cylindrical-coordinate representation of color #601864: hue angle of 296.84º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #601864 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 96 | 24 | 100 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.61 |
| HSL | 296.84º | 0.61% | 0.24% | - |
| HSV(B) | 296.84º | 0.76% | 0.39% | - |
| XYZ | 7.45 | 4.06 | 12.45 | - |
| YUV | 54.19 | 153.85 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 24 | 100 | 0.04 | 0.76 | 0 | 0.61 | 296.84 | 0.61 | 0.24 |
| Hex | 60 | 18 | 64 | 4 | 4C | 0 | 3D | 129 | 3D | 18 |
| Octal | 140 | 30 | 144 | 4 | 114 | 0 | 75 | 451 | 75 | 30 |
| Binary | 1100000 | 11000 | 1100100 | 100 | 1001100 | 0 | 111101 | 100101001 | 111101 | 11000 |
Color Harmonies of #601864
Complementary color
Monochromatic Colors of #601864
Black with #601864
Text Example
Text Example
White with #601864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601864; }
p { color: rgb(96,24,100); }
H1.HeaderClassName
{
color: #601864;
}
.AnyTagClassName
{
color: #601864;
}
</style>
background-color css
<style>
a { background-color: #601864; }
a { background-color: rgb(96,24,100); }
div.DivClassName
{
background-color: #601864;
}
.BgClassName
{
background-color: #601864;
}
</style>
border-color css
<style>
span { border-color: #601864; }
span { border-color: rgb(96,24,100); }
td.TdClassName
{
border-color: #601864;
}
.TagClassName
{
border-color: #601864;
}
</style>