Shades of Purple Heart #4E18AC
Tints of Purple Heart #4E18AC
RGB
CMYK
RGB Variations
Color information
#4E18AC (or 0x4E18AC) is known color: Purple Heart. HEX triplet: 4E, 18 and AC. RGB value is (78,24,172). Sum of RGB (Red+Green+Blue) = 78+24+172=274 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.47% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 172 (67.58% from 255 or 62.77% from 274); Max value from RGB is 172 - color contains mainly: blue. Hex color #4E18AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E18AC is #B1E753. Grayscale: #383838. Windows color (decimal): -11659092 or 11278414. OLE color: 11278414.
HSL color Cylindrical-coordinate representation of color #4E18AC: hue angle of 261.89º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4E18AC is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 24 | 172 | - |
| CMYK | 0.55 | 0.86 | 0 | 0.33 |
| HSL | 261.89º | 0.76% | 0.38% | - |
| HSV(B) | 261.89º | 0.86% | 0.67% | - |
| XYZ | 10.91 | 5.25 | 39.47 | - |
| YUV | 57.02 | 192.89 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 24 | 172 | 0.55 | 0.86 | 0 | 0.33 | 261.89 | 0.76 | 0.38 |
| Hex | 4E | 18 | AC | 37 | 56 | 0 | 21 | 106 | 4C | 26 |
| Octal | 116 | 30 | 254 | 67 | 126 | 0 | 41 | 406 | 114 | 46 |
| Binary | 1001110 | 11000 | 10101100 | 110111 | 1010110 | 0 | 100001 | 100000110 | 1001100 | 100110 |
Color Harmonies of #4E18AC
Complementary color
Monochromatic Colors of #4E18AC
Black with #4E18AC
Text Example
Text Example
White with #4E18AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E18AC; }
p { color: rgb(78,24,172); }
H1.HeaderClassName
{
color: #4E18AC;
}
.AnyTagClassName
{
color: #4E18AC;
}
</style>
background-color css
<style>
a { background-color: #4E18AC; }
a { background-color: rgb(78,24,172); }
div.DivClassName
{
background-color: #4E18AC;
}
.BgClassName
{
background-color: #4E18AC;
}
</style>
border-color css
<style>
span { border-color: #4E18AC; }
span { border-color: rgb(78,24,172); }
td.TdClassName
{
border-color: #4E18AC;
}
.TagClassName
{
border-color: #4E18AC;
}
</style>