Shades of Palatinate Purple #602157
Tints of Palatinate Purple #602157
RGB
CMYK
RGB Variations
Color information
#602157 (or 0x602157) is known color: Palatinate Purple. HEX triplet: 60, 21 and 57. RGB value is (96,33,87). Sum of RGB (Red+Green+Blue) = 96+33+87=216 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.44% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 87 (34.38% from 255 or 40.28% from 216); Max value from RGB is 96 - color contains mainly: red. Hex color #602157 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602157 is #9FDEA8. Grayscale: #393939. Windows color (decimal): -10477225 or 5710176. OLE color: 5710176.
HSL color Cylindrical-coordinate representation of color #602157: hue angle of 308.57º 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 #602157 is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 33 | 87 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.62 |
| HSL | 308.57º | 0.49% | 0.25% | - |
| HSV(B) | 308.57º | 0.66% | 0.38% | - |
| XYZ | 7.09 | 4.26 | 9.47 | - |
| YUV | 57.99 | 144.37 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 33 | 87 | 0 | 0.66 | 0.09 | 0.62 | 308.57 | 0.49 | 0.25 |
| Hex | 60 | 21 | 57 | 0 | 42 | 9 | 3E | 135 | 31 | 19 |
| Octal | 140 | 41 | 127 | 0 | 102 | 11 | 76 | 465 | 61 | 31 |
| Binary | 1100000 | 100001 | 1010111 | 0 | 1000010 | 1001 | 111110 | 100110101 | 110001 | 11001 |
Color Harmonies of #602157
Complementary color
Monochromatic Colors of #602157
Black with #602157
Text Example
Text Example
White with #602157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602157; }
p { color: rgb(96,33,87); }
H1.HeaderClassName
{
color: #602157;
}
.AnyTagClassName
{
color: #602157;
}
</style>
background-color css
<style>
a { background-color: #602157; }
a { background-color: rgb(96,33,87); }
div.DivClassName
{
background-color: #602157;
}
.BgClassName
{
background-color: #602157;
}
</style>
border-color css
<style>
span { border-color: #602157; }
span { border-color: rgb(96,33,87); }
td.TdClassName
{
border-color: #602157;
}
.TagClassName
{
border-color: #602157;
}
</style>