Shades of Palatinate Purple #602E53
Tints of Palatinate Purple #602E53
RGB
CMYK
RGB Variations
Color information
#602E53 (or 0x602E53) is known color: Palatinate Purple. HEX triplet: 60, 2E and 53. RGB value is (96,46,83). Sum of RGB (Red+Green+Blue) = 96+46+83=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 46 (18.36% from 255 or 20.44% from 225); Blue value is 83 (32.81% from 255 or 36.89% from 225); Max value from RGB is 96 - color contains mainly: red. Hex color #602E53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602E53 is #9FD1AC. Grayscale: #414141. Windows color (decimal): -10473901 or 5451360. OLE color: 5451360.
HSL color Cylindrical-coordinate representation of color #602E53: hue angle of 315.6º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #602E53 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 46 | 83 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.62 |
| HSL | 315.6º | 0.35% | 0.28% | - |
| HSV(B) | 315.6º | 0.52% | 0.38% | - |
| XYZ | 7.36 | 5.07 | 8.77 | - |
| YUV | 65.17 | 138.07 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 46 | 83 | 0 | 0.52 | 0.14 | 0.62 | 315.6 | 0.35 | 0.28 |
| Hex | 60 | 2E | 53 | 0 | 34 | E | 3E | 13C | 23 | 1C |
| Octal | 140 | 56 | 123 | 0 | 64 | 16 | 76 | 474 | 43 | 34 |
| Binary | 1100000 | 101110 | 1010011 | 0 | 110100 | 1110 | 111110 | 100111100 | 100011 | 11100 |
Color Harmonies of #602E53
Complementary color
Monochromatic Colors of #602E53
Black with #602E53
Text Example
Text Example
White with #602E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602E53; }
p { color: rgb(96,46,83); }
H1.HeaderClassName
{
color: #602E53;
}
.AnyTagClassName
{
color: #602E53;
}
</style>
background-color css
<style>
a { background-color: #602E53; }
a { background-color: rgb(96,46,83); }
div.DivClassName
{
background-color: #602E53;
}
.BgClassName
{
background-color: #602E53;
}
</style>
border-color css
<style>
span { border-color: #602E53; }
span { border-color: rgb(96,46,83); }
td.TdClassName
{
border-color: #602E53;
}
.TagClassName
{
border-color: #602E53;
}
</style>