Shades of Palatinate Purple #602B53
Tints of Palatinate Purple #602B53
RGB
CMYK
RGB Variations
Color information
#602B53 (or 0x602B53) is known color: Palatinate Purple. HEX triplet: 60, 2B and 53. RGB value is (96,43,83). Sum of RGB (Red+Green+Blue) = 96+43+83=222 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.24% from 222); Green value is 43 (17.19% from 255 or 19.37% from 222); Blue value is 83 (32.81% from 255 or 37.39% from 222); Max value from RGB is 96 - color contains mainly: red. Hex color #602B53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602B53 is #9FD4AC. Grayscale: #3F3F3F. Windows color (decimal): -10474669 or 5450592. OLE color: 5450592.
HSL color Cylindrical-coordinate representation of color #602B53: hue angle of 314.72º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #602B53 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 43 | 83 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.62 |
| HSL | 314.72º | 0.38% | 0.27% | - |
| HSV(B) | 314.72º | 0.55% | 0.38% | - |
| XYZ | 7.25 | 4.84 | 8.74 | - |
| YUV | 63.41 | 139.06 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 43 | 83 | 0 | 0.55 | 0.14 | 0.62 | 314.72 | 0.38 | 0.27 |
| Hex | 60 | 2B | 53 | 0 | 37 | E | 3E | 13B | 26 | 1B |
| Octal | 140 | 53 | 123 | 0 | 67 | 16 | 76 | 473 | 46 | 33 |
| Binary | 1100000 | 101011 | 1010011 | 0 | 110111 | 1110 | 111110 | 100111011 | 100110 | 11011 |
Color Harmonies of #602B53
Complementary color
Monochromatic Colors of #602B53
Black with #602B53
Text Example
Text Example
White with #602B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602B53; }
p { color: rgb(96,43,83); }
H1.HeaderClassName
{
color: #602B53;
}
.AnyTagClassName
{
color: #602B53;
}
</style>
background-color css
<style>
a { background-color: #602B53; }
a { background-color: rgb(96,43,83); }
div.DivClassName
{
background-color: #602B53;
}
.BgClassName
{
background-color: #602B53;
}
</style>
border-color css
<style>
span { border-color: #602B53; }
span { border-color: rgb(96,43,83); }
td.TdClassName
{
border-color: #602B53;
}
.TagClassName
{
border-color: #602B53;
}
</style>