Shades of Palatinate Purple #592B54
Tints of Palatinate Purple #592B54
RGB
CMYK
RGB Variations
Color information
#592B54 (or 0x592B54) is known color: Palatinate Purple. HEX triplet: 59, 2B and 54. RGB value is (89,43,84). Sum of RGB (Red+Green+Blue) = 89+43+84=216 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.20% from 216); Green value is 43 (17.19% from 255 or 19.91% from 216); Blue value is 84 (33.20% from 255 or 38.89% from 216); Max value from RGB is 89 - color contains mainly: red. Hex color #592B54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592B54 is #A6D4AB. Grayscale: #3D3D3D. Windows color (decimal): -10933420 or 5516121. OLE color: 5516121.
HSL color Cylindrical-coordinate representation of color #592B54: hue angle of 306.52º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #592B54 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 43 | 84 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.65 |
| HSL | 306.52º | 0.35% | 0.26% | - |
| HSV(B) | 306.52º | 0.52% | 0.35% | - |
| XYZ | 6.58 | 4.49 | 8.91 | - |
| YUV | 61.43 | 140.74 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 43 | 84 | 0 | 0.52 | 0.06 | 0.65 | 306.52 | 0.35 | 0.26 |
| Hex | 59 | 2B | 54 | 0 | 34 | 6 | 41 | 133 | 23 | 1A |
| Octal | 131 | 53 | 124 | 0 | 64 | 6 | 101 | 463 | 43 | 32 |
| Binary | 1011001 | 101011 | 1010100 | 0 | 110100 | 110 | 1000001 | 100110011 | 100011 | 11010 |
Color Harmonies of #592B54
Complementary color
Monochromatic Colors of #592B54
Black with #592B54
Text Example
Text Example
White with #592B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592B54; }
p { color: rgb(89,43,84); }
H1.HeaderClassName
{
color: #592B54;
}
.AnyTagClassName
{
color: #592B54;
}
</style>
background-color css
<style>
a { background-color: #592B54; }
a { background-color: rgb(89,43,84); }
div.DivClassName
{
background-color: #592B54;
}
.BgClassName
{
background-color: #592B54;
}
</style>
border-color css
<style>
span { border-color: #592B54; }
span { border-color: rgb(89,43,84); }
td.TdClassName
{
border-color: #592B54;
}
.TagClassName
{
border-color: #592B54;
}
</style>