Shades of Purple Heart #591EBB
Tints of Purple Heart #591EBB
RGB
CMYK
RGB Variations
Color information
#591EBB (or 0x591EBB) is known color: Purple Heart. HEX triplet: 59, 1E and BB. RGB value is (89,30,187). Sum of RGB (Red+Green+Blue) = 89+30+187=306 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.08% from 306); Green value is 30 (12.11% from 255 or 9.80% from 306); Blue value is 187 (73.44% from 255 or 61.11% from 306); Max value from RGB is 187 - color contains mainly: blue. Hex color #591EBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591EBB is #A6E144. Grayscale: #404040. Windows color (decimal): -10936645 or 12263001. OLE color: 12263001.
HSL color Cylindrical-coordinate representation of color #591EBB: hue angle of 262.55º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #591EBB is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 30 | 187 | - |
| CMYK | 0.52 | 0.84 | 0 | 0.27 |
| HSL | 262.55º | 0.72% | 0.43% | - |
| HSV(B) | 262.55º | 0.84% | 0.73% | - |
| XYZ | 13.55 | 6.64 | 47.58 | - |
| YUV | 65.54 | 196.55 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 30 | 187 | 0.52 | 0.84 | 0 | 0.27 | 262.55 | 0.72 | 0.43 |
| Hex | 59 | 1E | BB | 34 | 54 | 0 | 1B | 107 | 48 | 2B |
| Octal | 131 | 36 | 273 | 64 | 124 | 0 | 33 | 407 | 110 | 53 |
| Binary | 1011001 | 11110 | 10111011 | 110100 | 1010100 | 0 | 11011 | 100000111 | 1001000 | 101011 |
Color Harmonies of #591EBB
Complementary color
Monochromatic Colors of #591EBB
Black with #591EBB
Text Example
Text Example
White with #591EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591EBB; }
p { color: rgb(89,30,187); }
H1.HeaderClassName
{
color: #591EBB;
}
.AnyTagClassName
{
color: #591EBB;
}
</style>
background-color css
<style>
a { background-color: #591EBB; }
a { background-color: rgb(89,30,187); }
div.DivClassName
{
background-color: #591EBB;
}
.BgClassName
{
background-color: #591EBB;
}
</style>
border-color css
<style>
span { border-color: #591EBB; }
span { border-color: rgb(89,30,187); }
td.TdClassName
{
border-color: #591EBB;
}
.TagClassName
{
border-color: #591EBB;
}
</style>