Shades of Palatinate Purple #592855
Tints of Palatinate Purple #592855
RGB
CMYK
RGB Variations
Color information
#592855 (or 0x592855) is known color: Palatinate Purple. HEX triplet: 59, 28 and 55. RGB value is (89,40,85). Sum of RGB (Red+Green+Blue) = 89+40+85=214 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.59% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 85 (33.59% from 255 or 39.72% from 214); Max value from RGB is 89 - color contains mainly: red. Hex color #592855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592855 is #A6D7AA. Grayscale: #3B3B3B. Windows color (decimal): -10934187 or 5580889. OLE color: 5580889.
HSL color Cylindrical-coordinate representation of color #592855: hue angle of 304.9º 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 #592855 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 40 | 85 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.65 |
| HSL | 304.9º | 0.38% | 0.25% | - |
| HSV(B) | 304.9º | 0.55% | 0.35% | - |
| XYZ | 6.52 | 4.3 | 9.08 | - |
| YUV | 59.78 | 142.23 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 40 | 85 | 0 | 0.55 | 0.04 | 0.65 | 304.9 | 0.38 | 0.25 |
| Hex | 59 | 28 | 55 | 0 | 37 | 4 | 41 | 131 | 26 | 19 |
| Octal | 131 | 50 | 125 | 0 | 67 | 4 | 101 | 461 | 46 | 31 |
| Binary | 1011001 | 101000 | 1010101 | 0 | 110111 | 100 | 1000001 | 100110001 | 100110 | 11001 |
Color Harmonies of #592855
Complementary color
Monochromatic Colors of #592855
Black with #592855
Text Example
Text Example
White with #592855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592855; }
p { color: rgb(89,40,85); }
H1.HeaderClassName
{
color: #592855;
}
.AnyTagClassName
{
color: #592855;
}
</style>
background-color css
<style>
a { background-color: #592855; }
a { background-color: rgb(89,40,85); }
div.DivClassName
{
background-color: #592855;
}
.BgClassName
{
background-color: #592855;
}
</style>
border-color css
<style>
span { border-color: #592855; }
span { border-color: rgb(89,40,85); }
td.TdClassName
{
border-color: #592855;
}
.TagClassName
{
border-color: #592855;
}
</style>