Shades of Purple Heart #4E19AC
Tints of Purple Heart #4E19AC
RGB
CMYK
RGB Variations
Color information
#4E19AC (or 0x4E19AC) is known color: Purple Heart. HEX triplet: 4E, 19 and AC. RGB value is (78,25,172). Sum of RGB (Red+Green+Blue) = 78+25+172=275 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.36% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 172 (67.58% from 255 or 62.55% from 275); Max value from RGB is 172 - color contains mainly: blue. Hex color #4E19AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E19AC is #B1E653. Grayscale: #393939. Windows color (decimal): -11658836 or 11278670. OLE color: 11278670.
HSL color Cylindrical-coordinate representation of color #4E19AC: hue angle of 261.63º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E19AC is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 25 | 172 | - |
| CMYK | 0.55 | 0.85 | 0 | 0.33 |
| HSL | 261.63º | 0.75% | 0.39% | - |
| HSV(B) | 261.63º | 0.85% | 0.67% | - |
| XYZ | 10.94 | 5.29 | 39.48 | - |
| YUV | 57.61 | 192.56 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 25 | 172 | 0.55 | 0.85 | 0 | 0.33 | 261.63 | 0.75 | 0.39 |
| Hex | 4E | 19 | AC | 37 | 55 | 0 | 21 | 106 | 4B | 27 |
| Octal | 116 | 31 | 254 | 67 | 125 | 0 | 41 | 406 | 113 | 47 |
| Binary | 1001110 | 11001 | 10101100 | 110111 | 1010101 | 0 | 100001 | 100000110 | 1001011 | 100111 |
Color Harmonies of #4E19AC
Complementary color
Monochromatic Colors of #4E19AC
Black with #4E19AC
Text Example
Text Example
White with #4E19AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E19AC; }
p { color: rgb(78,25,172); }
H1.HeaderClassName
{
color: #4E19AC;
}
.AnyTagClassName
{
color: #4E19AC;
}
</style>
background-color css
<style>
a { background-color: #4E19AC; }
a { background-color: rgb(78,25,172); }
div.DivClassName
{
background-color: #4E19AC;
}
.BgClassName
{
background-color: #4E19AC;
}
</style>
border-color css
<style>
span { border-color: #4E19AC; }
span { border-color: rgb(78,25,172); }
td.TdClassName
{
border-color: #4E19AC;
}
.TagClassName
{
border-color: #4E19AC;
}
</style>