Shades of Palatinate Purple #591A5B
Tints of Palatinate Purple #591A5B
RGB
CMYK
RGB Variations
Color information
#591A5B (or 0x591A5B) is known color: Palatinate Purple. HEX triplet: 59, 1A and 5B. RGB value is (89,26,91). Sum of RGB (Red+Green+Blue) = 89+26+91=206 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.20% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 91 - color contains mainly: blue. Hex color #591A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591A5B is #A6E5A4. Grayscale: #343434. Windows color (decimal): -10937765 or 5970521. OLE color: 5970521.
HSL color Cylindrical-coordinate representation of color #591A5B: hue angle of 298.15º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #591A5B is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 26 | 91 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.64 |
| HSL | 298.15º | 0.56% | 0.23% | - |
| HSV(B) | 298.15º | 0.71% | 0.36% | - |
| XYZ | 6.38 | 3.62 | 10.26 | - |
| YUV | 52.25 | 149.87 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 26 | 91 | 0.02 | 0.71 | 0 | 0.64 | 298.15 | 0.56 | 0.23 |
| Hex | 59 | 1A | 5B | 2 | 47 | 0 | 40 | 12A | 38 | 17 |
| Octal | 131 | 32 | 133 | 2 | 107 | 0 | 100 | 452 | 70 | 27 |
| Binary | 1011001 | 11010 | 1011011 | 10 | 1000111 | 0 | 1000000 | 100101010 | 111000 | 10111 |
Color Harmonies of #591A5B
Complementary color
Monochromatic Colors of #591A5B
Black with #591A5B
Text Example
Text Example
White with #591A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591A5B; }
p { color: rgb(89,26,91); }
H1.HeaderClassName
{
color: #591A5B;
}
.AnyTagClassName
{
color: #591A5B;
}
</style>
background-color css
<style>
a { background-color: #591A5B; }
a { background-color: rgb(89,26,91); }
div.DivClassName
{
background-color: #591A5B;
}
.BgClassName
{
background-color: #591A5B;
}
</style>
border-color css
<style>
span { border-color: #591A5B; }
span { border-color: rgb(89,26,91); }
td.TdClassName
{
border-color: #591A5B;
}
.TagClassName
{
border-color: #591A5B;
}
</style>