Shades of Palatinate Purple #602857
Tints of Palatinate Purple #602857
RGB
CMYK
RGB Variations
Color information
#602857 (or 0x602857) is known color: Palatinate Purple. HEX triplet: 60, 28 and 57. RGB value is (96,40,87). Sum of RGB (Red+Green+Blue) = 96+40+87=223 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.05% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 87 (34.38% from 255 or 39.01% from 223); Max value from RGB is 96 - color contains mainly: red. Hex color #602857 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602857 is #9FD7A8. Grayscale: #3D3D3D. Windows color (decimal): -10475433 or 5711968. OLE color: 5711968.
HSL color Cylindrical-coordinate representation of color #602857: hue angle of 309.64º 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 #602857 is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 40 | 87 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.62 |
| HSL | 309.64º | 0.41% | 0.27% | - |
| HSV(B) | 309.64º | 0.58% | 0.38% | - |
| XYZ | 7.3 | 4.69 | 9.54 | - |
| YUV | 62.1 | 142.05 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 40 | 87 | 0 | 0.58 | 0.09 | 0.62 | 309.64 | 0.41 | 0.27 |
| Hex | 60 | 28 | 57 | 0 | 3A | 9 | 3E | 136 | 29 | 1B |
| Octal | 140 | 50 | 127 | 0 | 72 | 11 | 76 | 466 | 51 | 33 |
| Binary | 1100000 | 101000 | 1010111 | 0 | 111010 | 1001 | 111110 | 100110110 | 101001 | 11011 |
Color Harmonies of #602857
Complementary color
Monochromatic Colors of #602857
Black with #602857
Text Example
Text Example
White with #602857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602857; }
p { color: rgb(96,40,87); }
H1.HeaderClassName
{
color: #602857;
}
.AnyTagClassName
{
color: #602857;
}
</style>
background-color css
<style>
a { background-color: #602857; }
a { background-color: rgb(96,40,87); }
div.DivClassName
{
background-color: #602857;
}
.BgClassName
{
background-color: #602857;
}
</style>
border-color css
<style>
span { border-color: #602857; }
span { border-color: rgb(96,40,87); }
td.TdClassName
{
border-color: #602857;
}
.TagClassName
{
border-color: #602857;
}
</style>