Shades of Palatinate Purple #592C54
Tints of Palatinate Purple #592C54
RGB
CMYK
RGB Variations
Color information
#592C54 (or 0x592C54) is known color: Palatinate Purple. HEX triplet: 59, 2C and 54. RGB value is (89,44,84). Sum of RGB (Red+Green+Blue) = 89+44+84=217 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.01% from 217); Green value is 44 (17.58% from 255 or 20.28% from 217); Blue value is 84 (33.20% from 255 or 38.71% from 217); Max value from RGB is 89 - color contains mainly: red. Hex color #592C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592C54 is #A6D3AB. Grayscale: #3D3D3D. Windows color (decimal): -10933164 or 5516377. OLE color: 5516377.
HSL color Cylindrical-coordinate representation of color #592C54: hue angle of 306.67º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #592C54 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 44 | 84 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.65 |
| HSL | 306.67º | 0.34% | 0.26% | - |
| HSV(B) | 306.67º | 0.51% | 0.35% | - |
| XYZ | 6.62 | 4.57 | 8.92 | - |
| YUV | 62.02 | 140.41 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 44 | 84 | 0 | 0.51 | 0.06 | 0.65 | 306.67 | 0.34 | 0.26 |
| Hex | 59 | 2C | 54 | 0 | 33 | 6 | 41 | 133 | 22 | 1A |
| Octal | 131 | 54 | 124 | 0 | 63 | 6 | 101 | 463 | 42 | 32 |
| Binary | 1011001 | 101100 | 1010100 | 0 | 110011 | 110 | 1000001 | 100110011 | 100010 | 11010 |
Color Harmonies of #592C54
Complementary color
Monochromatic Colors of #592C54
Black with #592C54
Text Example
Text Example
White with #592C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592C54; }
p { color: rgb(89,44,84); }
H1.HeaderClassName
{
color: #592C54;
}
.AnyTagClassName
{
color: #592C54;
}
</style>
background-color css
<style>
a { background-color: #592C54; }
a { background-color: rgb(89,44,84); }
div.DivClassName
{
background-color: #592C54;
}
.BgClassName
{
background-color: #592C54;
}
</style>
border-color css
<style>
span { border-color: #592C54; }
span { border-color: rgb(89,44,84); }
td.TdClassName
{
border-color: #592C54;
}
.TagClassName
{
border-color: #592C54;
}
</style>