Shades of Purple Heart #591FB7
Tints of Purple Heart #591FB7
RGB
CMYK
RGB Variations
Color information
#591FB7 (or 0x591FB7) is known color: Purple Heart. HEX triplet: 59, 1F and B7. RGB value is (89,31,183). Sum of RGB (Red+Green+Blue) = 89+31+183=303 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.37% from 303); Green value is 31 (12.5% from 255 or 10.23% from 303); Blue value is 183 (71.88% from 255 or 60.40% from 303); Max value from RGB is 183 - color contains mainly: blue. Hex color #591FB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591FB7 is #A6E048. Grayscale: #414141. Windows color (decimal): -10936393 or 12001113. OLE color: 12001113.
HSL color Cylindrical-coordinate representation of color #591FB7: hue angle of 262.89º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #591FB7 is Cyan = 0.51, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 89 | 31 | 183 | - |
| CMYK | 0.51 | 0.83 | 0 | 0.28 |
| HSL | 262.89º | 0.71% | 0.42% | - |
| HSV(B) | 262.89º | 0.83% | 0.72% | - |
| XYZ | 13.16 | 6.52 | 45.37 | - |
| YUV | 65.67 | 194.22 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 31 | 183 | 0.51 | 0.83 | 0 | 0.28 | 262.89 | 0.71 | 0.42 |
| Hex | 59 | 1F | B7 | 33 | 53 | 0 | 1C | 107 | 47 | 2A |
| Octal | 131 | 37 | 267 | 63 | 123 | 0 | 34 | 407 | 107 | 52 |
| Binary | 1011001 | 11111 | 10110111 | 110011 | 1010011 | 0 | 11100 | 100000111 | 1000111 | 101010 |
Color Harmonies of #591FB7
Complementary color
Monochromatic Colors of #591FB7
Black with #591FB7
Text Example
Text Example
White with #591FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591FB7; }
p { color: rgb(89,31,183); }
H1.HeaderClassName
{
color: #591FB7;
}
.AnyTagClassName
{
color: #591FB7;
}
</style>
background-color css
<style>
a { background-color: #591FB7; }
a { background-color: rgb(89,31,183); }
div.DivClassName
{
background-color: #591FB7;
}
.BgClassName
{
background-color: #591FB7;
}
</style>
border-color css
<style>
span { border-color: #591FB7; }
span { border-color: rgb(89,31,183); }
td.TdClassName
{
border-color: #591FB7;
}
.TagClassName
{
border-color: #591FB7;
}
</style>