Shades of Palatinate Purple #602D55
Tints of Palatinate Purple #602D55
RGB
CMYK
RGB Variations
Color information
#602D55 (or 0x602D55) is known color: Palatinate Purple. HEX triplet: 60, 2D and 55. RGB value is (96,45,85). Sum of RGB (Red+Green+Blue) = 96+45+85=226 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.48% from 226); Green value is 45 (17.97% from 255 or 19.91% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 96 - color contains mainly: red. Hex color #602D55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602D55 is #9FD2AA. Grayscale: #404040. Windows color (decimal): -10474155 or 5582176. OLE color: 5582176.
HSL color Cylindrical-coordinate representation of color #602D55: hue angle of 312.94º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #602D55 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 45 | 85 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.62 |
| HSL | 312.94º | 0.36% | 0.28% | - |
| HSV(B) | 312.94º | 0.53% | 0.38% | - |
| XYZ | 7.4 | 5.02 | 9.17 | - |
| YUV | 64.81 | 139.4 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 45 | 85 | 0 | 0.53 | 0.11 | 0.62 | 312.94 | 0.36 | 0.28 |
| Hex | 60 | 2D | 55 | 0 | 35 | B | 3E | 139 | 24 | 1C |
| Octal | 140 | 55 | 125 | 0 | 65 | 13 | 76 | 471 | 44 | 34 |
| Binary | 1100000 | 101101 | 1010101 | 0 | 110101 | 1011 | 111110 | 100111001 | 100100 | 11100 |
Color Harmonies of #602D55
Complementary color
Monochromatic Colors of #602D55
Black with #602D55
Text Example
Text Example
White with #602D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602D55; }
p { color: rgb(96,45,85); }
H1.HeaderClassName
{
color: #602D55;
}
.AnyTagClassName
{
color: #602D55;
}
</style>
background-color css
<style>
a { background-color: #602D55; }
a { background-color: rgb(96,45,85); }
div.DivClassName
{
background-color: #602D55;
}
.BgClassName
{
background-color: #602D55;
}
</style>
border-color css
<style>
span { border-color: #602D55; }
span { border-color: rgb(96,45,85); }
td.TdClassName
{
border-color: #602D55;
}
.TagClassName
{
border-color: #602D55;
}
</style>