Shades of Purple Heart #4E2FD3
Tints of Purple Heart #4E2FD3
RGB
CMYK
RGB Variations
Color information
#4E2FD3 (or 0x4E2FD3) is known color: Purple Heart. HEX triplet: 4E, 2F and D3. RGB value is (78,47,211). Sum of RGB (Red+Green+Blue) = 78+47+211=336 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.21% from 336); Green value is 47 (18.75% from 255 or 13.99% from 336); Blue value is 211 (82.81% from 255 or 62.80% from 336); Max value from RGB is 211 - color contains mainly: blue. Hex color #4E2FD3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E2FD3 is #B1D02C. Grayscale: #4A4A4A. Windows color (decimal): -11653165 or 13840206. OLE color: 13840206.
HSL color Cylindrical-coordinate representation of color #4E2FD3: hue angle of 251.34º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E2FD3 is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 78 | 47 | 211 | - |
| CMYK | 0.63 | 0.78 | 0 | 0.17 |
| HSL | 251.34º | 0.65% | 0.51% | - |
| HSV(B) | 251.34º | 0.78% | 0.83% | - |
| XYZ | 15.92 | 8.36 | 62.4 | - |
| YUV | 74.97 | 204.77 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 47 | 211 | 0.63 | 0.78 | 0 | 0.17 | 251.34 | 0.65 | 0.51 |
| Hex | 4E | 2F | D3 | 3F | 4E | 0 | 11 | FB | 41 | 33 |
| Octal | 116 | 57 | 323 | 77 | 116 | 0 | 21 | 373 | 101 | 63 |
| Binary | 1001110 | 101111 | 11010011 | 111111 | 1001110 | 0 | 10001 | 11111011 | 1000001 | 110011 |
Color Harmonies of #4E2FD3
Complementary color
Monochromatic Colors of #4E2FD3
Black with #4E2FD3
Text Example
Text Example
White with #4E2FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2FD3; }
p { color: rgb(78,47,211); }
H1.HeaderClassName
{
color: #4E2FD3;
}
.AnyTagClassName
{
color: #4E2FD3;
}
</style>
background-color css
<style>
a { background-color: #4E2FD3; }
a { background-color: rgb(78,47,211); }
div.DivClassName
{
background-color: #4E2FD3;
}
.BgClassName
{
background-color: #4E2FD3;
}
</style>
border-color css
<style>
span { border-color: #4E2FD3; }
span { border-color: rgb(78,47,211); }
td.TdClassName
{
border-color: #4E2FD3;
}
.TagClassName
{
border-color: #4E2FD3;
}
</style>