Shades of Purple Heart #4E1AAE
Tints of Purple Heart #4E1AAE
RGB
CMYK
RGB Variations
Color information
#4E1AAE (or 0x4E1AAE) is known color: Purple Heart. HEX triplet: 4E, 1A and AE. RGB value is (78,26,174). Sum of RGB (Red+Green+Blue) = 78+26+174=278 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.06% from 278); Green value is 26 (10.55% from 255 or 9.35% from 278); Blue value is 174 (68.36% from 255 or 62.59% from 278); Max value from RGB is 174 - color contains mainly: blue. Hex color #4E1AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E1AAE is #B1E551. Grayscale: #393939. Windows color (decimal): -11658578 or 11409998. OLE color: 11409998.
HSL color Cylindrical-coordinate representation of color #4E1AAE: hue angle of 261.08º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E1AAE is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 78 | 26 | 174 | - |
| CMYK | 0.55 | 0.85 | 0 | 0.32 |
| HSL | 261.08º | 0.74% | 0.39% | - |
| HSV(B) | 261.08º | 0.85% | 0.68% | - |
| XYZ | 11.15 | 5.41 | 40.5 | - |
| YUV | 58.42 | 193.23 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 26 | 174 | 0.55 | 0.85 | 0 | 0.32 | 261.08 | 0.74 | 0.39 |
| Hex | 4E | 1A | AE | 37 | 55 | 0 | 20 | 105 | 4A | 27 |
| Octal | 116 | 32 | 256 | 67 | 125 | 0 | 40 | 405 | 112 | 47 |
| Binary | 1001110 | 11010 | 10101110 | 110111 | 1010101 | 0 | 100000 | 100000101 | 1001010 | 100111 |
Color Harmonies of #4E1AAE
Complementary color
Monochromatic Colors of #4E1AAE
Black with #4E1AAE
Text Example
Text Example
White with #4E1AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1AAE; }
p { color: rgb(78,26,174); }
H1.HeaderClassName
{
color: #4E1AAE;
}
.AnyTagClassName
{
color: #4E1AAE;
}
</style>
background-color css
<style>
a { background-color: #4E1AAE; }
a { background-color: rgb(78,26,174); }
div.DivClassName
{
background-color: #4E1AAE;
}
.BgClassName
{
background-color: #4E1AAE;
}
</style>
border-color css
<style>
span { border-color: #4E1AAE; }
span { border-color: rgb(78,26,174); }
td.TdClassName
{
border-color: #4E1AAE;
}
.TagClassName
{
border-color: #4E1AAE;
}
</style>