Shades of Purple Heart #4E0DB2
Tints of Purple Heart #4E0DB2
RGB
CMYK
RGB Variations
Color information
#4E0DB2 (or 0x4E0DB2) is known color: Purple Heart. HEX triplet: 4E, 0D and B2. RGB value is (78,13,178). Sum of RGB (Red+Green+Blue) = 78+13+178=269 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.00% from 269); Green value is 13 (5.47% from 255 or 4.83% from 269); Blue value is 178 (69.92% from 255 or 66.17% from 269); Max value from RGB is 178 - color contains mainly: blue. Hex color #4E0DB2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E0DB2 is #B1F24D. Grayscale: #323232. Windows color (decimal): -11661902 or 11668814. OLE color: 11668814.
HSL color Cylindrical-coordinate representation of color #4E0DB2: hue angle of 263.64º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4E0DB2 is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 78 | 13 | 178 | - |
| CMYK | 0.56 | 0.93 | 0 | 0.30 |
| HSL | 263.64º | 0.86% | 0.37% | - |
| HSV(B) | 263.64º | 0.93% | 0.7% | - |
| XYZ | 11.32 | 5.12 | 42.51 | - |
| YUV | 51.25 | 199.53 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 13 | 178 | 0.56 | 0.93 | 0 | 0.30 | 263.64 | 0.86 | 0.37 |
| Hex | 4E | D | B2 | 38 | 5D | 0 | 1E | 108 | 56 | 25 |
| Octal | 116 | 15 | 262 | 70 | 135 | 0 | 36 | 410 | 126 | 45 |
| Binary | 1001110 | 1101 | 10110010 | 111000 | 1011101 | 0 | 11110 | 100001000 | 1010110 | 100101 |
Color Harmonies of #4E0DB2
Complementary color
Monochromatic Colors of #4E0DB2
Black with #4E0DB2
Text Example
Text Example
White with #4E0DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0DB2; }
p { color: rgb(78,13,178); }
H1.HeaderClassName
{
color: #4E0DB2;
}
.AnyTagClassName
{
color: #4E0DB2;
}
</style>
background-color css
<style>
a { background-color: #4E0DB2; }
a { background-color: rgb(78,13,178); }
div.DivClassName
{
background-color: #4E0DB2;
}
.BgClassName
{
background-color: #4E0DB2;
}
</style>
border-color css
<style>
span { border-color: #4E0DB2; }
span { border-color: rgb(78,13,178); }
td.TdClassName
{
border-color: #4E0DB2;
}
.TagClassName
{
border-color: #4E0DB2;
}
</style>