Shades of Purple Heart #4E2AAC
Tints of Purple Heart #4E2AAC
RGB
CMYK
RGB Variations
Color information
#4E2AAC (or 0x4E2AAC) is known color: Purple Heart. HEX triplet: 4E, 2A and AC. RGB value is (78,42,172). Sum of RGB (Red+Green+Blue) = 78+42+172=292 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.71% from 292); Green value is 42 (16.80% from 255 or 14.38% from 292); Blue value is 172 (67.58% from 255 or 58.90% from 292); Max value from RGB is 172 - color contains mainly: blue. Hex color #4E2AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2AAC is #B1D553. Grayscale: #434343. Windows color (decimal): -11654484 or 11283022. OLE color: 11283022.
HSL color Cylindrical-coordinate representation of color #4E2AAC: hue angle of 256.62º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4E2AAC is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 42 | 172 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.33 |
| HSL | 256.62º | 0.61% | 0.42% | - |
| HSV(B) | 256.62º | 0.76% | 0.67% | - |
| XYZ | 11.42 | 6.25 | 39.64 | - |
| YUV | 67.58 | 186.93 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 42 | 172 | 0.55 | 0.76 | 0 | 0.33 | 256.62 | 0.61 | 0.42 |
| Hex | 4E | 2A | AC | 37 | 4C | 0 | 21 | 101 | 3D | 2A |
| Octal | 116 | 52 | 254 | 67 | 114 | 0 | 41 | 401 | 75 | 52 |
| Binary | 1001110 | 101010 | 10101100 | 110111 | 1001100 | 0 | 100001 | 100000001 | 111101 | 101010 |
Color Harmonies of #4E2AAC
Complementary color
Monochromatic Colors of #4E2AAC
Black with #4E2AAC
Text Example
Text Example
White with #4E2AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2AAC; }
p { color: rgb(78,42,172); }
H1.HeaderClassName
{
color: #4E2AAC;
}
.AnyTagClassName
{
color: #4E2AAC;
}
</style>
background-color css
<style>
a { background-color: #4E2AAC; }
a { background-color: rgb(78,42,172); }
div.DivClassName
{
background-color: #4E2AAC;
}
.BgClassName
{
background-color: #4E2AAC;
}
</style>
border-color css
<style>
span { border-color: #4E2AAC; }
span { border-color: rgb(78,42,172); }
td.TdClassName
{
border-color: #4E2AAC;
}
.TagClassName
{
border-color: #4E2AAC;
}
</style>