Shades of Purple Heart #4D1EA6
Tints of Purple Heart #4D1EA6
RGB
CMYK
RGB Variations
Color information
#4D1EA6 (or 0x4D1EA6) is known color: Purple Heart. HEX triplet: 4D, 1E and A6. RGB value is (77,30,166). Sum of RGB (Red+Green+Blue) = 77+30+166=273 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.21% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 166 (65.23% from 255 or 60.81% from 273); Max value from RGB is 166 - color contains mainly: blue. Hex color #4D1EA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D1EA6 is #B2E159. Grayscale: #3B3B3B. Windows color (decimal): -11723098 or 10886733. OLE color: 10886733.
HSL color Cylindrical-coordinate representation of color #4D1EA6: hue angle of 260.74º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D1EA6 is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 77 | 30 | 166 | - |
| CMYK | 0.54 | 0.82 | 0 | 0.35 |
| HSL | 260.74º | 0.69% | 0.38% | - |
| HSV(B) | 260.74º | 0.82% | 0.65% | - |
| XYZ | 10.41 | 5.26 | 36.54 | - |
| YUV | 59.56 | 188.07 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 30 | 166 | 0.54 | 0.82 | 0 | 0.35 | 260.74 | 0.69 | 0.38 |
| Hex | 4D | 1E | A6 | 36 | 52 | 0 | 23 | 105 | 45 | 26 |
| Octal | 115 | 36 | 246 | 66 | 122 | 0 | 43 | 405 | 105 | 46 |
| Binary | 1001101 | 11110 | 10100110 | 110110 | 1010010 | 0 | 100011 | 100000101 | 1000101 | 100110 |
Color Harmonies of #4D1EA6
Complementary color
Monochromatic Colors of #4D1EA6
Black with #4D1EA6
Text Example
Text Example
White with #4D1EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1EA6; }
p { color: rgb(77,30,166); }
H1.HeaderClassName
{
color: #4D1EA6;
}
.AnyTagClassName
{
color: #4D1EA6;
}
</style>
background-color css
<style>
a { background-color: #4D1EA6; }
a { background-color: rgb(77,30,166); }
div.DivClassName
{
background-color: #4D1EA6;
}
.BgClassName
{
background-color: #4D1EA6;
}
</style>
border-color css
<style>
span { border-color: #4D1EA6; }
span { border-color: rgb(77,30,166); }
td.TdClassName
{
border-color: #4D1EA6;
}
.TagClassName
{
border-color: #4D1EA6;
}
</style>