Shades of Purple Heart #591DBD
Tints of Purple Heart #591DBD
RGB
CMYK
RGB Variations
Color information
#591DBD (or 0x591DBD) is known color: Purple Heart. HEX triplet: 59, 1D and BD. RGB value is (89,29,189). Sum of RGB (Red+Green+Blue) = 89+29+189=307 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.99% from 307); Green value is 29 (11.72% from 255 or 9.45% from 307); Blue value is 189 (74.22% from 255 or 61.56% from 307); Max value from RGB is 189 - color contains mainly: blue. Hex color #591DBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591DBD is #A6E242. Grayscale: #404040. Windows color (decimal): -10936899 or 12393817. OLE color: 12393817.
HSL color Cylindrical-coordinate representation of color #591DBD: hue angle of 262.5º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #591DBD is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 29 | 189 | - |
| CMYK | 0.53 | 0.85 | 0 | 0.26 |
| HSL | 262.5º | 0.73% | 0.43% | - |
| HSV(B) | 262.5º | 0.85% | 0.74% | - |
| XYZ | 13.74 | 6.68 | 48.71 | - |
| YUV | 65.18 | 197.88 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 29 | 189 | 0.53 | 0.85 | 0 | 0.26 | 262.5 | 0.73 | 0.43 |
| Hex | 59 | 1D | BD | 35 | 55 | 0 | 1A | 106 | 49 | 2B |
| Octal | 131 | 35 | 275 | 65 | 125 | 0 | 32 | 406 | 111 | 53 |
| Binary | 1011001 | 11101 | 10111101 | 110101 | 1010101 | 0 | 11010 | 100000110 | 1001001 | 101011 |
Color Harmonies of #591DBD
Complementary color
Monochromatic Colors of #591DBD
Black with #591DBD
Text Example
Text Example
White with #591DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591DBD; }
p { color: rgb(89,29,189); }
H1.HeaderClassName
{
color: #591DBD;
}
.AnyTagClassName
{
color: #591DBD;
}
</style>
background-color css
<style>
a { background-color: #591DBD; }
a { background-color: rgb(89,29,189); }
div.DivClassName
{
background-color: #591DBD;
}
.BgClassName
{
background-color: #591DBD;
}
</style>
border-color css
<style>
span { border-color: #591DBD; }
span { border-color: rgb(89,29,189); }
td.TdClassName
{
border-color: #591DBD;
}
.TagClassName
{
border-color: #591DBD;
}
</style>