Shades of Purple Heart #5E15AB
Tints of Purple Heart #5E15AB
RGB
CMYK
RGB Variations
Color information
#5E15AB (or 0x5E15AB) is known color: Purple Heart. HEX triplet: 5E, 15 and AB. RGB value is (94,21,171). Sum of RGB (Red+Green+Blue) = 94+21+171=286 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.87% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E15AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E15AB is #A1EA54. Grayscale: #3B3B3B. Windows color (decimal): -10611285 or 11212126. OLE color: 11212126.
HSL color Cylindrical-coordinate representation of color #5E15AB: hue angle of 269.2º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5E15AB is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 21 | 171 | - |
| CMYK | 0.45 | 0.88 | 0 | 0.33 |
| HSL | 269.2º | 0.78% | 0.38% | - |
| HSV(B) | 269.2º | 0.88% | 0.67% | - |
| XYZ | 12.23 | 5.86 | 39.01 | - |
| YUV | 59.93 | 190.68 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 21 | 171 | 0.45 | 0.88 | 0 | 0.33 | 269.2 | 0.78 | 0.38 |
| Hex | 5E | 15 | AB | 2D | 58 | 0 | 21 | 10D | 4E | 26 |
| Octal | 136 | 25 | 253 | 55 | 130 | 0 | 41 | 415 | 116 | 46 |
| Binary | 1011110 | 10101 | 10101011 | 101101 | 1011000 | 0 | 100001 | 100001101 | 1001110 | 100110 |
Color Harmonies of #5E15AB
Complementary color
Monochromatic Colors of #5E15AB
Black with #5E15AB
Text Example
Text Example
White with #5E15AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E15AB; }
p { color: rgb(94,21,171); }
H1.HeaderClassName
{
color: #5E15AB;
}
.AnyTagClassName
{
color: #5E15AB;
}
</style>
background-color css
<style>
a { background-color: #5E15AB; }
a { background-color: rgb(94,21,171); }
div.DivClassName
{
background-color: #5E15AB;
}
.BgClassName
{
background-color: #5E15AB;
}
</style>
border-color css
<style>
span { border-color: #5E15AB; }
span { border-color: rgb(94,21,171); }
td.TdClassName
{
border-color: #5E15AB;
}
.TagClassName
{
border-color: #5E15AB;
}
</style>