Shades of Purple Heart #5E18AA
Tints of Purple Heart #5E18AA
RGB
CMYK
RGB Variations
Color information
#5E18AA (or 0x5E18AA) is known color: Purple Heart. HEX triplet: 5E, 18 and AA. RGB value is (94,24,170). Sum of RGB (Red+Green+Blue) = 94+24+170=288 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.64% from 288); Green value is 24 (9.77% from 255 or 8.33% from 288); Blue value is 170 (66.80% from 255 or 59.03% from 288); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E18AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E18AA is #A1E755. Grayscale: #3D3D3D. Windows color (decimal): -10610518 or 11147358. OLE color: 11147358.
HSL color Cylindrical-coordinate representation of color #5E18AA: hue angle of 268.77º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E18AA is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 24 | 170 | - |
| CMYK | 0.45 | 0.86 | 0 | 0.33 |
| HSL | 268.77º | 0.75% | 0.38% | - |
| HSV(B) | 268.77º | 0.86% | 0.67% | - |
| XYZ | 12.2 | 5.94 | 38.53 | - |
| YUV | 61.57 | 189.19 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 24 | 170 | 0.45 | 0.86 | 0 | 0.33 | 268.77 | 0.75 | 0.38 |
| Hex | 5E | 18 | AA | 2D | 56 | 0 | 21 | 10D | 4B | 26 |
| Octal | 136 | 30 | 252 | 55 | 126 | 0 | 41 | 415 | 113 | 46 |
| Binary | 1011110 | 11000 | 10101010 | 101101 | 1010110 | 0 | 100001 | 100001101 | 1001011 | 100110 |
Color Harmonies of #5E18AA
Complementary color
Monochromatic Colors of #5E18AA
Black with #5E18AA
Text Example
Text Example
White with #5E18AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E18AA; }
p { color: rgb(94,24,170); }
H1.HeaderClassName
{
color: #5E18AA;
}
.AnyTagClassName
{
color: #5E18AA;
}
</style>
background-color css
<style>
a { background-color: #5E18AA; }
a { background-color: rgb(94,24,170); }
div.DivClassName
{
background-color: #5E18AA;
}
.BgClassName
{
background-color: #5E18AA;
}
</style>
border-color css
<style>
span { border-color: #5E18AA; }
span { border-color: rgb(94,24,170); }
td.TdClassName
{
border-color: #5E18AA;
}
.TagClassName
{
border-color: #5E18AA;
}
</style>