Shades of Purple Heart #4D0EBD
Tints of Purple Heart #4D0EBD
RGB
CMYK
RGB Variations
Color information
#4D0EBD (or 0x4D0EBD) is known color: Purple Heart. HEX triplet: 4D, 0E and BD. RGB value is (77,14,189). Sum of RGB (Red+Green+Blue) = 77+14+189=280 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.5% from 280); Green value is 14 (5.86% from 255 or 5% from 280); Blue value is 189 (74.22% from 255 or 67.5% from 280); Max value from RGB is 189 - color contains mainly: blue. Hex color #4D0EBD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D0EBD is #B2F142. Grayscale: #343434. Windows color (decimal): -11727171 or 12389965. OLE color: 12389965.
HSL color Cylindrical-coordinate representation of color #4D0EBD: hue angle of 261.6º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4D0EBD is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 14 | 189 | - |
| CMYK | 0.59 | 0.93 | 0 | 0.26 |
| HSL | 261.6º | 0.86% | 0.4% | - |
| HSV(B) | 261.6º | 0.93% | 0.74% | - |
| XYZ | 12.4 | 5.57 | 48.56 | - |
| YUV | 52.79 | 204.87 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 14 | 189 | 0.59 | 0.93 | 0 | 0.26 | 261.6 | 0.86 | 0.4 |
| Hex | 4D | E | BD | 3B | 5D | 0 | 1A | 106 | 56 | 28 |
| Octal | 115 | 16 | 275 | 73 | 135 | 0 | 32 | 406 | 126 | 50 |
| Binary | 1001101 | 1110 | 10111101 | 111011 | 1011101 | 0 | 11010 | 100000110 | 1010110 | 101000 |
Color Harmonies of #4D0EBD
Complementary color
Monochromatic Colors of #4D0EBD
Black with #4D0EBD
Text Example
Text Example
White with #4D0EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0EBD; }
p { color: rgb(77,14,189); }
H1.HeaderClassName
{
color: #4D0EBD;
}
.AnyTagClassName
{
color: #4D0EBD;
}
</style>
background-color css
<style>
a { background-color: #4D0EBD; }
a { background-color: rgb(77,14,189); }
div.DivClassName
{
background-color: #4D0EBD;
}
.BgClassName
{
background-color: #4D0EBD;
}
</style>
border-color css
<style>
span { border-color: #4D0EBD; }
span { border-color: rgb(77,14,189); }
td.TdClassName
{
border-color: #4D0EBD;
}
.TagClassName
{
border-color: #4D0EBD;
}
</style>