Shades of Purple Heart #5E2ACE
Tints of Purple Heart #5E2ACE
RGB
CMYK
RGB Variations
Color information
#5E2ACE (or 0x5E2ACE) is known color: Purple Heart. HEX triplet: 5E, 2A and CE. RGB value is (94,42,206). Sum of RGB (Red+Green+Blue) = 94+42+206=342 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.49% from 342); Green value is 42 (16.80% from 255 or 12.28% from 342); Blue value is 206 (80.86% from 255 or 60.23% from 342); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E2ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E2ACE is #A1D531. Grayscale: #4B4B4B. Windows color (decimal): -10605874 or 13511262. OLE color: 13511262.
HSL color Cylindrical-coordinate representation of color #5E2ACE: hue angle of 259.02º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5E2ACE is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 42 | 206 | - |
| CMYK | 0.54 | 0.80 | 0 | 0.19 |
| HSL | 259.02º | 0.66% | 0.49% | - |
| HSV(B) | 259.02º | 0.8% | 0.81% | - |
| XYZ | 16.58 | 8.49 | 59.16 | - |
| YUV | 76.24 | 201.23 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 42 | 206 | 0.54 | 0.80 | 0 | 0.19 | 259.02 | 0.66 | 0.49 |
| Hex | 5E | 2A | CE | 36 | 50 | 0 | 13 | 103 | 42 | 31 |
| Octal | 136 | 52 | 316 | 66 | 120 | 0 | 23 | 403 | 102 | 61 |
| Binary | 1011110 | 101010 | 11001110 | 110110 | 1010000 | 0 | 10011 | 100000011 | 1000010 | 110001 |
Color Harmonies of #5E2ACE
Complementary color
Monochromatic Colors of #5E2ACE
Black with #5E2ACE
Text Example
Text Example
White with #5E2ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2ACE; }
p { color: rgb(94,42,206); }
H1.HeaderClassName
{
color: #5E2ACE;
}
.AnyTagClassName
{
color: #5E2ACE;
}
</style>
background-color css
<style>
a { background-color: #5E2ACE; }
a { background-color: rgb(94,42,206); }
div.DivClassName
{
background-color: #5E2ACE;
}
.BgClassName
{
background-color: #5E2ACE;
}
</style>
border-color css
<style>
span { border-color: #5E2ACE; }
span { border-color: rgb(94,42,206); }
td.TdClassName
{
border-color: #5E2ACE;
}
.TagClassName
{
border-color: #5E2ACE;
}
</style>