Shades of Palatinate Purple #592A56
Tints of Palatinate Purple #592A56
RGB
CMYK
RGB Variations
Color information
#592A56 (or 0x592A56) is known color: Palatinate Purple. HEX triplet: 59, 2A and 56. RGB value is (89,42,86). Sum of RGB (Red+Green+Blue) = 89+42+86=217 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.01% from 217); Green value is 42 (16.80% from 255 or 19.35% from 217); Blue value is 86 (33.98% from 255 or 39.63% from 217); Max value from RGB is 89 - color contains mainly: red. Hex color #592A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592A56 is #A6D5A9. Grayscale: #3C3C3C. Windows color (decimal): -10933674 or 5646937. OLE color: 5646937.
HSL color Cylindrical-coordinate representation of color #592A56: hue angle of 303.83º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #592A56 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 42 | 86 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.65 |
| HSL | 303.83º | 0.36% | 0.26% | - |
| HSV(B) | 303.83º | 0.53% | 0.35% | - |
| XYZ | 6.63 | 4.45 | 9.31 | - |
| YUV | 61.07 | 142.07 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 42 | 86 | 0 | 0.53 | 0.03 | 0.65 | 303.83 | 0.36 | 0.26 |
| Hex | 59 | 2A | 56 | 0 | 35 | 3 | 41 | 130 | 24 | 1A |
| Octal | 131 | 52 | 126 | 0 | 65 | 3 | 101 | 460 | 44 | 32 |
| Binary | 1011001 | 101010 | 1010110 | 0 | 110101 | 11 | 1000001 | 100110000 | 100100 | 11010 |
Color Harmonies of #592A56
Complementary color
Monochromatic Colors of #592A56
Black with #592A56
Text Example
Text Example
White with #592A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592A56; }
p { color: rgb(89,42,86); }
H1.HeaderClassName
{
color: #592A56;
}
.AnyTagClassName
{
color: #592A56;
}
</style>
background-color css
<style>
a { background-color: #592A56; }
a { background-color: rgb(89,42,86); }
div.DivClassName
{
background-color: #592A56;
}
.BgClassName
{
background-color: #592A56;
}
</style>
border-color css
<style>
span { border-color: #592A56; }
span { border-color: rgb(89,42,86); }
td.TdClassName
{
border-color: #592A56;
}
.TagClassName
{
border-color: #592A56;
}
</style>