Shades of Purple Heart #4E2ED5
Tints of Purple Heart #4E2ED5
RGB
CMYK
RGB Variations
Color information
#4E2ED5 (or 0x4E2ED5) is known color: Purple Heart. HEX triplet: 4E, 2E and D5. RGB value is (78,46,213). Sum of RGB (Red+Green+Blue) = 78+46+213=337 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.15% from 337); Green value is 46 (18.36% from 255 or 13.65% from 337); Blue value is 213 (83.59% from 255 or 63.20% from 337); Max value from RGB is 213 - color contains mainly: blue. Hex color #4E2ED5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E2ED5 is #B1D12A. Grayscale: #494949. Windows color (decimal): -11653419 or 13971022. OLE color: 13971022.
HSL color Cylindrical-coordinate representation of color #4E2ED5: hue angle of 251.5º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E2ED5 is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 78 | 46 | 213 | - |
| CMYK | 0.63 | 0.78 | 0 | 0.16 |
| HSL | 251.5º | 0.67% | 0.51% | - |
| HSV(B) | 251.5º | 0.78% | 0.84% | - |
| XYZ | 16.13 | 8.38 | 63.72 | - |
| YUV | 74.61 | 206.1 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 46 | 213 | 0.63 | 0.78 | 0 | 0.16 | 251.5 | 0.67 | 0.51 |
| Hex | 4E | 2E | D5 | 3F | 4E | 0 | 10 | FB | 43 | 33 |
| Octal | 116 | 56 | 325 | 77 | 116 | 0 | 20 | 373 | 103 | 63 |
| Binary | 1001110 | 101110 | 11010101 | 111111 | 1001110 | 0 | 10000 | 11111011 | 1000011 | 110011 |
Color Harmonies of #4E2ED5
Complementary color
Monochromatic Colors of #4E2ED5
Black with #4E2ED5
Text Example
Text Example
White with #4E2ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2ED5; }
p { color: rgb(78,46,213); }
H1.HeaderClassName
{
color: #4E2ED5;
}
.AnyTagClassName
{
color: #4E2ED5;
}
</style>
background-color css
<style>
a { background-color: #4E2ED5; }
a { background-color: rgb(78,46,213); }
div.DivClassName
{
background-color: #4E2ED5;
}
.BgClassName
{
background-color: #4E2ED5;
}
</style>
border-color css
<style>
span { border-color: #4E2ED5; }
span { border-color: rgb(78,46,213); }
td.TdClassName
{
border-color: #4E2ED5;
}
.TagClassName
{
border-color: #4E2ED5;
}
</style>