Shades of Palatinate Purple #592853
Tints of Palatinate Purple #592853
RGB
CMYK
RGB Variations
Color information
#592853 (or 0x592853) is known color: Palatinate Purple. HEX triplet: 59, 28 and 53. RGB value is (89,40,83). Sum of RGB (Red+Green+Blue) = 89+40+83=212 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.98% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 89 - color contains mainly: red. Hex color #592853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592853 is #A6D7AC. Grayscale: #3B3B3B. Windows color (decimal): -10934189 or 5449817. OLE color: 5449817.
HSL color Cylindrical-coordinate representation of color #592853: hue angle of 307.35º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #592853 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 40 | 83 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.65 |
| HSL | 307.35º | 0.38% | 0.25% | - |
| HSV(B) | 307.35º | 0.55% | 0.35% | - |
| XYZ | 6.44 | 4.27 | 8.67 | - |
| YUV | 59.55 | 141.23 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 40 | 83 | 0 | 0.55 | 0.07 | 0.65 | 307.35 | 0.38 | 0.25 |
| Hex | 59 | 28 | 53 | 0 | 37 | 7 | 41 | 133 | 26 | 19 |
| Octal | 131 | 50 | 123 | 0 | 67 | 7 | 101 | 463 | 46 | 31 |
| Binary | 1011001 | 101000 | 1010011 | 0 | 110111 | 111 | 1000001 | 100110011 | 100110 | 11001 |
Color Harmonies of #592853
Complementary color
Monochromatic Colors of #592853
Black with #592853
Text Example
Text Example
White with #592853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592853; }
p { color: rgb(89,40,83); }
H1.HeaderClassName
{
color: #592853;
}
.AnyTagClassName
{
color: #592853;
}
</style>
background-color css
<style>
a { background-color: #592853; }
a { background-color: rgb(89,40,83); }
div.DivClassName
{
background-color: #592853;
}
.BgClassName
{
background-color: #592853;
}
</style>
border-color css
<style>
span { border-color: #592853; }
span { border-color: rgb(89,40,83); }
td.TdClassName
{
border-color: #592853;
}
.TagClassName
{
border-color: #592853;
}
</style>