Shades of Palatinate Purple #592954
Tints of Palatinate Purple #592954
RGB
CMYK
RGB Variations
Color information
#592954 (or 0x592954) is known color: Palatinate Purple. HEX triplet: 59, 29 and 54. RGB value is (89,41,84). Sum of RGB (Red+Green+Blue) = 89+41+84=214 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.59% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 84 (33.20% from 255 or 39.25% from 214); Max value from RGB is 89 - color contains mainly: red. Hex color #592954 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592954 is #A6D6AB. Grayscale: #3C3C3C. Windows color (decimal): -10933932 or 5515609. OLE color: 5515609.
HSL color Cylindrical-coordinate representation of color #592954: hue angle of 306.25º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #592954 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 41 | 84 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.65 |
| HSL | 306.25º | 0.37% | 0.25% | - |
| HSV(B) | 306.25º | 0.54% | 0.35% | - |
| XYZ | 6.51 | 4.35 | 8.88 | - |
| YUV | 60.25 | 141.4 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 41 | 84 | 0 | 0.54 | 0.06 | 0.65 | 306.25 | 0.37 | 0.25 |
| Hex | 59 | 29 | 54 | 0 | 36 | 6 | 41 | 132 | 25 | 19 |
| Octal | 131 | 51 | 124 | 0 | 66 | 6 | 101 | 462 | 45 | 31 |
| Binary | 1011001 | 101001 | 1010100 | 0 | 110110 | 110 | 1000001 | 100110010 | 100101 | 11001 |
Color Harmonies of #592954
Complementary color
Monochromatic Colors of #592954
Black with #592954
Text Example
Text Example
White with #592954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592954; }
p { color: rgb(89,41,84); }
H1.HeaderClassName
{
color: #592954;
}
.AnyTagClassName
{
color: #592954;
}
</style>
background-color css
<style>
a { background-color: #592954; }
a { background-color: rgb(89,41,84); }
div.DivClassName
{
background-color: #592954;
}
.BgClassName
{
background-color: #592954;
}
</style>
border-color css
<style>
span { border-color: #592954; }
span { border-color: rgb(89,41,84); }
td.TdClassName
{
border-color: #592954;
}
.TagClassName
{
border-color: #592954;
}
</style>