Shades of Purple Heart #591BC8
Tints of Purple Heart #591BC8
RGB
CMYK
RGB Variations
Color information
#591BC8 (or 0x591BC8) is known color: Purple Heart. HEX triplet: 59, 1B and C8. RGB value is (89,27,200). Sum of RGB (Red+Green+Blue) = 89+27+200=316 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.16% from 316); Green value is 27 (10.94% from 255 or 8.54% from 316); Blue value is 200 (78.52% from 255 or 63.29% from 316); Max value from RGB is 200 - color contains mainly: blue. Hex color #591BC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591BC8 is #A6E437. Grayscale: #404040. Windows color (decimal): -10937400 or 13114201. OLE color: 13114201.
HSL color Cylindrical-coordinate representation of color #591BC8: hue angle of 261.5º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #591BC8 is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 89 | 27 | 200 | - |
| CMYK | 0.56 | 0.86 | 0 | 0.22 |
| HSL | 261.5º | 0.76% | 0.45% | - |
| HSV(B) | 261.5º | 0.87% | 0.78% | - |
| XYZ | 14.94 | 7.08 | 55.22 | - |
| YUV | 65.26 | 204.04 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 27 | 200 | 0.56 | 0.86 | 0 | 0.22 | 261.5 | 0.76 | 0.45 |
| Hex | 59 | 1B | C8 | 38 | 56 | 0 | 16 | 106 | 4C | 2D |
| Octal | 131 | 33 | 310 | 70 | 126 | 0 | 26 | 406 | 114 | 55 |
| Binary | 1011001 | 11011 | 11001000 | 111000 | 1010110 | 0 | 10110 | 100000110 | 1001100 | 101101 |
Color Harmonies of #591BC8
Complementary color
Monochromatic Colors of #591BC8
Black with #591BC8
Text Example
Text Example
White with #591BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591BC8; }
p { color: rgb(89,27,200); }
H1.HeaderClassName
{
color: #591BC8;
}
.AnyTagClassName
{
color: #591BC8;
}
</style>
background-color css
<style>
a { background-color: #591BC8; }
a { background-color: rgb(89,27,200); }
div.DivClassName
{
background-color: #591BC8;
}
.BgClassName
{
background-color: #591BC8;
}
</style>
border-color css
<style>
span { border-color: #591BC8; }
span { border-color: rgb(89,27,200); }
td.TdClassName
{
border-color: #591BC8;
}
.TagClassName
{
border-color: #591BC8;
}
</style>