Shades of Purple Heart #4D0EAD
Tints of Purple Heart #4D0EAD
RGB
CMYK
RGB Variations
Color information
#4D0EAD (or 0x4D0EAD) is known color: Purple Heart. HEX triplet: 4D, 0E and AD. RGB value is (77,14,173). Sum of RGB (Red+Green+Blue) = 77+14+173=264 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.17% from 264); Green value is 14 (5.86% from 255 or 5.30% from 264); Blue value is 173 (67.97% from 255 or 65.53% from 264); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D0EAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0EAD is #B2F152. Grayscale: #323232. Windows color (decimal): -11727187 or 11341389. OLE color: 11341389.
HSL color Cylindrical-coordinate representation of color #4D0EAD: hue angle of 263.77º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4D0EAD is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 14 | 173 | - |
| CMYK | 0.55 | 0.92 | 0 | 0.32 |
| HSL | 263.77º | 0.85% | 0.37% | - |
| HSV(B) | 263.77º | 0.92% | 0.68% | - |
| XYZ | 10.76 | 4.91 | 39.92 | - |
| YUV | 50.96 | 196.87 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 14 | 173 | 0.55 | 0.92 | 0 | 0.32 | 263.77 | 0.85 | 0.37 |
| Hex | 4D | E | AD | 37 | 5C | 0 | 20 | 108 | 55 | 25 |
| Octal | 115 | 16 | 255 | 67 | 134 | 0 | 40 | 410 | 125 | 45 |
| Binary | 1001101 | 1110 | 10101101 | 110111 | 1011100 | 0 | 100000 | 100001000 | 1010101 | 100101 |
Color Harmonies of #4D0EAD
Complementary color
Monochromatic Colors of #4D0EAD
Black with #4D0EAD
Text Example
Text Example
White with #4D0EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0EAD; }
p { color: rgb(77,14,173); }
H1.HeaderClassName
{
color: #4D0EAD;
}
.AnyTagClassName
{
color: #4D0EAD;
}
</style>
background-color css
<style>
a { background-color: #4D0EAD; }
a { background-color: rgb(77,14,173); }
div.DivClassName
{
background-color: #4D0EAD;
}
.BgClassName
{
background-color: #4D0EAD;
}
</style>
border-color css
<style>
span { border-color: #4D0EAD; }
span { border-color: rgb(77,14,173); }
td.TdClassName
{
border-color: #4D0EAD;
}
.TagClassName
{
border-color: #4D0EAD;
}
</style>