Shades of Palatinate Purple #602253
Tints of Palatinate Purple #602253
RGB
CMYK
RGB Variations
Color information
#602253 (or 0x602253) is known color: Palatinate Purple. HEX triplet: 60, 22 and 53. RGB value is (96,34,83). Sum of RGB (Red+Green+Blue) = 96+34+83=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 83 (32.81% from 255 or 38.97% from 213); Max value from RGB is 96 - color contains mainly: red. Hex color #602253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602253 is #9FDDAC. Grayscale: #393939. Windows color (decimal): -10476973 or 5448288. OLE color: 5448288.
HSL color Cylindrical-coordinate representation of color #602253: hue angle of 312.58º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #602253 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 34 | 83 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.62 |
| HSL | 312.58º | 0.48% | 0.25% | - |
| HSV(B) | 312.58º | 0.65% | 0.38% | - |
| XYZ | 6.96 | 4.26 | 8.64 | - |
| YUV | 58.12 | 142.04 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 34 | 83 | 0 | 0.65 | 0.14 | 0.62 | 312.58 | 0.48 | 0.25 |
| Hex | 60 | 22 | 53 | 0 | 41 | E | 3E | 139 | 30 | 19 |
| Octal | 140 | 42 | 123 | 0 | 101 | 16 | 76 | 471 | 60 | 31 |
| Binary | 1100000 | 100010 | 1010011 | 0 | 1000001 | 1110 | 111110 | 100111001 | 110000 | 11001 |
Color Harmonies of #602253
Complementary color
Monochromatic Colors of #602253
Black with #602253
Text Example
Text Example
White with #602253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602253; }
p { color: rgb(96,34,83); }
H1.HeaderClassName
{
color: #602253;
}
.AnyTagClassName
{
color: #602253;
}
</style>
background-color css
<style>
a { background-color: #602253; }
a { background-color: rgb(96,34,83); }
div.DivClassName
{
background-color: #602253;
}
.BgClassName
{
background-color: #602253;
}
</style>
border-color css
<style>
span { border-color: #602253; }
span { border-color: rgb(96,34,83); }
td.TdClassName
{
border-color: #602253;
}
.TagClassName
{
border-color: #602253;
}
</style>