Shades of Palatinate Purple #601964
Tints of Palatinate Purple #601964
RGB
CMYK
RGB Variations
Color information
#601964 (or 0x601964) is known color: Palatinate Purple. HEX triplet: 60, 19 and 64. RGB value is (96,25,100). Sum of RGB (Red+Green+Blue) = 96+25+100=221 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.44% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 100 (39.45% from 255 or 45.25% from 221); Max value from RGB is 100 - color contains mainly: blue. Hex color #601964 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601964 is #9FE69B. Grayscale: #363636. Windows color (decimal): -10479260 or 6560096. OLE color: 6560096.
HSL color Cylindrical-coordinate representation of color #601964: hue angle of 296.8º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #601964 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 96 | 25 | 100 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.61 |
| HSL | 296.8º | 0.6% | 0.25% | - |
| HSV(B) | 296.8º | 0.75% | 0.39% | - |
| XYZ | 7.47 | 4.1 | 12.45 | - |
| YUV | 54.78 | 153.52 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 25 | 100 | 0.04 | 0.75 | 0 | 0.61 | 296.8 | 0.6 | 0.25 |
| Hex | 60 | 19 | 64 | 4 | 4B | 0 | 3D | 129 | 3C | 19 |
| Octal | 140 | 31 | 144 | 4 | 113 | 0 | 75 | 451 | 74 | 31 |
| Binary | 1100000 | 11001 | 1100100 | 100 | 1001011 | 0 | 111101 | 100101001 | 111100 | 11001 |
Color Harmonies of #601964
Complementary color
Monochromatic Colors of #601964
Black with #601964
Text Example
Text Example
White with #601964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601964; }
p { color: rgb(96,25,100); }
H1.HeaderClassName
{
color: #601964;
}
.AnyTagClassName
{
color: #601964;
}
</style>
background-color css
<style>
a { background-color: #601964; }
a { background-color: rgb(96,25,100); }
div.DivClassName
{
background-color: #601964;
}
.BgClassName
{
background-color: #601964;
}
</style>
border-color css
<style>
span { border-color: #601964; }
span { border-color: rgb(96,25,100); }
td.TdClassName
{
border-color: #601964;
}
.TagClassName
{
border-color: #601964;
}
</style>