Shades of Palatinate Purple #602564
Tints of Palatinate Purple #602564
RGB
CMYK
RGB Variations
Color information
#602564 (or 0x602564) is known color: Palatinate Purple. HEX triplet: 60, 25 and 64. RGB value is (96,37,100). Sum of RGB (Red+Green+Blue) = 96+37+100=233 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.20% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 100 (39.45% from 255 or 42.92% from 233); Max value from RGB is 100 - color contains mainly: blue. Hex color #602564 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602564 is #9FDA9B. Grayscale: #3D3D3D. Windows color (decimal): -10476188 or 6563168. OLE color: 6563168.
HSL color Cylindrical-coordinate representation of color #602564: hue angle of 296.19º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #602564 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 96 | 37 | 100 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.61 |
| HSL | 296.19º | 0.46% | 0.27% | - |
| HSV(B) | 296.19º | 0.63% | 0.39% | - |
| XYZ | 7.79 | 4.73 | 12.56 | - |
| YUV | 61.82 | 149.55 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 37 | 100 | 0.04 | 0.63 | 0 | 0.61 | 296.19 | 0.46 | 0.27 |
| Hex | 60 | 25 | 64 | 4 | 3F | 0 | 3D | 128 | 2E | 1B |
| Octal | 140 | 45 | 144 | 4 | 77 | 0 | 75 | 450 | 56 | 33 |
| Binary | 1100000 | 100101 | 1100100 | 100 | 111111 | 0 | 111101 | 100101000 | 101110 | 11011 |
Color Harmonies of #602564
Complementary color
Monochromatic Colors of #602564
Black with #602564
Text Example
Text Example
White with #602564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602564; }
p { color: rgb(96,37,100); }
H1.HeaderClassName
{
color: #602564;
}
.AnyTagClassName
{
color: #602564;
}
</style>
background-color css
<style>
a { background-color: #602564; }
a { background-color: rgb(96,37,100); }
div.DivClassName
{
background-color: #602564;
}
.BgClassName
{
background-color: #602564;
}
</style>
border-color css
<style>
span { border-color: #602564; }
span { border-color: rgb(96,37,100); }
td.TdClassName
{
border-color: #602564;
}
.TagClassName
{
border-color: #602564;
}
</style>