Shades of Purple Heart #4E2CAB
Tints of Purple Heart #4E2CAB
RGB
CMYK
RGB Variations
Color information
#4E2CAB (or 0x4E2CAB) is known color: Purple Heart. HEX triplet: 4E, 2C and AB. RGB value is (78,44,171). Sum of RGB (Red+Green+Blue) = 78+44+171=293 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.62% from 293); Green value is 44 (17.58% from 255 or 15.02% from 293); Blue value is 171 (67.19% from 255 or 58.36% from 293); Max value from RGB is 171 - color contains mainly: blue. Hex color #4E2CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2CAB is #B1D354. Grayscale: #444444. Windows color (decimal): -11653973 or 11217998. OLE color: 11217998.
HSL color Cylindrical-coordinate representation of color #4E2CAB: hue angle of 256.06º 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 #4E2CAB is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 44 | 171 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.33 |
| HSL | 256.06º | 0.59% | 0.42% | - |
| HSV(B) | 256.06º | 0.74% | 0.67% | - |
| XYZ | 11.39 | 6.36 | 39.16 | - |
| YUV | 68.64 | 185.76 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 44 | 171 | 0.54 | 0.74 | 0 | 0.33 | 256.06 | 0.59 | 0.42 |
| Hex | 4E | 2C | AB | 36 | 4A | 0 | 21 | 100 | 3B | 2A |
| Octal | 116 | 54 | 253 | 66 | 112 | 0 | 41 | 400 | 73 | 52 |
| Binary | 1001110 | 101100 | 10101011 | 110110 | 1001010 | 0 | 100001 | 100000000 | 111011 | 101010 |
Color Harmonies of #4E2CAB
Complementary color
Monochromatic Colors of #4E2CAB
Black with #4E2CAB
Text Example
Text Example
White with #4E2CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2CAB; }
p { color: rgb(78,44,171); }
H1.HeaderClassName
{
color: #4E2CAB;
}
.AnyTagClassName
{
color: #4E2CAB;
}
</style>
background-color css
<style>
a { background-color: #4E2CAB; }
a { background-color: rgb(78,44,171); }
div.DivClassName
{
background-color: #4E2CAB;
}
.BgClassName
{
background-color: #4E2CAB;
}
</style>
border-color css
<style>
span { border-color: #4E2CAB; }
span { border-color: rgb(78,44,171); }
td.TdClassName
{
border-color: #4E2CAB;
}
.TagClassName
{
border-color: #4E2CAB;
}
</style>