Shades of Purple Heart #591CC8
Tints of Purple Heart #591CC8
RGB
CMYK
RGB Variations
Color information
#591CC8 (or 0x591CC8) is known color: Purple Heart. HEX triplet: 59, 1C and C8. RGB value is (89,28,200). Sum of RGB (Red+Green+Blue) = 89+28+200=317 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.08% from 317); Green value is 28 (11.33% from 255 or 8.83% from 317); Blue value is 200 (78.52% from 255 or 63.09% from 317); Max value from RGB is 200 - color contains mainly: blue. Hex color #591CC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591CC8 is #A6E337. Grayscale: #414141. Windows color (decimal): -10937144 or 13114457. OLE color: 13114457.
HSL color Cylindrical-coordinate representation of color #591CC8: hue angle of 261.28º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #591CC8 is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 89 | 28 | 200 | - |
| CMYK | 0.56 | 0.86 | 0 | 0.22 |
| HSL | 261.28º | 0.75% | 0.45% | - |
| HSV(B) | 261.28º | 0.86% | 0.78% | - |
| XYZ | 14.96 | 7.12 | 55.23 | - |
| YUV | 65.85 | 203.71 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 28 | 200 | 0.56 | 0.86 | 0 | 0.22 | 261.28 | 0.75 | 0.45 |
| Hex | 59 | 1C | C8 | 38 | 56 | 0 | 16 | 105 | 4B | 2D |
| Octal | 131 | 34 | 310 | 70 | 126 | 0 | 26 | 405 | 113 | 55 |
| Binary | 1011001 | 11100 | 11001000 | 111000 | 1010110 | 0 | 10110 | 100000101 | 1001011 | 101101 |
Color Harmonies of #591CC8
Complementary color
Monochromatic Colors of #591CC8
Black with #591CC8
Text Example
Text Example
White with #591CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591CC8; }
p { color: rgb(89,28,200); }
H1.HeaderClassName
{
color: #591CC8;
}
.AnyTagClassName
{
color: #591CC8;
}
</style>
background-color css
<style>
a { background-color: #591CC8; }
a { background-color: rgb(89,28,200); }
div.DivClassName
{
background-color: #591CC8;
}
.BgClassName
{
background-color: #591CC8;
}
</style>
border-color css
<style>
span { border-color: #591CC8; }
span { border-color: rgb(89,28,200); }
td.TdClassName
{
border-color: #591CC8;
}
.TagClassName
{
border-color: #591CC8;
}
</style>