Shades of Purple Heart #4D1ED1
Tints of Purple Heart #4D1ED1
RGB
CMYK
RGB Variations
Color information
#4D1ED1 (or 0x4D1ED1) is known color: Purple Heart. HEX triplet: 4D, 1E and D1. RGB value is (77,30,209). Sum of RGB (Red+Green+Blue) = 77+30+209=316 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.37% from 316); Green value is 30 (12.11% from 255 or 9.49% from 316); Blue value is 209 (82.03% from 255 or 66.14% from 316); Max value from RGB is 209 - color contains mainly: blue. Hex color #4D1ED1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D1ED1 is #B2E12E. Grayscale: #3F3F3F. Windows color (decimal): -11723055 or 13704781. OLE color: 13704781.
HSL color Cylindrical-coordinate representation of color #4D1ED1: hue angle of 255.75º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D1ED1 is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 77 | 30 | 209 | - |
| CMYK | 0.63 | 0.86 | 0 | 0.18 |
| HSL | 255.75º | 0.75% | 0.47% | - |
| HSV(B) | 255.75º | 0.86% | 0.82% | - |
| XYZ | 15.03 | 7.11 | 60.9 | - |
| YUV | 64.46 | 209.57 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 30 | 209 | 0.63 | 0.86 | 0 | 0.18 | 255.75 | 0.75 | 0.47 |
| Hex | 4D | 1E | D1 | 3F | 56 | 0 | 12 | 100 | 4B | 2F |
| Octal | 115 | 36 | 321 | 77 | 126 | 0 | 22 | 400 | 113 | 57 |
| Binary | 1001101 | 11110 | 11010001 | 111111 | 1010110 | 0 | 10010 | 100000000 | 1001011 | 101111 |
Color Harmonies of #4D1ED1
Complementary color
Monochromatic Colors of #4D1ED1
Black with #4D1ED1
Text Example
Text Example
White with #4D1ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1ED1; }
p { color: rgb(77,30,209); }
H1.HeaderClassName
{
color: #4D1ED1;
}
.AnyTagClassName
{
color: #4D1ED1;
}
</style>
background-color css
<style>
a { background-color: #4D1ED1; }
a { background-color: rgb(77,30,209); }
div.DivClassName
{
background-color: #4D1ED1;
}
.BgClassName
{
background-color: #4D1ED1;
}
</style>
border-color css
<style>
span { border-color: #4D1ED1; }
span { border-color: rgb(77,30,209); }
td.TdClassName
{
border-color: #4D1ED1;
}
.TagClassName
{
border-color: #4D1ED1;
}
</style>