Shades of Purple Heart #4D1EA7
Tints of Purple Heart #4D1EA7
RGB
CMYK
RGB Variations
Color information
#4D1EA7 (or 0x4D1EA7) is known color: Purple Heart. HEX triplet: 4D, 1E and A7. RGB value is (77,30,167). Sum of RGB (Red+Green+Blue) = 77+30+167=274 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.10% from 274); Green value is 30 (12.11% from 255 or 10.95% from 274); Blue value is 167 (65.62% from 255 or 60.95% from 274); Max value from RGB is 167 - color contains mainly: blue. Hex color #4D1EA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D1EA7 is #B2E158. Grayscale: #3B3B3B. Windows color (decimal): -11723097 or 10952269. OLE color: 10952269.
HSL color Cylindrical-coordinate representation of color #4D1EA7: hue angle of 260.58º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D1EA7 is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 77 | 30 | 167 | - |
| CMYK | 0.54 | 0.82 | 0 | 0.35 |
| HSL | 260.58º | 0.7% | 0.39% | - |
| HSV(B) | 260.58º | 0.82% | 0.65% | - |
| XYZ | 10.5 | 5.3 | 37.03 | - |
| YUV | 59.67 | 188.57 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 30 | 167 | 0.54 | 0.82 | 0 | 0.35 | 260.58 | 0.7 | 0.39 |
| Hex | 4D | 1E | A7 | 36 | 52 | 0 | 23 | 105 | 46 | 27 |
| Octal | 115 | 36 | 247 | 66 | 122 | 0 | 43 | 405 | 106 | 47 |
| Binary | 1001101 | 11110 | 10100111 | 110110 | 1010010 | 0 | 100011 | 100000101 | 1000110 | 100111 |
Color Harmonies of #4D1EA7
Complementary color
Monochromatic Colors of #4D1EA7
Black with #4D1EA7
Text Example
Text Example
White with #4D1EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1EA7; }
p { color: rgb(77,30,167); }
H1.HeaderClassName
{
color: #4D1EA7;
}
.AnyTagClassName
{
color: #4D1EA7;
}
</style>
background-color css
<style>
a { background-color: #4D1EA7; }
a { background-color: rgb(77,30,167); }
div.DivClassName
{
background-color: #4D1EA7;
}
.BgClassName
{
background-color: #4D1EA7;
}
</style>
border-color css
<style>
span { border-color: #4D1EA7; }
span { border-color: rgb(77,30,167); }
td.TdClassName
{
border-color: #4D1EA7;
}
.TagClassName
{
border-color: #4D1EA7;
}
</style>