Shades of Purple Heart #5E11AB
Tints of Purple Heart #5E11AB
RGB
CMYK
RGB Variations
Color information
#5E11AB (or 0x5E11AB) is known color: Purple Heart. HEX triplet: 5E, 11 and AB. RGB value is (94,17,171). Sum of RGB (Red+Green+Blue) = 94+17+171=282 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.33% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 171 (67.19% from 255 or 60.64% from 282); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E11AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E11AB is #A1EE54. Grayscale: #393939. Windows color (decimal): -10612309 or 11211102. OLE color: 11211102.
HSL color Cylindrical-coordinate representation of color #5E11AB: hue angle of 270º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E11AB is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 17 | 171 | - |
| CMYK | 0.45 | 0.90 | 0 | 0.33 |
| HSL | 270º | 0.82% | 0.37% | - |
| HSV(B) | 270º | 0.9% | 0.67% | - |
| XYZ | 12.17 | 5.72 | 38.99 | - |
| YUV | 57.58 | 192.01 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 17 | 171 | 0.45 | 0.90 | 0 | 0.33 | 270 | 0.82 | 0.37 |
| Hex | 5E | 11 | AB | 2D | 5A | 0 | 21 | 10E | 52 | 25 |
| Octal | 136 | 21 | 253 | 55 | 132 | 0 | 41 | 416 | 122 | 45 |
| Binary | 1011110 | 10001 | 10101011 | 101101 | 1011010 | 0 | 100001 | 100001110 | 1010010 | 100101 |
Color Harmonies of #5E11AB
Complementary color
Monochromatic Colors of #5E11AB
Black with #5E11AB
Text Example
Text Example
White with #5E11AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E11AB; }
p { color: rgb(94,17,171); }
H1.HeaderClassName
{
color: #5E11AB;
}
.AnyTagClassName
{
color: #5E11AB;
}
</style>
background-color css
<style>
a { background-color: #5E11AB; }
a { background-color: rgb(94,17,171); }
div.DivClassName
{
background-color: #5E11AB;
}
.BgClassName
{
background-color: #5E11AB;
}
</style>
border-color css
<style>
span { border-color: #5E11AB; }
span { border-color: rgb(94,17,171); }
td.TdClassName
{
border-color: #5E11AB;
}
.TagClassName
{
border-color: #5E11AB;
}
</style>