Shades of Purple Heart #591DBB
Tints of Purple Heart #591DBB
RGB
CMYK
RGB Variations
Color information
#591DBB (or 0x591DBB) is known color: Purple Heart. HEX triplet: 59, 1D and BB. RGB value is (89,29,187). Sum of RGB (Red+Green+Blue) = 89+29+187=305 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.18% from 305); Green value is 29 (11.72% from 255 or 9.51% from 305); Blue value is 187 (73.44% from 255 or 61.31% from 305); Max value from RGB is 187 - color contains mainly: blue. Hex color #591DBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591DBB is #A6E244. Grayscale: #404040. Windows color (decimal): -10936901 or 12262745. OLE color: 12262745.
HSL color Cylindrical-coordinate representation of color #591DBB: hue angle of 262.78º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #591DBB is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 29 | 187 | - |
| CMYK | 0.52 | 0.84 | 0 | 0.27 |
| HSL | 262.78º | 0.73% | 0.42% | - |
| HSV(B) | 262.78º | 0.84% | 0.73% | - |
| XYZ | 13.53 | 6.59 | 47.57 | - |
| YUV | 64.95 | 196.88 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 29 | 187 | 0.52 | 0.84 | 0 | 0.27 | 262.78 | 0.73 | 0.42 |
| Hex | 59 | 1D | BB | 34 | 54 | 0 | 1B | 107 | 49 | 2A |
| Octal | 131 | 35 | 273 | 64 | 124 | 0 | 33 | 407 | 111 | 52 |
| Binary | 1011001 | 11101 | 10111011 | 110100 | 1010100 | 0 | 11011 | 100000111 | 1001001 | 101010 |
Color Harmonies of #591DBB
Complementary color
Monochromatic Colors of #591DBB
Black with #591DBB
Text Example
Text Example
White with #591DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591DBB; }
p { color: rgb(89,29,187); }
H1.HeaderClassName
{
color: #591DBB;
}
.AnyTagClassName
{
color: #591DBB;
}
</style>
background-color css
<style>
a { background-color: #591DBB; }
a { background-color: rgb(89,29,187); }
div.DivClassName
{
background-color: #591DBB;
}
.BgClassName
{
background-color: #591DBB;
}
</style>
border-color css
<style>
span { border-color: #591DBB; }
span { border-color: rgb(89,29,187); }
td.TdClassName
{
border-color: #591DBB;
}
.TagClassName
{
border-color: #591DBB;
}
</style>