Shades of Palatinate Purple #602559
Tints of Palatinate Purple #602559
RGB
CMYK
RGB Variations
Color information
#602559 (or 0x602559) is known color: Palatinate Purple. HEX triplet: 60, 25 and 59. RGB value is (96,37,89). Sum of RGB (Red+Green+Blue) = 96+37+89=222 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.24% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 89 (35.16% from 255 or 40.09% from 222); Max value from RGB is 96 - color contains mainly: red. Hex color #602559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602559 is #9FDAA6. Grayscale: #3C3C3C. Windows color (decimal): -10476199 or 5842272. OLE color: 5842272.
HSL color Cylindrical-coordinate representation of color #602559: hue angle of 307.12º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #602559 is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 37 | 89 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.62 |
| HSL | 307.12º | 0.44% | 0.26% | - |
| HSV(B) | 307.12º | 0.61% | 0.38% | - |
| XYZ | 7.29 | 4.53 | 9.94 | - |
| YUV | 60.57 | 144.05 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 37 | 89 | 0 | 0.61 | 0.07 | 0.62 | 307.12 | 0.44 | 0.26 |
| Hex | 60 | 25 | 59 | 0 | 3D | 7 | 3E | 133 | 2C | 1A |
| Octal | 140 | 45 | 131 | 0 | 75 | 7 | 76 | 463 | 54 | 32 |
| Binary | 1100000 | 100101 | 1011001 | 0 | 111101 | 111 | 111110 | 100110011 | 101100 | 11010 |
Color Harmonies of #602559
Complementary color
Monochromatic Colors of #602559
Black with #602559
Text Example
Text Example
White with #602559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602559; }
p { color: rgb(96,37,89); }
H1.HeaderClassName
{
color: #602559;
}
.AnyTagClassName
{
color: #602559;
}
</style>
background-color css
<style>
a { background-color: #602559; }
a { background-color: rgb(96,37,89); }
div.DivClassName
{
background-color: #602559;
}
.BgClassName
{
background-color: #602559;
}
</style>
border-color css
<style>
span { border-color: #602559; }
span { border-color: rgb(96,37,89); }
td.TdClassName
{
border-color: #602559;
}
.TagClassName
{
border-color: #602559;
}
</style>