Shades of Purple Heart #4E16AF
Tints of Purple Heart #4E16AF
RGB
CMYK
RGB Variations
Color information
#4E16AF (or 0x4E16AF) is known color: Purple Heart. HEX triplet: 4E, 16 and AF. RGB value is (78,22,175). Sum of RGB (Red+Green+Blue) = 78+22+175=275 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.36% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 175 (68.75% from 255 or 63.64% from 275); Max value from RGB is 175 - color contains mainly: blue. Hex color #4E16AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E16AF is #B1E950. Grayscale: #373737. Windows color (decimal): -11659601 or 11474510. OLE color: 11474510.
HSL color Cylindrical-coordinate representation of color #4E16AF: hue angle of 261.96º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4E16AF is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 78 | 22 | 175 | - |
| CMYK | 0.55 | 0.87 | 0 | 0.31 |
| HSL | 261.96º | 0.78% | 0.39% | - |
| HSV(B) | 261.96º | 0.87% | 0.69% | - |
| XYZ | 11.17 | 5.29 | 40.99 | - |
| YUV | 56.19 | 195.05 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 22 | 175 | 0.55 | 0.87 | 0 | 0.31 | 261.96 | 0.78 | 0.39 |
| Hex | 4E | 16 | AF | 37 | 57 | 0 | 1F | 106 | 4E | 27 |
| Octal | 116 | 26 | 257 | 67 | 127 | 0 | 37 | 406 | 116 | 47 |
| Binary | 1001110 | 10110 | 10101111 | 110111 | 1010111 | 0 | 11111 | 100000110 | 1001110 | 100111 |
Color Harmonies of #4E16AF
Complementary color
Monochromatic Colors of #4E16AF
Black with #4E16AF
Text Example
Text Example
White with #4E16AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E16AF; }
p { color: rgb(78,22,175); }
H1.HeaderClassName
{
color: #4E16AF;
}
.AnyTagClassName
{
color: #4E16AF;
}
</style>
background-color css
<style>
a { background-color: #4E16AF; }
a { background-color: rgb(78,22,175); }
div.DivClassName
{
background-color: #4E16AF;
}
.BgClassName
{
background-color: #4E16AF;
}
</style>
border-color css
<style>
span { border-color: #4E16AF; }
span { border-color: rgb(78,22,175); }
td.TdClassName
{
border-color: #4E16AF;
}
.TagClassName
{
border-color: #4E16AF;
}
</style>