Shades of Purple Heart #4E2BAE
Tints of Purple Heart #4E2BAE
RGB
CMYK
RGB Variations
Color information
#4E2BAE (or 0x4E2BAE) is known color: Purple Heart. HEX triplet: 4E, 2B and AE. RGB value is (78,43,174). Sum of RGB (Red+Green+Blue) = 78+43+174=295 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.44% from 295); Green value is 43 (17.19% from 255 or 14.58% from 295); Blue value is 174 (68.36% from 255 or 58.98% from 295); Max value from RGB is 174 - color contains mainly: blue. Hex color #4E2BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2BAE is #B1D451. Grayscale: #434343. Windows color (decimal): -11654226 or 11414350. OLE color: 11414350.
HSL color Cylindrical-coordinate representation of color #4E2BAE: hue angle of 256.03º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4E2BAE is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 78 | 43 | 174 | - |
| CMYK | 0.55 | 0.75 | 0 | 0.32 |
| HSL | 256.03º | 0.6% | 0.43% | - |
| HSV(B) | 256.03º | 0.75% | 0.68% | - |
| XYZ | 11.65 | 6.4 | 40.67 | - |
| YUV | 68.4 | 187.6 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 43 | 174 | 0.55 | 0.75 | 0 | 0.32 | 256.03 | 0.6 | 0.43 |
| Hex | 4E | 2B | AE | 37 | 4B | 0 | 20 | 100 | 3C | 2B |
| Octal | 116 | 53 | 256 | 67 | 113 | 0 | 40 | 400 | 74 | 53 |
| Binary | 1001110 | 101011 | 10101110 | 110111 | 1001011 | 0 | 100000 | 100000000 | 111100 | 101011 |
Color Harmonies of #4E2BAE
Complementary color
Monochromatic Colors of #4E2BAE
Black with #4E2BAE
Text Example
Text Example
White with #4E2BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2BAE; }
p { color: rgb(78,43,174); }
H1.HeaderClassName
{
color: #4E2BAE;
}
.AnyTagClassName
{
color: #4E2BAE;
}
</style>
background-color css
<style>
a { background-color: #4E2BAE; }
a { background-color: rgb(78,43,174); }
div.DivClassName
{
background-color: #4E2BAE;
}
.BgClassName
{
background-color: #4E2BAE;
}
</style>
border-color css
<style>
span { border-color: #4E2BAE; }
span { border-color: rgb(78,43,174); }
td.TdClassName
{
border-color: #4E2BAE;
}
.TagClassName
{
border-color: #4E2BAE;
}
</style>