Shades of Purple Heart #591DB7
Tints of Purple Heart #591DB7
RGB
CMYK
RGB Variations
Color information
#591DB7 (or 0x591DB7) is known color: Purple Heart. HEX triplet: 59, 1D and B7. RGB value is (89,29,183). Sum of RGB (Red+Green+Blue) = 89+29+183=301 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.57% from 301); Green value is 29 (11.72% from 255 or 9.63% from 301); Blue value is 183 (71.88% from 255 or 60.80% from 301); Max value from RGB is 183 - color contains mainly: blue. Hex color #591DB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591DB7 is #A6E248. Grayscale: #3F3F3F. Windows color (decimal): -10936905 or 12000601. OLE color: 12000601.
HSL color Cylindrical-coordinate representation of color #591DB7: hue angle of 263.38º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #591DB7 is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 89 | 29 | 183 | - |
| CMYK | 0.51 | 0.84 | 0 | 0.28 |
| HSL | 263.38º | 0.73% | 0.42% | - |
| HSV(B) | 263.38º | 0.84% | 0.72% | - |
| XYZ | 13.11 | 6.42 | 45.35 | - |
| YUV | 64.5 | 194.88 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 29 | 183 | 0.51 | 0.84 | 0 | 0.28 | 263.38 | 0.73 | 0.42 |
| Hex | 59 | 1D | B7 | 33 | 54 | 0 | 1C | 107 | 49 | 2A |
| Octal | 131 | 35 | 267 | 63 | 124 | 0 | 34 | 407 | 111 | 52 |
| Binary | 1011001 | 11101 | 10110111 | 110011 | 1010100 | 0 | 11100 | 100000111 | 1001001 | 101010 |
Color Harmonies of #591DB7
Complementary color
Monochromatic Colors of #591DB7
Black with #591DB7
Text Example
Text Example
White with #591DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591DB7; }
p { color: rgb(89,29,183); }
H1.HeaderClassName
{
color: #591DB7;
}
.AnyTagClassName
{
color: #591DB7;
}
</style>
background-color css
<style>
a { background-color: #591DB7; }
a { background-color: rgb(89,29,183); }
div.DivClassName
{
background-color: #591DB7;
}
.BgClassName
{
background-color: #591DB7;
}
</style>
border-color css
<style>
span { border-color: #591DB7; }
span { border-color: rgb(89,29,183); }
td.TdClassName
{
border-color: #591DB7;
}
.TagClassName
{
border-color: #591DB7;
}
</style>