Shades of Purple Heart #4E12AF
Tints of Purple Heart #4E12AF
RGB
CMYK
RGB Variations
Color information
#4E12AF (or 0x4E12AF) is known color: Purple Heart. HEX triplet: 4E, 12 and AF. RGB value is (78,18,175). Sum of RGB (Red+Green+Blue) = 78+18+175=271 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.78% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 175 (68.75% from 255 or 64.58% from 271); Max value from RGB is 175 - color contains mainly: blue. Hex color #4E12AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E12AF is #B1ED50. Grayscale: #353535. Windows color (decimal): -11660625 or 11473486. OLE color: 11473486.
HSL color Cylindrical-coordinate representation of color #4E12AF: hue angle of 262.93º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E12AF is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 78 | 18 | 175 | - |
| CMYK | 0.55 | 0.90 | 0 | 0.31 |
| HSL | 262.93º | 0.81% | 0.38% | - |
| HSV(B) | 262.93º | 0.9% | 0.69% | - |
| XYZ | 11.1 | 5.15 | 40.97 | - |
| YUV | 53.84 | 196.38 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 18 | 175 | 0.55 | 0.90 | 0 | 0.31 | 262.93 | 0.81 | 0.38 |
| Hex | 4E | 12 | AF | 37 | 5A | 0 | 1F | 107 | 51 | 26 |
| Octal | 116 | 22 | 257 | 67 | 132 | 0 | 37 | 407 | 121 | 46 |
| Binary | 1001110 | 10010 | 10101111 | 110111 | 1011010 | 0 | 11111 | 100000111 | 1010001 | 100110 |
Color Harmonies of #4E12AF
Complementary color
Monochromatic Colors of #4E12AF
Black with #4E12AF
Text Example
Text Example
White with #4E12AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E12AF; }
p { color: rgb(78,18,175); }
H1.HeaderClassName
{
color: #4E12AF;
}
.AnyTagClassName
{
color: #4E12AF;
}
</style>
background-color css
<style>
a { background-color: #4E12AF; }
a { background-color: rgb(78,18,175); }
div.DivClassName
{
background-color: #4E12AF;
}
.BgClassName
{
background-color: #4E12AF;
}
</style>
border-color css
<style>
span { border-color: #4E12AF; }
span { border-color: rgb(78,18,175); }
td.TdClassName
{
border-color: #4E12AF;
}
.TagClassName
{
border-color: #4E12AF;
}
</style>