Shades of Purple Heart #5E11AA
Tints of Purple Heart #5E11AA
RGB
CMYK
RGB Variations
Color information
#5E11AA (or 0x5E11AA) is known color: Purple Heart. HEX triplet: 5E, 11 and AA. RGB value is (94,17,170). Sum of RGB (Red+Green+Blue) = 94+17+170=281 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.45% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 170 (66.80% from 255 or 60.50% from 281); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E11AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E11AA is #A1EE55. Grayscale: #383838. Windows color (decimal): -10612310 or 11145566. OLE color: 11145566.
HSL color Cylindrical-coordinate representation of color #5E11AA: hue angle of 270.2º 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 #5E11AA is Cyan = 0.45, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 17 | 170 | - |
| CMYK | 0.45 | 0.9 | 0 | 0.33 |
| HSL | 270.2º | 0.82% | 0.37% | - |
| HSV(B) | 270.2º | 0.9% | 0.67% | - |
| XYZ | 12.07 | 5.68 | 38.49 | - |
| YUV | 57.47 | 191.51 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 17 | 170 | 0.45 | 0.9 | 0 | 0.33 | 270.2 | 0.82 | 0.37 |
| Hex | 5E | 11 | AA | 2D | 5A | 0 | 21 | 10E | 52 | 25 |
| Octal | 136 | 21 | 252 | 55 | 132 | 0 | 41 | 416 | 122 | 45 |
| Binary | 1011110 | 10001 | 10101010 | 101101 | 1011010 | 0 | 100001 | 100001110 | 1010010 | 100101 |
Color Harmonies of #5E11AA
Complementary color
Monochromatic Colors of #5E11AA
Black with #5E11AA
Text Example
Text Example
White with #5E11AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E11AA; }
p { color: rgb(94,17,170); }
H1.HeaderClassName
{
color: #5E11AA;
}
.AnyTagClassName
{
color: #5E11AA;
}
</style>
background-color css
<style>
a { background-color: #5E11AA; }
a { background-color: rgb(94,17,170); }
div.DivClassName
{
background-color: #5E11AA;
}
.BgClassName
{
background-color: #5E11AA;
}
</style>
border-color css
<style>
span { border-color: #5E11AA; }
span { border-color: rgb(94,17,170); }
td.TdClassName
{
border-color: #5E11AA;
}
.TagClassName
{
border-color: #5E11AA;
}
</style>