Shades of Purple Heart #4E1ABC
Tints of Purple Heart #4E1ABC
RGB
CMYK
RGB Variations
Color information
#4E1ABC (or 0x4E1ABC) is known color: Purple Heart. HEX triplet: 4E, 1A and BC. RGB value is (78,26,188). Sum of RGB (Red+Green+Blue) = 78+26+188=292 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.71% from 292); Green value is 26 (10.55% from 255 or 8.90% from 292); Blue value is 188 (73.83% from 255 or 64.38% from 292); Max value from RGB is 188 - color contains mainly: blue. Hex color #4E1ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E1ABC is #B1E543. Grayscale: #3B3B3B. Windows color (decimal): -11658564 or 12327502. OLE color: 12327502.
HSL color Cylindrical-coordinate representation of color #4E1ABC: hue angle of 259.26º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4E1ABC is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 26 | 188 | - |
| CMYK | 0.59 | 0.86 | 0 | 0.26 |
| HSL | 259.26º | 0.76% | 0.42% | - |
| HSV(B) | 259.26º | 0.86% | 0.74% | - |
| XYZ | 12.59 | 5.99 | 48.07 | - |
| YUV | 60.02 | 200.23 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 26 | 188 | 0.59 | 0.86 | 0 | 0.26 | 259.26 | 0.76 | 0.42 |
| Hex | 4E | 1A | BC | 3B | 56 | 0 | 1A | 103 | 4C | 2A |
| Octal | 116 | 32 | 274 | 73 | 126 | 0 | 32 | 403 | 114 | 52 |
| Binary | 1001110 | 11010 | 10111100 | 111011 | 1010110 | 0 | 11010 | 100000011 | 1001100 | 101010 |
Color Harmonies of #4E1ABC
Complementary color
Monochromatic Colors of #4E1ABC
Black with #4E1ABC
Text Example
Text Example
White with #4E1ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1ABC; }
p { color: rgb(78,26,188); }
H1.HeaderClassName
{
color: #4E1ABC;
}
.AnyTagClassName
{
color: #4E1ABC;
}
</style>
background-color css
<style>
a { background-color: #4E1ABC; }
a { background-color: rgb(78,26,188); }
div.DivClassName
{
background-color: #4E1ABC;
}
.BgClassName
{
background-color: #4E1ABC;
}
</style>
border-color css
<style>
span { border-color: #4E1ABC; }
span { border-color: rgb(78,26,188); }
td.TdClassName
{
border-color: #4E1ABC;
}
.TagClassName
{
border-color: #4E1ABC;
}
</style>