Shades of Palatinate Purple #602951
Tints of Palatinate Purple #602951
RGB
CMYK
RGB Variations
Color information
#602951 (or 0x602951) is known color: Palatinate Purple. HEX triplet: 60, 29 and 51. RGB value is (96,41,81). Sum of RGB (Red+Green+Blue) = 96+41+81=218 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.04% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 96 - color contains mainly: red. Hex color #602951 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602951 is #9FD6AE. Grayscale: #3D3D3D. Windows color (decimal): -10475183 or 5319008. OLE color: 5319008.
HSL color Cylindrical-coordinate representation of color #602951: hue angle of 316.36º 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 #602951 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 41 | 81 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.62 |
| HSL | 316.36º | 0.4% | 0.27% | - |
| HSV(B) | 316.36º | 0.57% | 0.38% | - |
| XYZ | 7.1 | 4.67 | 8.31 | - |
| YUV | 62.01 | 138.72 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 41 | 81 | 0 | 0.57 | 0.16 | 0.62 | 316.36 | 0.4 | 0.27 |
| Hex | 60 | 29 | 51 | 0 | 39 | 10 | 3E | 13C | 28 | 1B |
| Octal | 140 | 51 | 121 | 0 | 71 | 20 | 76 | 474 | 50 | 33 |
| Binary | 1100000 | 101001 | 1010001 | 0 | 111001 | 10000 | 111110 | 100111100 | 101000 | 11011 |
Color Harmonies of #602951
Complementary color
Monochromatic Colors of #602951
Black with #602951
Text Example
Text Example
White with #602951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602951; }
p { color: rgb(96,41,81); }
H1.HeaderClassName
{
color: #602951;
}
.AnyTagClassName
{
color: #602951;
}
</style>
background-color css
<style>
a { background-color: #602951; }
a { background-color: rgb(96,41,81); }
div.DivClassName
{
background-color: #602951;
}
.BgClassName
{
background-color: #602951;
}
</style>
border-color css
<style>
span { border-color: #602951; }
span { border-color: rgb(96,41,81); }
td.TdClassName
{
border-color: #602951;
}
.TagClassName
{
border-color: #602951;
}
</style>