Shades of Purple Heart #591EB6
Tints of Purple Heart #591EB6
RGB
CMYK
RGB Variations
Color information
#591EB6 (or 0x591EB6) is known color: Purple Heart. HEX triplet: 59, 1E and B6. RGB value is (89,30,182). Sum of RGB (Red+Green+Blue) = 89+30+182=301 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.57% from 301); Green value is 30 (12.11% from 255 or 9.97% from 301); Blue value is 182 (71.48% from 255 or 60.47% from 301); Max value from RGB is 182 - color contains mainly: blue. Hex color #591EB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591EB6 is #A6E149. Grayscale: #404040. Windows color (decimal): -10936650 or 11935321. OLE color: 11935321.
HSL color Cylindrical-coordinate representation of color #591EB6: hue angle of 263.29º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #591EB6 is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 89 | 30 | 182 | - |
| CMYK | 0.51 | 0.84 | 0 | 0.29 |
| HSL | 263.29º | 0.72% | 0.42% | - |
| HSV(B) | 263.29º | 0.84% | 0.71% | - |
| XYZ | 13.03 | 6.43 | 44.81 | - |
| YUV | 64.97 | 194.05 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 30 | 182 | 0.51 | 0.84 | 0 | 0.29 | 263.29 | 0.72 | 0.42 |
| Hex | 59 | 1E | B6 | 33 | 54 | 0 | 1D | 107 | 48 | 2A |
| Octal | 131 | 36 | 266 | 63 | 124 | 0 | 35 | 407 | 110 | 52 |
| Binary | 1011001 | 11110 | 10110110 | 110011 | 1010100 | 0 | 11101 | 100000111 | 1001000 | 101010 |
Color Harmonies of #591EB6
Complementary color
Monochromatic Colors of #591EB6
Black with #591EB6
Text Example
Text Example
White with #591EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591EB6; }
p { color: rgb(89,30,182); }
H1.HeaderClassName
{
color: #591EB6;
}
.AnyTagClassName
{
color: #591EB6;
}
</style>
background-color css
<style>
a { background-color: #591EB6; }
a { background-color: rgb(89,30,182); }
div.DivClassName
{
background-color: #591EB6;
}
.BgClassName
{
background-color: #591EB6;
}
</style>
border-color css
<style>
span { border-color: #591EB6; }
span { border-color: rgb(89,30,182); }
td.TdClassName
{
border-color: #591EB6;
}
.TagClassName
{
border-color: #591EB6;
}
</style>