Shades of Palatinate Purple #602851
Tints of Palatinate Purple #602851
RGB
CMYK
RGB Variations
Color information
#602851 (or 0x602851) is known color: Palatinate Purple. HEX triplet: 60, 28 and 51. RGB value is (96,40,81). Sum of RGB (Red+Green+Blue) = 96+40+81=217 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.24% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 81 (32.03% from 255 or 37.33% from 217); Max value from RGB is 96 - color contains mainly: red. Hex color #602851 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602851 is #9FD7AE. Grayscale: #3D3D3D. Windows color (decimal): -10475439 or 5318752. OLE color: 5318752.
HSL color Cylindrical-coordinate representation of color #602851: hue angle of 316.07º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #602851 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 40 | 81 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.62 |
| HSL | 316.07º | 0.41% | 0.27% | - |
| HSV(B) | 316.07º | 0.58% | 0.38% | - |
| XYZ | 7.07 | 4.6 | 8.3 | - |
| YUV | 61.42 | 139.05 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 40 | 81 | 0 | 0.58 | 0.16 | 0.62 | 316.07 | 0.41 | 0.27 |
| Hex | 60 | 28 | 51 | 0 | 3A | 10 | 3E | 13C | 29 | 1B |
| Octal | 140 | 50 | 121 | 0 | 72 | 20 | 76 | 474 | 51 | 33 |
| Binary | 1100000 | 101000 | 1010001 | 0 | 111010 | 10000 | 111110 | 100111100 | 101001 | 11011 |
Color Harmonies of #602851
Complementary color
Monochromatic Colors of #602851
Black with #602851
Text Example
Text Example
White with #602851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602851; }
p { color: rgb(96,40,81); }
H1.HeaderClassName
{
color: #602851;
}
.AnyTagClassName
{
color: #602851;
}
</style>
background-color css
<style>
a { background-color: #602851; }
a { background-color: rgb(96,40,81); }
div.DivClassName
{
background-color: #602851;
}
.BgClassName
{
background-color: #602851;
}
</style>
border-color css
<style>
span { border-color: #602851; }
span { border-color: rgb(96,40,81); }
td.TdClassName
{
border-color: #602851;
}
.TagClassName
{
border-color: #602851;
}
</style>