Shades of Purple Heart #591BC7
Tints of Purple Heart #591BC7
RGB
CMYK
RGB Variations
Color information
#591BC7 (or 0x591BC7) is known color: Purple Heart. HEX triplet: 59, 1B and C7. RGB value is (89,27,199). Sum of RGB (Red+Green+Blue) = 89+27+199=315 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.25% from 315); Green value is 27 (10.94% from 255 or 8.57% from 315); Blue value is 199 (78.12% from 255 or 63.17% from 315); Max value from RGB is 199 - color contains mainly: blue. Hex color #591BC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591BC7 is #A6E438. Grayscale: #404040. Windows color (decimal): -10937401 or 13048665. OLE color: 13048665.
HSL color Cylindrical-coordinate representation of color #591BC7: hue angle of 261.63º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #591BC7 is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 89 | 27 | 199 | - |
| CMYK | 0.55 | 0.86 | 0 | 0.22 |
| HSL | 261.63º | 0.76% | 0.44% | - |
| HSV(B) | 261.63º | 0.86% | 0.78% | - |
| XYZ | 14.82 | 7.03 | 54.61 | - |
| YUV | 65.15 | 203.54 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 27 | 199 | 0.55 | 0.86 | 0 | 0.22 | 261.63 | 0.76 | 0.44 |
| Hex | 59 | 1B | C7 | 37 | 56 | 0 | 16 | 106 | 4C | 2C |
| Octal | 131 | 33 | 307 | 67 | 126 | 0 | 26 | 406 | 114 | 54 |
| Binary | 1011001 | 11011 | 11000111 | 110111 | 1010110 | 0 | 10110 | 100000110 | 1001100 | 101100 |
Color Harmonies of #591BC7
Complementary color
Monochromatic Colors of #591BC7
Black with #591BC7
Text Example
Text Example
White with #591BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591BC7; }
p { color: rgb(89,27,199); }
H1.HeaderClassName
{
color: #591BC7;
}
.AnyTagClassName
{
color: #591BC7;
}
</style>
background-color css
<style>
a { background-color: #591BC7; }
a { background-color: rgb(89,27,199); }
div.DivClassName
{
background-color: #591BC7;
}
.BgClassName
{
background-color: #591BC7;
}
</style>
border-color css
<style>
span { border-color: #591BC7; }
span { border-color: rgb(89,27,199); }
td.TdClassName
{
border-color: #591BC7;
}
.TagClassName
{
border-color: #591BC7;
}
</style>