Shades of Purple Heart #4E2CAC
Tints of Purple Heart #4E2CAC
RGB
CMYK
RGB Variations
Color information
#4E2CAC (or 0x4E2CAC) is known color: Purple Heart. HEX triplet: 4E, 2C and AC. RGB value is (78,44,172). Sum of RGB (Red+Green+Blue) = 78+44+172=294 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.53% from 294); Green value is 44 (17.58% from 255 or 14.97% from 294); Blue value is 172 (67.58% from 255 or 58.50% from 294); Max value from RGB is 172 - color contains mainly: blue. Hex color #4E2CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2CAC is #B1D353. Grayscale: #444444. Windows color (decimal): -11653972 or 11283534. OLE color: 11283534.
HSL color Cylindrical-coordinate representation of color #4E2CAC: hue angle of 255.94º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4E2CAC is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 44 | 172 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.33 |
| HSL | 255.94º | 0.59% | 0.42% | - |
| HSV(B) | 255.94º | 0.74% | 0.67% | - |
| XYZ | 11.49 | 6.4 | 39.66 | - |
| YUV | 68.76 | 186.26 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 44 | 172 | 0.55 | 0.74 | 0 | 0.33 | 255.94 | 0.59 | 0.42 |
| Hex | 4E | 2C | AC | 37 | 4A | 0 | 21 | 100 | 3B | 2A |
| Octal | 116 | 54 | 254 | 67 | 112 | 0 | 41 | 400 | 73 | 52 |
| Binary | 1001110 | 101100 | 10101100 | 110111 | 1001010 | 0 | 100001 | 100000000 | 111011 | 101010 |
Color Harmonies of #4E2CAC
Complementary color
Monochromatic Colors of #4E2CAC
Black with #4E2CAC
Text Example
Text Example
White with #4E2CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2CAC; }
p { color: rgb(78,44,172); }
H1.HeaderClassName
{
color: #4E2CAC;
}
.AnyTagClassName
{
color: #4E2CAC;
}
</style>
background-color css
<style>
a { background-color: #4E2CAC; }
a { background-color: rgb(78,44,172); }
div.DivClassName
{
background-color: #4E2CAC;
}
.BgClassName
{
background-color: #4E2CAC;
}
</style>
border-color css
<style>
span { border-color: #4E2CAC; }
span { border-color: rgb(78,44,172); }
td.TdClassName
{
border-color: #4E2CAC;
}
.TagClassName
{
border-color: #4E2CAC;
}
</style>