Shades of Purple Heart #4E1DAD
Tints of Purple Heart #4E1DAD
RGB
CMYK
RGB Variations
Color information
#4E1DAD (or 0x4E1DAD) is known color: Purple Heart. HEX triplet: 4E, 1D and AD. RGB value is (78,29,173). Sum of RGB (Red+Green+Blue) = 78+29+173=280 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.86% from 280); Green value is 29 (11.72% from 255 or 10.36% from 280); Blue value is 173 (67.97% from 255 or 61.79% from 280); Max value from RGB is 173 - color contains mainly: blue. Hex color #4E1DAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E1DAD is #B1E252. Grayscale: #3B3B3B. Windows color (decimal): -11657811 or 11345230. OLE color: 11345230.
HSL color Cylindrical-coordinate representation of color #4E1DAD: hue angle of 260.42º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4E1DAD is Cyan = 0.55, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 78 | 29 | 173 | - |
| CMYK | 0.55 | 0.83 | 0 | 0.32 |
| HSL | 260.42º | 0.71% | 0.4% | - |
| HSV(B) | 260.42º | 0.83% | 0.68% | - |
| XYZ | 11.12 | 5.52 | 40.01 | - |
| YUV | 60.07 | 191.73 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 29 | 173 | 0.55 | 0.83 | 0 | 0.32 | 260.42 | 0.71 | 0.4 |
| Hex | 4E | 1D | AD | 37 | 53 | 0 | 20 | 104 | 47 | 28 |
| Octal | 116 | 35 | 255 | 67 | 123 | 0 | 40 | 404 | 107 | 50 |
| Binary | 1001110 | 11101 | 10101101 | 110111 | 1010011 | 0 | 100000 | 100000100 | 1000111 | 101000 |
Color Harmonies of #4E1DAD
Complementary color
Monochromatic Colors of #4E1DAD
Black with #4E1DAD
Text Example
Text Example
White with #4E1DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1DAD; }
p { color: rgb(78,29,173); }
H1.HeaderClassName
{
color: #4E1DAD;
}
.AnyTagClassName
{
color: #4E1DAD;
}
</style>
background-color css
<style>
a { background-color: #4E1DAD; }
a { background-color: rgb(78,29,173); }
div.DivClassName
{
background-color: #4E1DAD;
}
.BgClassName
{
background-color: #4E1DAD;
}
</style>
border-color css
<style>
span { border-color: #4E1DAD; }
span { border-color: rgb(78,29,173); }
td.TdClassName
{
border-color: #4E1DAD;
}
.TagClassName
{
border-color: #4E1DAD;
}
</style>