Shades of Palatinate Purple #602159
Tints of Palatinate Purple #602159
RGB
CMYK
RGB Variations
Color information
#602159 (or 0x602159) is known color: Palatinate Purple. HEX triplet: 60, 21 and 59. RGB value is (96,33,89). Sum of RGB (Red+Green+Blue) = 96+33+89=218 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.04% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 89 (35.16% from 255 or 40.83% from 218); Max value from RGB is 96 - color contains mainly: red. Hex color #602159 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602159 is #9FDEA6. Grayscale: #3A3A3A. Windows color (decimal): -10477223 or 5841248. OLE color: 5841248.
HSL color Cylindrical-coordinate representation of color #602159: hue angle of 306.67º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #602159 is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 33 | 89 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.62 |
| HSL | 306.67º | 0.49% | 0.25% | - |
| HSV(B) | 306.67º | 0.66% | 0.38% | - |
| XYZ | 7.17 | 4.3 | 9.9 | - |
| YUV | 58.22 | 145.37 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 33 | 89 | 0 | 0.66 | 0.07 | 0.62 | 306.67 | 0.49 | 0.25 |
| Hex | 60 | 21 | 59 | 0 | 42 | 7 | 3E | 133 | 31 | 19 |
| Octal | 140 | 41 | 131 | 0 | 102 | 7 | 76 | 463 | 61 | 31 |
| Binary | 1100000 | 100001 | 1011001 | 0 | 1000010 | 111 | 111110 | 100110011 | 110001 | 11001 |
Color Harmonies of #602159
Complementary color
Monochromatic Colors of #602159
Black with #602159
Text Example
Text Example
White with #602159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602159; }
p { color: rgb(96,33,89); }
H1.HeaderClassName
{
color: #602159;
}
.AnyTagClassName
{
color: #602159;
}
</style>
background-color css
<style>
a { background-color: #602159; }
a { background-color: rgb(96,33,89); }
div.DivClassName
{
background-color: #602159;
}
.BgClassName
{
background-color: #602159;
}
</style>
border-color css
<style>
span { border-color: #602159; }
span { border-color: rgb(96,33,89); }
td.TdClassName
{
border-color: #602159;
}
.TagClassName
{
border-color: #602159;
}
</style>