Shades of Purple Heart #5E3ED5
Tints of Purple Heart #5E3ED5
RGB
CMYK
RGB Variations
Color information
#5E3ED5 (or 0x5E3ED5) is known color: Purple Heart. HEX triplet: 5E, 3E and D5. RGB value is (94,62,213). Sum of RGB (Red+Green+Blue) = 94+62+213=369 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.47% from 369); Green value is 62 (24.61% from 255 or 16.80% from 369); Blue value is 213 (83.59% from 255 or 57.72% from 369); Max value from RGB is 213 - color contains mainly: blue. Hex color #5E3ED5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3ED5 is #A1C12A. Grayscale: #585858. Windows color (decimal): -10600747 or 13975134. OLE color: 13975134.
HSL color Cylindrical-coordinate representation of color #5E3ED5: hue angle of 252.72º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5E3ED5 is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 94 | 62 | 213 | - |
| CMYK | 0.56 | 0.71 | 0 | 0.16 |
| HSL | 252.72º | 0.64% | 0.54% | - |
| HSV(B) | 252.72º | 0.71% | 0.84% | - |
| XYZ | 18.35 | 10.63 | 64.04 | - |
| YUV | 88.78 | 198.1 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 62 | 213 | 0.56 | 0.71 | 0 | 0.16 | 252.72 | 0.64 | 0.54 |
| Hex | 5E | 3E | D5 | 38 | 47 | 0 | 10 | FD | 40 | 36 |
| Octal | 136 | 76 | 325 | 70 | 107 | 0 | 20 | 375 | 100 | 66 |
| Binary | 1011110 | 111110 | 11010101 | 111000 | 1000111 | 0 | 10000 | 11111101 | 1000000 | 110110 |
Color Harmonies of #5E3ED5
Complementary color
Monochromatic Colors of #5E3ED5
Black with #5E3ED5
Text Example
Text Example
White with #5E3ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3ED5; }
p { color: rgb(94,62,213); }
H1.HeaderClassName
{
color: #5E3ED5;
}
.AnyTagClassName
{
color: #5E3ED5;
}
</style>
background-color css
<style>
a { background-color: #5E3ED5; }
a { background-color: rgb(94,62,213); }
div.DivClassName
{
background-color: #5E3ED5;
}
.BgClassName
{
background-color: #5E3ED5;
}
</style>
border-color css
<style>
span { border-color: #5E3ED5; }
span { border-color: rgb(94,62,213); }
td.TdClassName
{
border-color: #5E3ED5;
}
.TagClassName
{
border-color: #5E3ED5;
}
</style>