Shades of Palatinate Purple #592E55
Tints of Palatinate Purple #592E55
RGB
CMYK
RGB Variations
Color information
#592E55 (or 0x592E55) is known color: Palatinate Purple. HEX triplet: 59, 2E and 55. RGB value is (89,46,85). Sum of RGB (Red+Green+Blue) = 89+46+85=220 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.45% from 220); Green value is 46 (18.36% from 255 or 20.91% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 89 - color contains mainly: red. Hex color #592E55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592E55 is #A6D1AA. Grayscale: #3F3F3F. Windows color (decimal): -10932651 or 5582425. OLE color: 5582425.
HSL color Cylindrical-coordinate representation of color #592E55: hue angle of 305.58º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #592E55 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 46 | 85 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.65 |
| HSL | 305.58º | 0.32% | 0.26% | - |
| HSV(B) | 305.58º | 0.48% | 0.35% | - |
| XYZ | 6.74 | 4.73 | 9.15 | - |
| YUV | 63.3 | 140.25 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 46 | 85 | 0 | 0.48 | 0.04 | 0.65 | 305.58 | 0.32 | 0.26 |
| Hex | 59 | 2E | 55 | 0 | 30 | 4 | 41 | 132 | 20 | 1A |
| Octal | 131 | 56 | 125 | 0 | 60 | 4 | 101 | 462 | 40 | 32 |
| Binary | 1011001 | 101110 | 1010101 | 0 | 110000 | 100 | 1000001 | 100110010 | 100000 | 11010 |
Color Harmonies of #592E55
Complementary color
Monochromatic Colors of #592E55
Black with #592E55
Text Example
Text Example
White with #592E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592E55; }
p { color: rgb(89,46,85); }
H1.HeaderClassName
{
color: #592E55;
}
.AnyTagClassName
{
color: #592E55;
}
</style>
background-color css
<style>
a { background-color: #592E55; }
a { background-color: rgb(89,46,85); }
div.DivClassName
{
background-color: #592E55;
}
.BgClassName
{
background-color: #592E55;
}
</style>
border-color css
<style>
span { border-color: #592E55; }
span { border-color: rgb(89,46,85); }
td.TdClassName
{
border-color: #592E55;
}
.TagClassName
{
border-color: #592E55;
}
</style>