Shades of Purple Heart #591BCE
Tints of Purple Heart #591BCE
RGB
CMYK
RGB Variations
Color information
#591BCE (or 0x591BCE) is known color: Purple Heart. HEX triplet: 59, 1B and CE. RGB value is (89,27,206). Sum of RGB (Red+Green+Blue) = 89+27+206=322 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.64% from 322); Green value is 27 (10.94% from 255 or 8.39% from 322); Blue value is 206 (80.86% from 255 or 63.98% from 322); Max value from RGB is 206 - color contains mainly: blue. Hex color #591BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591BCE is #A6E431. Grayscale: #414141. Windows color (decimal): -10937394 or 13507417. OLE color: 13507417.
HSL color Cylindrical-coordinate representation of color #591BCE: hue angle of 260.78º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #591BCE is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 27 | 206 | - |
| CMYK | 0.57 | 0.87 | 0 | 0.19 |
| HSL | 260.78º | 0.77% | 0.46% | - |
| HSV(B) | 260.78º | 0.87% | 0.81% | - |
| XYZ | 15.65 | 7.36 | 58.99 | - |
| YUV | 65.94 | 207.04 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 27 | 206 | 0.57 | 0.87 | 0 | 0.19 | 260.78 | 0.77 | 0.46 |
| Hex | 59 | 1B | CE | 39 | 57 | 0 | 13 | 105 | 4D | 2E |
| Octal | 131 | 33 | 316 | 71 | 127 | 0 | 23 | 405 | 115 | 56 |
| Binary | 1011001 | 11011 | 11001110 | 111001 | 1010111 | 0 | 10011 | 100000101 | 1001101 | 101110 |
Color Harmonies of #591BCE
Complementary color
Monochromatic Colors of #591BCE
Black with #591BCE
Text Example
Text Example
White with #591BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591BCE; }
p { color: rgb(89,27,206); }
H1.HeaderClassName
{
color: #591BCE;
}
.AnyTagClassName
{
color: #591BCE;
}
</style>
background-color css
<style>
a { background-color: #591BCE; }
a { background-color: rgb(89,27,206); }
div.DivClassName
{
background-color: #591BCE;
}
.BgClassName
{
background-color: #591BCE;
}
</style>
border-color css
<style>
span { border-color: #591BCE; }
span { border-color: rgb(89,27,206); }
td.TdClassName
{
border-color: #591BCE;
}
.TagClassName
{
border-color: #591BCE;
}
</style>