Shades of Palatinate Purple #602553
Tints of Palatinate Purple #602553
RGB
CMYK
RGB Variations
Color information
#602553 (or 0x602553) is known color: Palatinate Purple. HEX triplet: 60, 25 and 53. RGB value is (96,37,83). Sum of RGB (Red+Green+Blue) = 96+37+83=216 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.44% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 83 (32.81% from 255 or 38.43% from 216); Max value from RGB is 96 - color contains mainly: red. Hex color #602553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602553 is #9FDAAC. Grayscale: #3B3B3B. Windows color (decimal): -10476205 or 5449056. OLE color: 5449056.
HSL color Cylindrical-coordinate representation of color #602553: hue angle of 313.22º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #602553 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 37 | 83 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.62 |
| HSL | 313.22º | 0.44% | 0.26% | - |
| HSV(B) | 313.22º | 0.61% | 0.38% | - |
| XYZ | 7.05 | 4.43 | 8.67 | - |
| YUV | 59.89 | 141.05 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 37 | 83 | 0 | 0.61 | 0.14 | 0.62 | 313.22 | 0.44 | 0.26 |
| Hex | 60 | 25 | 53 | 0 | 3D | E | 3E | 139 | 2C | 1A |
| Octal | 140 | 45 | 123 | 0 | 75 | 16 | 76 | 471 | 54 | 32 |
| Binary | 1100000 | 100101 | 1010011 | 0 | 111101 | 1110 | 111110 | 100111001 | 101100 | 11010 |
Color Harmonies of #602553
Complementary color
Monochromatic Colors of #602553
Black with #602553
Text Example
Text Example
White with #602553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602553; }
p { color: rgb(96,37,83); }
H1.HeaderClassName
{
color: #602553;
}
.AnyTagClassName
{
color: #602553;
}
</style>
background-color css
<style>
a { background-color: #602553; }
a { background-color: rgb(96,37,83); }
div.DivClassName
{
background-color: #602553;
}
.BgClassName
{
background-color: #602553;
}
</style>
border-color css
<style>
span { border-color: #602553; }
span { border-color: rgb(96,37,83); }
td.TdClassName
{
border-color: #602553;
}
.TagClassName
{
border-color: #602553;
}
</style>