Shades of Palatinate Purple #592856
Tints of Palatinate Purple #592856
RGB
CMYK
RGB Variations
Color information
#592856 (or 0x592856) is known color: Palatinate Purple. HEX triplet: 59, 28 and 56. RGB value is (89,40,86). Sum of RGB (Red+Green+Blue) = 89+40+86=215 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.40% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 86 (33.98% from 255 or 40% from 215); Max value from RGB is 89 - color contains mainly: red. Hex color #592856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592856 is #A6D7A9. Grayscale: #3B3B3B. Windows color (decimal): -10934186 or 5646425. OLE color: 5646425.
HSL color Cylindrical-coordinate representation of color #592856: hue angle of 303.67º 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 #592856 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 40 | 86 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.65 |
| HSL | 303.67º | 0.38% | 0.25% | - |
| HSV(B) | 303.67º | 0.55% | 0.35% | - |
| XYZ | 6.56 | 4.31 | 9.29 | - |
| YUV | 59.9 | 142.73 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 40 | 86 | 0 | 0.55 | 0.03 | 0.65 | 303.67 | 0.38 | 0.25 |
| Hex | 59 | 28 | 56 | 0 | 37 | 3 | 41 | 130 | 26 | 19 |
| Octal | 131 | 50 | 126 | 0 | 67 | 3 | 101 | 460 | 46 | 31 |
| Binary | 1011001 | 101000 | 1010110 | 0 | 110111 | 11 | 1000001 | 100110000 | 100110 | 11001 |
Color Harmonies of #592856
Complementary color
Monochromatic Colors of #592856
Black with #592856
Text Example
Text Example
White with #592856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592856; }
p { color: rgb(89,40,86); }
H1.HeaderClassName
{
color: #592856;
}
.AnyTagClassName
{
color: #592856;
}
</style>
background-color css
<style>
a { background-color: #592856; }
a { background-color: rgb(89,40,86); }
div.DivClassName
{
background-color: #592856;
}
.BgClassName
{
background-color: #592856;
}
</style>
border-color css
<style>
span { border-color: #592856; }
span { border-color: rgb(89,40,86); }
td.TdClassName
{
border-color: #592856;
}
.TagClassName
{
border-color: #592856;
}
</style>