Shades of Palatinate Purple #592852
Tints of Palatinate Purple #592852
RGB
CMYK
RGB Variations
Color information
#592852 (or 0x592852) is known color: Palatinate Purple. HEX triplet: 59, 28 and 52. RGB value is (89,40,82). Sum of RGB (Red+Green+Blue) = 89+40+82=211 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.18% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 89 - color contains mainly: red. Hex color #592852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592852 is #A6D7AD. Grayscale: #3B3B3B. Windows color (decimal): -10934190 or 5384281. OLE color: 5384281.
HSL color Cylindrical-coordinate representation of color #592852: hue angle of 308.57º 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 #592852 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 40 | 82 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.65 |
| HSL | 308.57º | 0.38% | 0.25% | - |
| HSV(B) | 308.57º | 0.55% | 0.35% | - |
| XYZ | 6.4 | 4.25 | 8.47 | - |
| YUV | 59.44 | 140.73 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 40 | 82 | 0 | 0.55 | 0.08 | 0.65 | 308.57 | 0.38 | 0.25 |
| Hex | 59 | 28 | 52 | 0 | 37 | 8 | 41 | 135 | 26 | 19 |
| Octal | 131 | 50 | 122 | 0 | 67 | 10 | 101 | 465 | 46 | 31 |
| Binary | 1011001 | 101000 | 1010010 | 0 | 110111 | 1000 | 1000001 | 100110101 | 100110 | 11001 |
Color Harmonies of #592852
Complementary color
Monochromatic Colors of #592852
Black with #592852
Text Example
Text Example
White with #592852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592852; }
p { color: rgb(89,40,82); }
H1.HeaderClassName
{
color: #592852;
}
.AnyTagClassName
{
color: #592852;
}
</style>
background-color css
<style>
a { background-color: #592852; }
a { background-color: rgb(89,40,82); }
div.DivClassName
{
background-color: #592852;
}
.BgClassName
{
background-color: #592852;
}
</style>
border-color css
<style>
span { border-color: #592852; }
span { border-color: rgb(89,40,82); }
td.TdClassName
{
border-color: #592852;
}
.TagClassName
{
border-color: #592852;
}
</style>