Shades of Purple Heart #5919BC
Tints of Purple Heart #5919BC
RGB
CMYK
RGB Variations
Color information
#5919BC (or 0x5919BC) is known color: Purple Heart. HEX triplet: 59, 19 and BC. RGB value is (89,25,188). Sum of RGB (Red+Green+Blue) = 89+25+188=302 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.47% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 188 (73.83% from 255 or 62.25% from 302); Max value from RGB is 188 - color contains mainly: blue. Hex color #5919BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5919BC is #A6E643. Grayscale: #3E3E3E. Windows color (decimal): -10937924 or 12327257. OLE color: 12327257.
HSL color Cylindrical-coordinate representation of color #5919BC: hue angle of 263.56º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5919BC is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 25 | 188 | - |
| CMYK | 0.53 | 0.87 | 0 | 0.26 |
| HSL | 263.56º | 0.77% | 0.42% | - |
| HSV(B) | 263.56º | 0.87% | 0.74% | - |
| XYZ | 13.54 | 6.45 | 48.11 | - |
| YUV | 62.72 | 198.7 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 25 | 188 | 0.53 | 0.87 | 0 | 0.26 | 263.56 | 0.77 | 0.42 |
| Hex | 59 | 19 | BC | 35 | 57 | 0 | 1A | 108 | 4D | 2A |
| Octal | 131 | 31 | 274 | 65 | 127 | 0 | 32 | 410 | 115 | 52 |
| Binary | 1011001 | 11001 | 10111100 | 110101 | 1010111 | 0 | 11010 | 100001000 | 1001101 | 101010 |
Color Harmonies of #5919BC
Complementary color
Monochromatic Colors of #5919BC
Black with #5919BC
Text Example
Text Example
White with #5919BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5919BC; }
p { color: rgb(89,25,188); }
H1.HeaderClassName
{
color: #5919BC;
}
.AnyTagClassName
{
color: #5919BC;
}
</style>
background-color css
<style>
a { background-color: #5919BC; }
a { background-color: rgb(89,25,188); }
div.DivClassName
{
background-color: #5919BC;
}
.BgClassName
{
background-color: #5919BC;
}
</style>
border-color css
<style>
span { border-color: #5919BC; }
span { border-color: rgb(89,25,188); }
td.TdClassName
{
border-color: #5919BC;
}
.TagClassName
{
border-color: #5919BC;
}
</style>