Shades of Palatinate Purple #602957
Tints of Palatinate Purple #602957
RGB
CMYK
RGB Variations
Color information
#602957 (or 0x602957) is known color: Palatinate Purple. HEX triplet: 60, 29 and 57. RGB value is (96,41,87). Sum of RGB (Red+Green+Blue) = 96+41+87=224 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.86% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 87 (34.38% from 255 or 38.84% from 224); Max value from RGB is 96 - color contains mainly: red. Hex color #602957 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602957 is #9FD6A8. Grayscale: #3E3E3E. Windows color (decimal): -10475177 or 5712224. OLE color: 5712224.
HSL color Cylindrical-coordinate representation of color #602957: hue angle of 309.82º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #602957 is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 41 | 87 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.62 |
| HSL | 309.82º | 0.4% | 0.27% | - |
| HSV(B) | 309.82º | 0.57% | 0.38% | - |
| XYZ | 7.34 | 4.76 | 9.55 | - |
| YUV | 62.69 | 141.72 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 41 | 87 | 0 | 0.57 | 0.09 | 0.62 | 309.82 | 0.4 | 0.27 |
| Hex | 60 | 29 | 57 | 0 | 39 | 9 | 3E | 136 | 28 | 1B |
| Octal | 140 | 51 | 127 | 0 | 71 | 11 | 76 | 466 | 50 | 33 |
| Binary | 1100000 | 101001 | 1010111 | 0 | 111001 | 1001 | 111110 | 100110110 | 101000 | 11011 |
Color Harmonies of #602957
Complementary color
Monochromatic Colors of #602957
Black with #602957
Text Example
Text Example
White with #602957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602957; }
p { color: rgb(96,41,87); }
H1.HeaderClassName
{
color: #602957;
}
.AnyTagClassName
{
color: #602957;
}
</style>
background-color css
<style>
a { background-color: #602957; }
a { background-color: rgb(96,41,87); }
div.DivClassName
{
background-color: #602957;
}
.BgClassName
{
background-color: #602957;
}
</style>
border-color css
<style>
span { border-color: #602957; }
span { border-color: rgb(96,41,87); }
td.TdClassName
{
border-color: #602957;
}
.TagClassName
{
border-color: #602957;
}
</style>