Shades of Palatinate Purple #592755
Tints of Palatinate Purple #592755
RGB
CMYK
RGB Variations
Color information
#592755 (or 0x592755) is known color: Palatinate Purple. HEX triplet: 59, 27 and 55. RGB value is (89,39,85). Sum of RGB (Red+Green+Blue) = 89+39+85=213 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.78% from 213); Green value is 39 (15.62% from 255 or 18.31% from 213); Blue value is 85 (33.59% from 255 or 39.91% from 213); Max value from RGB is 89 - color contains mainly: red. Hex color #592755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592755 is #A6D8AA. Grayscale: #3B3B3B. Windows color (decimal): -10934443 or 5580633. OLE color: 5580633.
HSL color Cylindrical-coordinate representation of color #592755: hue angle of 304.8º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #592755 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 39 | 85 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.65 |
| HSL | 304.8º | 0.39% | 0.25% | - |
| HSV(B) | 304.8º | 0.56% | 0.35% | - |
| XYZ | 6.49 | 4.23 | 9.07 | - |
| YUV | 59.19 | 142.57 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 39 | 85 | 0 | 0.56 | 0.04 | 0.65 | 304.8 | 0.39 | 0.25 |
| Hex | 59 | 27 | 55 | 0 | 38 | 4 | 41 | 131 | 27 | 19 |
| Octal | 131 | 47 | 125 | 0 | 70 | 4 | 101 | 461 | 47 | 31 |
| Binary | 1011001 | 100111 | 1010101 | 0 | 111000 | 100 | 1000001 | 100110001 | 100111 | 11001 |
Color Harmonies of #592755
Complementary color
Monochromatic Colors of #592755
Black with #592755
Text Example
Text Example
White with #592755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592755; }
p { color: rgb(89,39,85); }
H1.HeaderClassName
{
color: #592755;
}
.AnyTagClassName
{
color: #592755;
}
</style>
background-color css
<style>
a { background-color: #592755; }
a { background-color: rgb(89,39,85); }
div.DivClassName
{
background-color: #592755;
}
.BgClassName
{
background-color: #592755;
}
</style>
border-color css
<style>
span { border-color: #592755; }
span { border-color: rgb(89,39,85); }
td.TdClassName
{
border-color: #592755;
}
.TagClassName
{
border-color: #592755;
}
</style>