Shades of Palatinate Purple #592555
Tints of Palatinate Purple #592555
RGB
CMYK
RGB Variations
Color information
#592555 (or 0x592555) is known color: Palatinate Purple. HEX triplet: 59, 25 and 55. RGB value is (89,37,85). Sum of RGB (Red+Green+Blue) = 89+37+85=211 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.18% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 85 (33.59% from 255 or 40.28% from 211); Max value from RGB is 89 - color contains mainly: red. Hex color #592555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592555 is #A6DAAA. Grayscale: #393939. Windows color (decimal): -10934955 or 5580121. OLE color: 5580121.
HSL color Cylindrical-coordinate representation of color #592555: hue angle of 304.62º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #592555 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 37 | 85 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.65 |
| HSL | 304.62º | 0.41% | 0.25% | - |
| HSV(B) | 304.62º | 0.58% | 0.35% | - |
| XYZ | 6.42 | 4.1 | 9.05 | - |
| YUV | 58.02 | 143.23 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 37 | 85 | 0 | 0.58 | 0.04 | 0.65 | 304.62 | 0.41 | 0.25 |
| Hex | 59 | 25 | 55 | 0 | 3A | 4 | 41 | 131 | 29 | 19 |
| Octal | 131 | 45 | 125 | 0 | 72 | 4 | 101 | 461 | 51 | 31 |
| Binary | 1011001 | 100101 | 1010101 | 0 | 111010 | 100 | 1000001 | 100110001 | 101001 | 11001 |
Color Harmonies of #592555
Complementary color
Monochromatic Colors of #592555
Black with #592555
Text Example
Text Example
White with #592555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592555; }
p { color: rgb(89,37,85); }
H1.HeaderClassName
{
color: #592555;
}
.AnyTagClassName
{
color: #592555;
}
</style>
background-color css
<style>
a { background-color: #592555; }
a { background-color: rgb(89,37,85); }
div.DivClassName
{
background-color: #592555;
}
.BgClassName
{
background-color: #592555;
}
</style>
border-color css
<style>
span { border-color: #592555; }
span { border-color: rgb(89,37,85); }
td.TdClassName
{
border-color: #592555;
}
.TagClassName
{
border-color: #592555;
}
</style>