Shades of Palatinate Purple #592153
Tints of Palatinate Purple #592153
RGB
CMYK
RGB Variations
Color information
#592153 (or 0x592153) is known color: Palatinate Purple. HEX triplet: 59, 21 and 53. RGB value is (89,33,83). Sum of RGB (Red+Green+Blue) = 89+33+83=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 83 (32.81% from 255 or 40.49% from 205); Max value from RGB is 89 - color contains mainly: red. Hex color #592153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592153 is #A6DEAC. Grayscale: #373737. Windows color (decimal): -10935981 or 5448025. OLE color: 5448025.
HSL color Cylindrical-coordinate representation of color #592153: hue angle of 306.43º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #592153 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 33 | 83 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.65 |
| HSL | 306.43º | 0.46% | 0.24% | - |
| HSV(B) | 306.43º | 0.63% | 0.35% | - |
| XYZ | 6.23 | 3.84 | 8.6 | - |
| YUV | 55.44 | 143.55 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 33 | 83 | 0 | 0.63 | 0.07 | 0.65 | 306.43 | 0.46 | 0.24 |
| Hex | 59 | 21 | 53 | 0 | 3F | 7 | 41 | 132 | 2E | 18 |
| Octal | 131 | 41 | 123 | 0 | 77 | 7 | 101 | 462 | 56 | 30 |
| Binary | 1011001 | 100001 | 1010011 | 0 | 111111 | 111 | 1000001 | 100110010 | 101110 | 11000 |
Color Harmonies of #592153
Complementary color
Monochromatic Colors of #592153
Black with #592153
Text Example
Text Example
White with #592153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592153; }
p { color: rgb(89,33,83); }
H1.HeaderClassName
{
color: #592153;
}
.AnyTagClassName
{
color: #592153;
}
</style>
background-color css
<style>
a { background-color: #592153; }
a { background-color: rgb(89,33,83); }
div.DivClassName
{
background-color: #592153;
}
.BgClassName
{
background-color: #592153;
}
</style>
border-color css
<style>
span { border-color: #592153; }
span { border-color: rgb(89,33,83); }
td.TdClassName
{
border-color: #592153;
}
.TagClassName
{
border-color: #592153;
}
</style>