Shades of Purple Heart #4E2CBC
Tints of Purple Heart #4E2CBC
RGB
CMYK
RGB Variations
Color information
#4E2CBC (or 0x4E2CBC) is known color: Purple Heart. HEX triplet: 4E, 2C and BC. RGB value is (78,44,188). Sum of RGB (Red+Green+Blue) = 78+44+188=310 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25.16% from 310); Green value is 44 (17.58% from 255 or 14.19% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #4E2CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E2CBC is #B1D343. Grayscale: #464646. Windows color (decimal): -11653956 or 12332110. OLE color: 12332110.
HSL color Cylindrical-coordinate representation of color #4E2CBC: hue angle of 254.17º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4E2CBC is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 44 | 188 | - |
| CMYK | 0.59 | 0.77 | 0 | 0.26 |
| HSL | 254.17º | 0.62% | 0.45% | - |
| HSV(B) | 254.17º | 0.77% | 0.74% | - |
| XYZ | 13.12 | 7.05 | 48.25 | - |
| YUV | 70.58 | 194.26 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 44 | 188 | 0.59 | 0.77 | 0 | 0.26 | 254.17 | 0.62 | 0.45 |
| Hex | 4E | 2C | BC | 3B | 4D | 0 | 1A | FE | 3E | 2D |
| Octal | 116 | 54 | 274 | 73 | 115 | 0 | 32 | 376 | 76 | 55 |
| Binary | 1001110 | 101100 | 10111100 | 111011 | 1001101 | 0 | 11010 | 11111110 | 111110 | 101101 |
Color Harmonies of #4E2CBC
Complementary color
Monochromatic Colors of #4E2CBC
Black with #4E2CBC
Text Example
Text Example
White with #4E2CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2CBC; }
p { color: rgb(78,44,188); }
H1.HeaderClassName
{
color: #4E2CBC;
}
.AnyTagClassName
{
color: #4E2CBC;
}
</style>
background-color css
<style>
a { background-color: #4E2CBC; }
a { background-color: rgb(78,44,188); }
div.DivClassName
{
background-color: #4E2CBC;
}
.BgClassName
{
background-color: #4E2CBC;
}
</style>
border-color css
<style>
span { border-color: #4E2CBC; }
span { border-color: rgb(78,44,188); }
td.TdClassName
{
border-color: #4E2CBC;
}
.TagClassName
{
border-color: #4E2CBC;
}
</style>