Shades of Purple Heart #4D0EBE
Tints of Purple Heart #4D0EBE
RGB
CMYK
RGB Variations
Color information
#4D0EBE (or 0x4D0EBE) is known color: Purple Heart. HEX triplet: 4D, 0E and BE. RGB value is (77,14,190). Sum of RGB (Red+Green+Blue) = 77+14+190=281 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.40% from 281); Green value is 14 (5.86% from 255 or 4.98% from 281); Blue value is 190 (74.61% from 255 or 67.62% from 281); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D0EBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D0EBE is #B2F141. Grayscale: #343434. Windows color (decimal): -11727170 or 12455501. OLE color: 12455501.
HSL color Cylindrical-coordinate representation of color #4D0EBE: hue angle of 261.48º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4D0EBE is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 14 | 190 | - |
| CMYK | 0.59 | 0.93 | 0 | 0.25 |
| HSL | 261.48º | 0.86% | 0.4% | - |
| HSV(B) | 261.48º | 0.93% | 0.75% | - |
| XYZ | 12.51 | 5.61 | 49.14 | - |
| YUV | 52.9 | 205.37 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 14 | 190 | 0.59 | 0.93 | 0 | 0.25 | 261.48 | 0.86 | 0.4 |
| Hex | 4D | E | BE | 3B | 5D | 0 | 19 | 105 | 56 | 28 |
| Octal | 115 | 16 | 276 | 73 | 135 | 0 | 31 | 405 | 126 | 50 |
| Binary | 1001101 | 1110 | 10111110 | 111011 | 1011101 | 0 | 11001 | 100000101 | 1010110 | 101000 |
Color Harmonies of #4D0EBE
Complementary color
Monochromatic Colors of #4D0EBE
Black with #4D0EBE
Text Example
Text Example
White with #4D0EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0EBE; }
p { color: rgb(77,14,190); }
H1.HeaderClassName
{
color: #4D0EBE;
}
.AnyTagClassName
{
color: #4D0EBE;
}
</style>
background-color css
<style>
a { background-color: #4D0EBE; }
a { background-color: rgb(77,14,190); }
div.DivClassName
{
background-color: #4D0EBE;
}
.BgClassName
{
background-color: #4D0EBE;
}
</style>
border-color css
<style>
span { border-color: #4D0EBE; }
span { border-color: rgb(77,14,190); }
td.TdClassName
{
border-color: #4D0EBE;
}
.TagClassName
{
border-color: #4D0EBE;
}
</style>