Shades of Purple Heart #4E18BA
Tints of Purple Heart #4E18BA
RGB
CMYK
RGB Variations
Color information
#4E18BA (or 0x4E18BA) is known color: Purple Heart. HEX triplet: 4E, 18 and BA. RGB value is (78,24,186). Sum of RGB (Red+Green+Blue) = 78+24+186=288 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.08% from 288); Green value is 24 (9.77% from 255 or 8.33% from 288); Blue value is 186 (73.05% from 255 or 64.58% from 288); Max value from RGB is 186 - color contains mainly: blue. Hex color #4E18BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E18BA is #B1E745. Grayscale: #3A3A3A. Windows color (decimal): -11659078 or 12195918. OLE color: 12195918.
HSL color Cylindrical-coordinate representation of color #4E18BA: hue angle of 260º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4E18BA is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 24 | 186 | - |
| CMYK | 0.58 | 0.87 | 0 | 0.27 |
| HSL | 260º | 0.77% | 0.41% | - |
| HSV(B) | 260º | 0.87% | 0.73% | - |
| XYZ | 12.33 | 5.82 | 46.93 | - |
| YUV | 58.61 | 199.89 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 24 | 186 | 0.58 | 0.87 | 0 | 0.27 | 260 | 0.77 | 0.41 |
| Hex | 4E | 18 | BA | 3A | 57 | 0 | 1B | 104 | 4D | 29 |
| Octal | 116 | 30 | 272 | 72 | 127 | 0 | 33 | 404 | 115 | 51 |
| Binary | 1001110 | 11000 | 10111010 | 111010 | 1010111 | 0 | 11011 | 100000100 | 1001101 | 101001 |
Color Harmonies of #4E18BA
Complementary color
Monochromatic Colors of #4E18BA
Black with #4E18BA
Text Example
Text Example
White with #4E18BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E18BA; }
p { color: rgb(78,24,186); }
H1.HeaderClassName
{
color: #4E18BA;
}
.AnyTagClassName
{
color: #4E18BA;
}
</style>
background-color css
<style>
a { background-color: #4E18BA; }
a { background-color: rgb(78,24,186); }
div.DivClassName
{
background-color: #4E18BA;
}
.BgClassName
{
background-color: #4E18BA;
}
</style>
border-color css
<style>
span { border-color: #4E18BA; }
span { border-color: rgb(78,24,186); }
td.TdClassName
{
border-color: #4E18BA;
}
.TagClassName
{
border-color: #4E18BA;
}
</style>