Shades of Palatinate Purple #59115B
Tints of Palatinate Purple #59115B
RGB
CMYK
RGB Variations
Color information
#59115B (or 0x59115B) is known color: Palatinate Purple. HEX triplet: 59, 11 and 5B. RGB value is (89,17,91). Sum of RGB (Red+Green+Blue) = 89+17+91=197 (26% of max value = 765). Red value is 89 (35.16% from 255 or 45.18% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 91 (35.94% from 255 or 46.19% from 197); Max value from RGB is 91 - color contains mainly: blue. Hex color #59115B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59115B is #A6EEA4. Grayscale: #2E2E2E. Windows color (decimal): -10940069 or 5968217. OLE color: 5968217.
HSL color Cylindrical-coordinate representation of color #59115B: hue angle of 298.38º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #59115B is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 17 | 91 | - |
| CMYK | 0.02 | 0.81 | 0 | 0.64 |
| HSL | 298.38º | 0.69% | 0.21% | - |
| HSV(B) | 298.38º | 0.81% | 0.36% | - |
| XYZ | 6.21 | 3.28 | 10.2 | - |
| YUV | 46.96 | 152.85 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 17 | 91 | 0.02 | 0.81 | 0 | 0.64 | 298.38 | 0.69 | 0.21 |
| Hex | 59 | 11 | 5B | 2 | 51 | 0 | 40 | 12A | 45 | 15 |
| Octal | 131 | 21 | 133 | 2 | 121 | 0 | 100 | 452 | 105 | 25 |
| Binary | 1011001 | 10001 | 1011011 | 10 | 1010001 | 0 | 1000000 | 100101010 | 1000101 | 10101 |
Color Harmonies of #59115B
Complementary color
Monochromatic Colors of #59115B
Black with #59115B
Text Example
Text Example
White with #59115B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59115B; }
p { color: rgb(89,17,91); }
H1.HeaderClassName
{
color: #59115B;
}
.AnyTagClassName
{
color: #59115B;
}
</style>
background-color css
<style>
a { background-color: #59115B; }
a { background-color: rgb(89,17,91); }
div.DivClassName
{
background-color: #59115B;
}
.BgClassName
{
background-color: #59115B;
}
</style>
border-color css
<style>
span { border-color: #59115B; }
span { border-color: rgb(89,17,91); }
td.TdClassName
{
border-color: #59115B;
}
.TagClassName
{
border-color: #59115B;
}
</style>