Shades of Purple Heart #591CC0
Tints of Purple Heart #591CC0
RGB
CMYK
RGB Variations
Color information
#591CC0 (or 0x591CC0) is known color: Purple Heart. HEX triplet: 59, 1C and C0. RGB value is (89,28,192). Sum of RGB (Red+Green+Blue) = 89+28+192=309 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.80% from 309); Green value is 28 (11.33% from 255 or 9.06% from 309); Blue value is 192 (75.39% from 255 or 62.14% from 309); Max value from RGB is 192 - color contains mainly: blue. Hex color #591CC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591CC0 is #A6E33F. Grayscale: #404040. Windows color (decimal): -10937152 or 12590169. OLE color: 12590169.
HSL color Cylindrical-coordinate representation of color #591CC0: hue angle of 262.32º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #591CC0 is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 28 | 192 | - |
| CMYK | 0.54 | 0.85 | 0 | 0.25 |
| HSL | 262.32º | 0.75% | 0.43% | - |
| HSV(B) | 262.32º | 0.85% | 0.75% | - |
| XYZ | 14.05 | 6.76 | 50.43 | - |
| YUV | 64.94 | 199.71 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 28 | 192 | 0.54 | 0.85 | 0 | 0.25 | 262.32 | 0.75 | 0.43 |
| Hex | 59 | 1C | C0 | 36 | 55 | 0 | 19 | 106 | 4B | 2B |
| Octal | 131 | 34 | 300 | 66 | 125 | 0 | 31 | 406 | 113 | 53 |
| Binary | 1011001 | 11100 | 11000000 | 110110 | 1010101 | 0 | 11001 | 100000110 | 1001011 | 101011 |
Color Harmonies of #591CC0
Complementary color
Monochromatic Colors of #591CC0
Black with #591CC0
Text Example
Text Example
White with #591CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591CC0; }
p { color: rgb(89,28,192); }
H1.HeaderClassName
{
color: #591CC0;
}
.AnyTagClassName
{
color: #591CC0;
}
</style>
background-color css
<style>
a { background-color: #591CC0; }
a { background-color: rgb(89,28,192); }
div.DivClassName
{
background-color: #591CC0;
}
.BgClassName
{
background-color: #591CC0;
}
</style>
border-color css
<style>
span { border-color: #591CC0; }
span { border-color: rgb(89,28,192); }
td.TdClassName
{
border-color: #591CC0;
}
.TagClassName
{
border-color: #591CC0;
}
</style>