Shades of Purple Heart #5E0EB2
Tints of Purple Heart #5E0EB2
RGB
CMYK
RGB Variations
Color information
#5E0EB2 (or 0x5E0EB2) is known color: Purple Heart. HEX triplet: 5E, 0E and B2. RGB value is (94,14,178). Sum of RGB (Red+Green+Blue) = 94+14+178=286 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.87% from 286); Green value is 14 (5.86% from 255 or 4.90% from 286); Blue value is 178 (69.92% from 255 or 62.24% from 286); Max value from RGB is 178 - color contains mainly: blue. Hex color #5E0EB2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0EB2 is #A1F14D. Grayscale: #383838. Windows color (decimal): -10613070 or 11669086. OLE color: 11669086.
HSL color Cylindrical-coordinate representation of color #5E0EB2: hue angle of 269.27º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5E0EB2 is Cyan = 0.47, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 94 | 14 | 178 | - |
| CMYK | 0.47 | 0.92 | 0 | 0.30 |
| HSL | 269.27º | 0.85% | 0.38% | - |
| HSV(B) | 269.27º | 0.92% | 0.7% | - |
| XYZ | 12.81 | 5.91 | 42.58 | - |
| YUV | 56.62 | 196.5 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 14 | 178 | 0.47 | 0.92 | 0 | 0.30 | 269.27 | 0.85 | 0.38 |
| Hex | 5E | E | B2 | 2F | 5C | 0 | 1E | 10D | 55 | 26 |
| Octal | 136 | 16 | 262 | 57 | 134 | 0 | 36 | 415 | 125 | 46 |
| Binary | 1011110 | 1110 | 10110010 | 101111 | 1011100 | 0 | 11110 | 100001101 | 1010101 | 100110 |
Color Harmonies of #5E0EB2
Complementary color
Monochromatic Colors of #5E0EB2
Black with #5E0EB2
Text Example
Text Example
White with #5E0EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0EB2; }
p { color: rgb(94,14,178); }
H1.HeaderClassName
{
color: #5E0EB2;
}
.AnyTagClassName
{
color: #5E0EB2;
}
</style>
background-color css
<style>
a { background-color: #5E0EB2; }
a { background-color: rgb(94,14,178); }
div.DivClassName
{
background-color: #5E0EB2;
}
.BgClassName
{
background-color: #5E0EB2;
}
</style>
border-color css
<style>
span { border-color: #5E0EB2; }
span { border-color: rgb(94,14,178); }
td.TdClassName
{
border-color: #5E0EB2;
}
.TagClassName
{
border-color: #5E0EB2;
}
</style>