Shades of Purple Heart #5E19BC
Tints of Purple Heart #5E19BC
RGB
CMYK
RGB Variations
Color information
#5E19BC (or 0x5E19BC) is known color: Purple Heart. HEX triplet: 5E, 19 and BC. RGB value is (94,25,188). Sum of RGB (Red+Green+Blue) = 94+25+188=307 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.62% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 188 (73.83% from 255 or 61.24% from 307); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E19BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E19BC is #A1E643. Grayscale: #3F3F3F. Windows color (decimal): -10610244 or 12327262. OLE color: 12327262.
HSL color Cylindrical-coordinate representation of color #5E19BC: hue angle of 265.4º 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 #5E19BC is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 25 | 188 | - |
| CMYK | 0.50 | 0.87 | 0 | 0.26 |
| HSL | 265.4º | 0.77% | 0.42% | - |
| HSV(B) | 265.4º | 0.87% | 0.74% | - |
| XYZ | 14.04 | 6.71 | 48.13 | - |
| YUV | 64.21 | 197.86 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 25 | 188 | 0.50 | 0.87 | 0 | 0.26 | 265.4 | 0.77 | 0.42 |
| Hex | 5E | 19 | BC | 32 | 57 | 0 | 1A | 109 | 4D | 2A |
| Octal | 136 | 31 | 274 | 62 | 127 | 0 | 32 | 411 | 115 | 52 |
| Binary | 1011110 | 11001 | 10111100 | 110010 | 1010111 | 0 | 11010 | 100001001 | 1001101 | 101010 |
Color Harmonies of #5E19BC
Complementary color
Monochromatic Colors of #5E19BC
Black with #5E19BC
Text Example
Text Example
White with #5E19BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E19BC; }
p { color: rgb(94,25,188); }
H1.HeaderClassName
{
color: #5E19BC;
}
.AnyTagClassName
{
color: #5E19BC;
}
</style>
background-color css
<style>
a { background-color: #5E19BC; }
a { background-color: rgb(94,25,188); }
div.DivClassName
{
background-color: #5E19BC;
}
.BgClassName
{
background-color: #5E19BC;
}
</style>
border-color css
<style>
span { border-color: #5E19BC; }
span { border-color: rgb(94,25,188); }
td.TdClassName
{
border-color: #5E19BC;
}
.TagClassName
{
border-color: #5E19BC;
}
</style>