Shades of Purple Heart #4D2EBE
Tints of Purple Heart #4D2EBE
RGB
CMYK
RGB Variations
Color information
#4D2EBE (or 0x4D2EBE) is known color: Purple Heart. HEX triplet: 4D, 2E and BE. RGB value is (77,46,190). Sum of RGB (Red+Green+Blue) = 77+46+190=313 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.60% from 313); Green value is 46 (18.36% from 255 or 14.70% from 313); Blue value is 190 (74.61% from 255 or 60.70% from 313); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D2EBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D2EBE is #B2D141. Grayscale: #474747. Windows color (decimal): -11718978 or 12463693. OLE color: 12463693.
HSL color Cylindrical-coordinate representation of color #4D2EBE: hue angle of 252.92º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4D2EBE is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 46 | 190 | - |
| CMYK | 0.59 | 0.76 | 0 | 0.25 |
| HSL | 252.92º | 0.61% | 0.46% | - |
| HSV(B) | 252.92º | 0.76% | 0.75% | - |
| XYZ | 13.33 | 7.25 | 49.41 | - |
| YUV | 71.69 | 194.77 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 46 | 190 | 0.59 | 0.76 | 0 | 0.25 | 252.92 | 0.61 | 0.46 |
| Hex | 4D | 2E | BE | 3B | 4C | 0 | 19 | FD | 3D | 2E |
| Octal | 115 | 56 | 276 | 73 | 114 | 0 | 31 | 375 | 75 | 56 |
| Binary | 1001101 | 101110 | 10111110 | 111011 | 1001100 | 0 | 11001 | 11111101 | 111101 | 101110 |
Color Harmonies of #4D2EBE
Complementary color
Monochromatic Colors of #4D2EBE
Black with #4D2EBE
Text Example
Text Example
White with #4D2EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2EBE; }
p { color: rgb(77,46,190); }
H1.HeaderClassName
{
color: #4D2EBE;
}
.AnyTagClassName
{
color: #4D2EBE;
}
</style>
background-color css
<style>
a { background-color: #4D2EBE; }
a { background-color: rgb(77,46,190); }
div.DivClassName
{
background-color: #4D2EBE;
}
.BgClassName
{
background-color: #4D2EBE;
}
</style>
border-color css
<style>
span { border-color: #4D2EBE; }
span { border-color: rgb(77,46,190); }
td.TdClassName
{
border-color: #4D2EBE;
}
.TagClassName
{
border-color: #4D2EBE;
}
</style>