Shades of Purple Heart #4E18A6
Tints of Purple Heart #4E18A6
RGB
CMYK
RGB Variations
Color information
#4E18A6 (or 0x4E18A6) is known color: Purple Heart. HEX triplet: 4E, 18 and A6. RGB value is (78,24,166). Sum of RGB (Red+Green+Blue) = 78+24+166=268 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.10% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 166 (65.23% from 255 or 61.94% from 268); Max value from RGB is 166 - color contains mainly: blue. Hex color #4E18A6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E18A6 is #B1E759. Grayscale: #373737. Windows color (decimal): -11659098 or 10885198. OLE color: 10885198.
HSL color Cylindrical-coordinate representation of color #4E18A6: hue angle of 262.82º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4E18A6 is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 78 | 24 | 166 | - |
| CMYK | 0.53 | 0.86 | 0 | 0.35 |
| HSL | 262.82º | 0.75% | 0.37% | - |
| HSV(B) | 262.82º | 0.86% | 0.65% | - |
| XYZ | 10.35 | 5.03 | 36.5 | - |
| YUV | 56.33 | 189.89 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 24 | 166 | 0.53 | 0.86 | 0 | 0.35 | 262.82 | 0.75 | 0.37 |
| Hex | 4E | 18 | A6 | 35 | 56 | 0 | 23 | 107 | 4B | 25 |
| Octal | 116 | 30 | 246 | 65 | 126 | 0 | 43 | 407 | 113 | 45 |
| Binary | 1001110 | 11000 | 10100110 | 110101 | 1010110 | 0 | 100011 | 100000111 | 1001011 | 100101 |
Color Harmonies of #4E18A6
Complementary color
Monochromatic Colors of #4E18A6
Black with #4E18A6
Text Example
Text Example
White with #4E18A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E18A6; }
p { color: rgb(78,24,166); }
H1.HeaderClassName
{
color: #4E18A6;
}
.AnyTagClassName
{
color: #4E18A6;
}
</style>
background-color css
<style>
a { background-color: #4E18A6; }
a { background-color: rgb(78,24,166); }
div.DivClassName
{
background-color: #4E18A6;
}
.BgClassName
{
background-color: #4E18A6;
}
</style>
border-color css
<style>
span { border-color: #4E18A6; }
span { border-color: rgb(78,24,166); }
td.TdClassName
{
border-color: #4E18A6;
}
.TagClassName
{
border-color: #4E18A6;
}
</style>