Shades of Purple Heart #5E1AAA
Tints of Purple Heart #5E1AAA
RGB
CMYK
RGB Variations
Color information
#5E1AAA (or 0x5E1AAA) is known color: Purple Heart. HEX triplet: 5E, 1A and AA. RGB value is (94,26,170). Sum of RGB (Red+Green+Blue) = 94+26+170=290 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.41% from 290); Green value is 26 (10.55% from 255 or 8.97% from 290); Blue value is 170 (66.80% from 255 or 58.62% from 290); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E1AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E1AAA is #A1E555. Grayscale: #3E3E3E. Windows color (decimal): -10610006 or 11147870. OLE color: 11147870.
HSL color Cylindrical-coordinate representation of color #5E1AAA: hue angle of 268.33º degrees, saturation: 0.73, 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 #5E1AAA is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 26 | 170 | - |
| CMYK | 0.45 | 0.85 | 0 | 0.33 |
| HSL | 268.33º | 0.73% | 0.38% | - |
| HSV(B) | 268.33º | 0.85% | 0.67% | - |
| XYZ | 12.24 | 6.02 | 38.55 | - |
| YUV | 62.75 | 188.53 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 26 | 170 | 0.45 | 0.85 | 0 | 0.33 | 268.33 | 0.73 | 0.38 |
| Hex | 5E | 1A | AA | 2D | 55 | 0 | 21 | 10C | 49 | 26 |
| Octal | 136 | 32 | 252 | 55 | 125 | 0 | 41 | 414 | 111 | 46 |
| Binary | 1011110 | 11010 | 10101010 | 101101 | 1010101 | 0 | 100001 | 100001100 | 1001001 | 100110 |
Color Harmonies of #5E1AAA
Complementary color
Monochromatic Colors of #5E1AAA
Black with #5E1AAA
Text Example
Text Example
White with #5E1AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1AAA; }
p { color: rgb(94,26,170); }
H1.HeaderClassName
{
color: #5E1AAA;
}
.AnyTagClassName
{
color: #5E1AAA;
}
</style>
background-color css
<style>
a { background-color: #5E1AAA; }
a { background-color: rgb(94,26,170); }
div.DivClassName
{
background-color: #5E1AAA;
}
.BgClassName
{
background-color: #5E1AAA;
}
</style>
border-color css
<style>
span { border-color: #5E1AAA; }
span { border-color: rgb(94,26,170); }
td.TdClassName
{
border-color: #5E1AAA;
}
.TagClassName
{
border-color: #5E1AAA;
}
</style>