Shades of Purple Heart #591FBC
Tints of Purple Heart #591FBC
RGB
CMYK
RGB Variations
Color information
#591FBC (or 0x591FBC) is known color: Purple Heart. HEX triplet: 59, 1F and BC. RGB value is (89,31,188). Sum of RGB (Red+Green+Blue) = 89+31+188=308 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.90% from 308); Green value is 31 (12.5% from 255 or 10.06% from 308); Blue value is 188 (73.83% from 255 or 61.04% from 308); Max value from RGB is 188 - color contains mainly: blue. Hex color #591FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591FBC is #A6E043. Grayscale: #414141. Windows color (decimal): -10936388 or 12328793. OLE color: 12328793.
HSL color Cylindrical-coordinate representation of color #591FBC: hue angle of 262.17º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #591FBC is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 31 | 188 | - |
| CMYK | 0.53 | 0.84 | 0 | 0.26 |
| HSL | 262.17º | 0.72% | 0.43% | - |
| HSV(B) | 262.17º | 0.84% | 0.74% | - |
| XYZ | 13.69 | 6.73 | 48.16 | - |
| YUV | 66.24 | 196.72 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 31 | 188 | 0.53 | 0.84 | 0 | 0.26 | 262.17 | 0.72 | 0.43 |
| Hex | 59 | 1F | BC | 35 | 54 | 0 | 1A | 106 | 48 | 2B |
| Octal | 131 | 37 | 274 | 65 | 124 | 0 | 32 | 406 | 110 | 53 |
| Binary | 1011001 | 11111 | 10111100 | 110101 | 1010100 | 0 | 11010 | 100000110 | 1001000 | 101011 |
Color Harmonies of #591FBC
Complementary color
Monochromatic Colors of #591FBC
Black with #591FBC
Text Example
Text Example
White with #591FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591FBC; }
p { color: rgb(89,31,188); }
H1.HeaderClassName
{
color: #591FBC;
}
.AnyTagClassName
{
color: #591FBC;
}
</style>
background-color css
<style>
a { background-color: #591FBC; }
a { background-color: rgb(89,31,188); }
div.DivClassName
{
background-color: #591FBC;
}
.BgClassName
{
background-color: #591FBC;
}
</style>
border-color css
<style>
span { border-color: #591FBC; }
span { border-color: rgb(89,31,188); }
td.TdClassName
{
border-color: #591FBC;
}
.TagClassName
{
border-color: #591FBC;
}
</style>