Shades of Palatinate Purple #593256
Tints of Palatinate Purple #593256
RGB
CMYK
RGB Variations
Color information
#593256 (or 0x593256) is known color: Palatinate Purple. HEX triplet: 59, 32 and 56. RGB value is (89,50,86). Sum of RGB (Red+Green+Blue) = 89+50+86=225 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.56% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 86 (33.98% from 255 or 38.22% from 225); Max value from RGB is 89 - color contains mainly: red. Hex color #593256 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593256 is #A6CDA9. Grayscale: #414141. Windows color (decimal): -10931626 or 5648985. OLE color: 5648985.
HSL color Cylindrical-coordinate representation of color #593256: hue angle of 304.62º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #593256 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 50 | 86 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.65 |
| HSL | 304.62º | 0.28% | 0.27% | - |
| HSV(B) | 304.62º | 0.44% | 0.35% | - |
| XYZ | 6.94 | 5.08 | 9.42 | - |
| YUV | 65.77 | 139.42 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 50 | 86 | 0 | 0.44 | 0.03 | 0.65 | 304.62 | 0.28 | 0.27 |
| Hex | 59 | 32 | 56 | 0 | 2C | 3 | 41 | 131 | 1C | 1B |
| Octal | 131 | 62 | 126 | 0 | 54 | 3 | 101 | 461 | 34 | 33 |
| Binary | 1011001 | 110010 | 1010110 | 0 | 101100 | 11 | 1000001 | 100110001 | 11100 | 11011 |
Color Harmonies of #593256
Complementary color
Monochromatic Colors of #593256
Black with #593256
Text Example
Text Example
White with #593256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593256; }
p { color: rgb(89,50,86); }
H1.HeaderClassName
{
color: #593256;
}
.AnyTagClassName
{
color: #593256;
}
</style>
background-color css
<style>
a { background-color: #593256; }
a { background-color: rgb(89,50,86); }
div.DivClassName
{
background-color: #593256;
}
.BgClassName
{
background-color: #593256;
}
</style>
border-color css
<style>
span { border-color: #593256; }
span { border-color: rgb(89,50,86); }
td.TdClassName
{
border-color: #593256;
}
.TagClassName
{
border-color: #593256;
}
</style>