Shades of Purple Heart #5E24AC
Tints of Purple Heart #5E24AC
RGB
CMYK
RGB Variations
Color information
#5E24AC (or 0x5E24AC) is known color: Purple Heart. HEX triplet: 5E, 24 and AC. RGB value is (94,36,172). Sum of RGB (Red+Green+Blue) = 94+36+172=302 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.13% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #5E24AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E24AC is #A1DB53. Grayscale: #444444. Windows color (decimal): -10607444 or 11281502. OLE color: 11281502.
HSL color Cylindrical-coordinate representation of color #5E24AC: hue angle of 265.59º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E24AC is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 36 | 172 | - |
| CMYK | 0.45 | 0.79 | 0 | 0.33 |
| HSL | 265.59º | 0.65% | 0.41% | - |
| HSV(B) | 265.59º | 0.79% | 0.67% | - |
| XYZ | 12.69 | 6.62 | 39.64 | - |
| YUV | 68.85 | 186.22 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 36 | 172 | 0.45 | 0.79 | 0 | 0.33 | 265.59 | 0.65 | 0.41 |
| Hex | 5E | 24 | AC | 2D | 4F | 0 | 21 | 10A | 41 | 29 |
| Octal | 136 | 44 | 254 | 55 | 117 | 0 | 41 | 412 | 101 | 51 |
| Binary | 1011110 | 100100 | 10101100 | 101101 | 1001111 | 0 | 100001 | 100001010 | 1000001 | 101001 |
Color Harmonies of #5E24AC
Complementary color
Monochromatic Colors of #5E24AC
Black with #5E24AC
Text Example
Text Example
White with #5E24AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E24AC; }
p { color: rgb(94,36,172); }
H1.HeaderClassName
{
color: #5E24AC;
}
.AnyTagClassName
{
color: #5E24AC;
}
</style>
background-color css
<style>
a { background-color: #5E24AC; }
a { background-color: rgb(94,36,172); }
div.DivClassName
{
background-color: #5E24AC;
}
.BgClassName
{
background-color: #5E24AC;
}
</style>
border-color css
<style>
span { border-color: #5E24AC; }
span { border-color: rgb(94,36,172); }
td.TdClassName
{
border-color: #5E24AC;
}
.TagClassName
{
border-color: #5E24AC;
}
</style>