Shades of Purple Heart #5E19AB
Tints of Purple Heart #5E19AB
RGB
CMYK
RGB Variations
Color information
#5E19AB (or 0x5E19AB) is known color: Purple Heart. HEX triplet: 5E, 19 and AB. RGB value is (94,25,171). Sum of RGB (Red+Green+Blue) = 94+25+171=290 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.41% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 171 (67.19% from 255 or 58.97% from 290); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E19AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E19AB is #A1E654. Grayscale: #3D3D3D. Windows color (decimal): -10610261 or 11213150. OLE color: 11213150.
HSL color Cylindrical-coordinate representation of color #5E19AB: hue angle of 268.36º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5E19AB is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 25 | 171 | - |
| CMYK | 0.45 | 0.85 | 0 | 0.33 |
| HSL | 268.36º | 0.74% | 0.38% | - |
| HSV(B) | 268.36º | 0.85% | 0.67% | - |
| XYZ | 12.31 | 6.02 | 39.04 | - |
| YUV | 62.28 | 189.36 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 25 | 171 | 0.45 | 0.85 | 0 | 0.33 | 268.36 | 0.74 | 0.38 |
| Hex | 5E | 19 | AB | 2D | 55 | 0 | 21 | 10C | 4A | 26 |
| Octal | 136 | 31 | 253 | 55 | 125 | 0 | 41 | 414 | 112 | 46 |
| Binary | 1011110 | 11001 | 10101011 | 101101 | 1010101 | 0 | 100001 | 100001100 | 1001010 | 100110 |
Color Harmonies of #5E19AB
Complementary color
Monochromatic Colors of #5E19AB
Black with #5E19AB
Text Example
Text Example
White with #5E19AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E19AB; }
p { color: rgb(94,25,171); }
H1.HeaderClassName
{
color: #5E19AB;
}
.AnyTagClassName
{
color: #5E19AB;
}
</style>
background-color css
<style>
a { background-color: #5E19AB; }
a { background-color: rgb(94,25,171); }
div.DivClassName
{
background-color: #5E19AB;
}
.BgClassName
{
background-color: #5E19AB;
}
</style>
border-color css
<style>
span { border-color: #5E19AB; }
span { border-color: rgb(94,25,171); }
td.TdClassName
{
border-color: #5E19AB;
}
.TagClassName
{
border-color: #5E19AB;
}
</style>