Shades of Purple Heart #591BD5
Tints of Purple Heart #591BD5
RGB
CMYK
RGB Variations
Color information
#591BD5 (or 0x591BD5) is known color: Purple Heart. HEX triplet: 59, 1B and D5. RGB value is (89,27,213). Sum of RGB (Red+Green+Blue) = 89+27+213=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 27 (10.94% from 255 or 8.21% from 329); Blue value is 213 (83.59% from 255 or 64.74% from 329); Max value from RGB is 213 - color contains mainly: blue. Hex color #591BD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591BD5 is #A6E42A. Grayscale: #424242. Windows color (decimal): -10937387 or 13966169. OLE color: 13966169.
HSL color Cylindrical-coordinate representation of color #591BD5: hue angle of 260º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #591BD5 is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 89 | 27 | 213 | - |
| CMYK | 0.58 | 0.87 | 0 | 0.16 |
| HSL | 260º | 0.78% | 0.47% | - |
| HSV(B) | 260º | 0.87% | 0.84% | - |
| XYZ | 16.52 | 7.71 | 63.57 | - |
| YUV | 66.74 | 210.54 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 27 | 213 | 0.58 | 0.87 | 0 | 0.16 | 260 | 0.78 | 0.47 |
| Hex | 59 | 1B | D5 | 3A | 57 | 0 | 10 | 104 | 4E | 2F |
| Octal | 131 | 33 | 325 | 72 | 127 | 0 | 20 | 404 | 116 | 57 |
| Binary | 1011001 | 11011 | 11010101 | 111010 | 1010111 | 0 | 10000 | 100000100 | 1001110 | 101111 |
Color Harmonies of #591BD5
Complementary color
Monochromatic Colors of #591BD5
Black with #591BD5
Text Example
Text Example
White with #591BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591BD5; }
p { color: rgb(89,27,213); }
H1.HeaderClassName
{
color: #591BD5;
}
.AnyTagClassName
{
color: #591BD5;
}
</style>
background-color css
<style>
a { background-color: #591BD5; }
a { background-color: rgb(89,27,213); }
div.DivClassName
{
background-color: #591BD5;
}
.BgClassName
{
background-color: #591BD5;
}
</style>
border-color css
<style>
span { border-color: #591BD5; }
span { border-color: rgb(89,27,213); }
td.TdClassName
{
border-color: #591BD5;
}
.TagClassName
{
border-color: #591BD5;
}
</style>