Shades of Purple Heart #4D1EB6
Tints of Purple Heart #4D1EB6
RGB
CMYK
RGB Variations
Color information
#4D1EB6 (or 0x4D1EB6) is known color: Purple Heart. HEX triplet: 4D, 1E and B6. RGB value is (77,30,182). Sum of RGB (Red+Green+Blue) = 77+30+182=289 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.64% from 289); Green value is 30 (12.11% from 255 or 10.38% from 289); Blue value is 182 (71.48% from 255 or 62.98% from 289); Max value from RGB is 182 - color contains mainly: blue. Hex color #4D1EB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D1EB6 is #B2E149. Grayscale: #3C3C3C. Windows color (decimal): -11723082 or 11935309. OLE color: 11935309.
HSL color Cylindrical-coordinate representation of color #4D1EB6: hue angle of 258.55º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D1EB6 is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 30 | 182 | - |
| CMYK | 0.58 | 0.84 | 0 | 0.29 |
| HSL | 258.55º | 0.72% | 0.42% | - |
| HSV(B) | 258.55º | 0.84% | 0.71% | - |
| XYZ | 11.97 | 5.88 | 44.76 | - |
| YUV | 61.38 | 196.07 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 30 | 182 | 0.58 | 0.84 | 0 | 0.29 | 258.55 | 0.72 | 0.42 |
| Hex | 4D | 1E | B6 | 3A | 54 | 0 | 1D | 103 | 48 | 2A |
| Octal | 115 | 36 | 266 | 72 | 124 | 0 | 35 | 403 | 110 | 52 |
| Binary | 1001101 | 11110 | 10110110 | 111010 | 1010100 | 0 | 11101 | 100000011 | 1001000 | 101010 |
Color Harmonies of #4D1EB6
Complementary color
Monochromatic Colors of #4D1EB6
Black with #4D1EB6
Text Example
Text Example
White with #4D1EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1EB6; }
p { color: rgb(77,30,182); }
H1.HeaderClassName
{
color: #4D1EB6;
}
.AnyTagClassName
{
color: #4D1EB6;
}
</style>
background-color css
<style>
a { background-color: #4D1EB6; }
a { background-color: rgb(77,30,182); }
div.DivClassName
{
background-color: #4D1EB6;
}
.BgClassName
{
background-color: #4D1EB6;
}
</style>
border-color css
<style>
span { border-color: #4D1EB6; }
span { border-color: rgb(77,30,182); }
td.TdClassName
{
border-color: #4D1EB6;
}
.TagClassName
{
border-color: #4D1EB6;
}
</style>