Shades of Purple Heart #4E1AAC
Tints of Purple Heart #4E1AAC
RGB
CMYK
RGB Variations
Color information
#4E1AAC (or 0x4E1AAC) is known color: Purple Heart. HEX triplet: 4E, 1A and AC. RGB value is (78,26,172). Sum of RGB (Red+Green+Blue) = 78+26+172=276 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.26% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 172 (67.58% from 255 or 62.32% from 276); Max value from RGB is 172 - color contains mainly: blue. Hex color #4E1AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E1AAC is #B1E553. Grayscale: #393939. Windows color (decimal): -11658580 or 11278926. OLE color: 11278926.
HSL color Cylindrical-coordinate representation of color #4E1AAC: hue angle of 261.37º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E1AAC is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 26 | 172 | - |
| CMYK | 0.55 | 0.85 | 0 | 0.33 |
| HSL | 261.37º | 0.74% | 0.39% | - |
| HSV(B) | 261.37º | 0.85% | 0.67% | - |
| XYZ | 10.96 | 5.34 | 39.48 | - |
| YUV | 58.19 | 192.23 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 26 | 172 | 0.55 | 0.85 | 0 | 0.33 | 261.37 | 0.74 | 0.39 |
| Hex | 4E | 1A | AC | 37 | 55 | 0 | 21 | 105 | 4A | 27 |
| Octal | 116 | 32 | 254 | 67 | 125 | 0 | 41 | 405 | 112 | 47 |
| Binary | 1001110 | 11010 | 10101100 | 110111 | 1010101 | 0 | 100001 | 100000101 | 1001010 | 100111 |
Color Harmonies of #4E1AAC
Complementary color
Monochromatic Colors of #4E1AAC
Black with #4E1AAC
Text Example
Text Example
White with #4E1AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1AAC; }
p { color: rgb(78,26,172); }
H1.HeaderClassName
{
color: #4E1AAC;
}
.AnyTagClassName
{
color: #4E1AAC;
}
</style>
background-color css
<style>
a { background-color: #4E1AAC; }
a { background-color: rgb(78,26,172); }
div.DivClassName
{
background-color: #4E1AAC;
}
.BgClassName
{
background-color: #4E1AAC;
}
</style>
border-color css
<style>
span { border-color: #4E1AAC; }
span { border-color: rgb(78,26,172); }
td.TdClassName
{
border-color: #4E1AAC;
}
.TagClassName
{
border-color: #4E1AAC;
}
</style>