Shades of Purple Heart #4E2BCE
Tints of Purple Heart #4E2BCE
RGB
CMYK
RGB Variations
Color information
#4E2BCE (or 0x4E2BCE) is known color: Purple Heart. HEX triplet: 4E, 2B and CE. RGB value is (78,43,206). Sum of RGB (Red+Green+Blue) = 78+43+206=327 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.85% from 327); Green value is 43 (17.19% from 255 or 13.15% from 327); Blue value is 206 (80.86% from 255 or 63.00% from 327); Max value from RGB is 206 - color contains mainly: blue. Hex color #4E2BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E2BCE is #B1D431. Grayscale: #474747. Windows color (decimal): -11654194 or 13511502. OLE color: 13511502.
HSL color Cylindrical-coordinate representation of color #4E2BCE: hue angle of 252.88º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4E2BCE is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 43 | 206 | - |
| CMYK | 0.62 | 0.79 | 0 | 0.19 |
| HSL | 252.88º | 0.65% | 0.49% | - |
| HSV(B) | 252.88º | 0.79% | 0.81% | - |
| XYZ | 15.15 | 7.8 | 59.1 | - |
| YUV | 72.05 | 203.6 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 43 | 206 | 0.62 | 0.79 | 0 | 0.19 | 252.88 | 0.65 | 0.49 |
| Hex | 4E | 2B | CE | 3E | 4F | 0 | 13 | FD | 41 | 31 |
| Octal | 116 | 53 | 316 | 76 | 117 | 0 | 23 | 375 | 101 | 61 |
| Binary | 1001110 | 101011 | 11001110 | 111110 | 1001111 | 0 | 10011 | 11111101 | 1000001 | 110001 |
Color Harmonies of #4E2BCE
Complementary color
Monochromatic Colors of #4E2BCE
Black with #4E2BCE
Text Example
Text Example
White with #4E2BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2BCE; }
p { color: rgb(78,43,206); }
H1.HeaderClassName
{
color: #4E2BCE;
}
.AnyTagClassName
{
color: #4E2BCE;
}
</style>
background-color css
<style>
a { background-color: #4E2BCE; }
a { background-color: rgb(78,43,206); }
div.DivClassName
{
background-color: #4E2BCE;
}
.BgClassName
{
background-color: #4E2BCE;
}
</style>
border-color css
<style>
span { border-color: #4E2BCE; }
span { border-color: rgb(78,43,206); }
td.TdClassName
{
border-color: #4E2BCE;
}
.TagClassName
{
border-color: #4E2BCE;
}
</style>