Shades of Purple Heart #591DBF
Tints of Purple Heart #591DBF
RGB
CMYK
RGB Variations
Color information
#591DBF (or 0x591DBF) is known color: Purple Heart. HEX triplet: 59, 1D and BF. RGB value is (89,29,191). Sum of RGB (Red+Green+Blue) = 89+29+191=309 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.80% from 309); Green value is 29 (11.72% from 255 or 9.39% from 309); Blue value is 191 (75% from 255 or 61.81% from 309); Max value from RGB is 191 - color contains mainly: blue. Hex color #591DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591DBF is #A6E240. Grayscale: #404040. Windows color (decimal): -10936897 or 12524889. OLE color: 12524889.
HSL color Cylindrical-coordinate representation of color #591DBF: hue angle of 262.22º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #591DBF is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 29 | 191 | - |
| CMYK | 0.53 | 0.85 | 0 | 0.25 |
| HSL | 262.22º | 0.74% | 0.43% | - |
| HSV(B) | 262.22º | 0.85% | 0.75% | - |
| XYZ | 13.96 | 6.76 | 49.86 | - |
| YUV | 65.41 | 198.88 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 29 | 191 | 0.53 | 0.85 | 0 | 0.25 | 262.22 | 0.74 | 0.43 |
| Hex | 59 | 1D | BF | 35 | 55 | 0 | 19 | 106 | 4A | 2B |
| Octal | 131 | 35 | 277 | 65 | 125 | 0 | 31 | 406 | 112 | 53 |
| Binary | 1011001 | 11101 | 10111111 | 110101 | 1010101 | 0 | 11001 | 100000110 | 1001010 | 101011 |
Color Harmonies of #591DBF
Complementary color
Monochromatic Colors of #591DBF
Black with #591DBF
Text Example
Text Example
White with #591DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591DBF; }
p { color: rgb(89,29,191); }
H1.HeaderClassName
{
color: #591DBF;
}
.AnyTagClassName
{
color: #591DBF;
}
</style>
background-color css
<style>
a { background-color: #591DBF; }
a { background-color: rgb(89,29,191); }
div.DivClassName
{
background-color: #591DBF;
}
.BgClassName
{
background-color: #591DBF;
}
</style>
border-color css
<style>
span { border-color: #591DBF; }
span { border-color: rgb(89,29,191); }
td.TdClassName
{
border-color: #591DBF;
}
.TagClassName
{
border-color: #591DBF;
}
</style>