Shades of Purple Heart #5911AB
Tints of Purple Heart #5911AB
RGB
CMYK
RGB Variations
Color information
#5911AB (or 0x5911AB) is known color: Purple Heart. HEX triplet: 59, 11 and AB. RGB value is (89,17,171). Sum of RGB (Red+Green+Blue) = 89+17+171=277 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.13% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 171 (67.19% from 255 or 61.73% from 277); Max value from RGB is 171 - color contains mainly: blue. Hex color #5911AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5911AB is #A6EE54. Grayscale: #373737. Windows color (decimal): -10939989 or 11211097. OLE color: 11211097.
HSL color Cylindrical-coordinate representation of color #5911AB: hue angle of 268.05º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5911AB is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 17 | 171 | - |
| CMYK | 0.48 | 0.90 | 0 | 0.33 |
| HSL | 268.05º | 0.82% | 0.37% | - |
| HSV(B) | 268.05º | 0.9% | 0.67% | - |
| XYZ | 11.67 | 5.47 | 38.97 | - |
| YUV | 56.08 | 192.85 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 17 | 171 | 0.48 | 0.90 | 0 | 0.33 | 268.05 | 0.82 | 0.37 |
| Hex | 59 | 11 | AB | 30 | 5A | 0 | 21 | 10C | 52 | 25 |
| Octal | 131 | 21 | 253 | 60 | 132 | 0 | 41 | 414 | 122 | 45 |
| Binary | 1011001 | 10001 | 10101011 | 110000 | 1011010 | 0 | 100001 | 100001100 | 1010010 | 100101 |
Color Harmonies of #5911AB
Complementary color
Monochromatic Colors of #5911AB
Black with #5911AB
Text Example
Text Example
White with #5911AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5911AB; }
p { color: rgb(89,17,171); }
H1.HeaderClassName
{
color: #5911AB;
}
.AnyTagClassName
{
color: #5911AB;
}
</style>
background-color css
<style>
a { background-color: #5911AB; }
a { background-color: rgb(89,17,171); }
div.DivClassName
{
background-color: #5911AB;
}
.BgClassName
{
background-color: #5911AB;
}
</style>
border-color css
<style>
span { border-color: #5911AB; }
span { border-color: rgb(89,17,171); }
td.TdClassName
{
border-color: #5911AB;
}
.TagClassName
{
border-color: #5911AB;
}
</style>