Shades of Purple Heart #4016AC
Tints of Purple Heart #4016AC
RGB
CMYK
RGB Variations
Color information
#4016AC (or 0x4016AC) is known color: Purple Heart. HEX triplet: 40, 16 and AC. RGB value is (64,22,172). Sum of RGB (Red+Green+Blue) = 64+22+172=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 22 (8.98% from 255 or 8.53% from 258); Blue value is 172 (67.58% from 255 or 66.67% from 258); Max value from RGB is 172 - color contains mainly: blue. Hex color #4016AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4016AC is #BFE953. Grayscale: #333333. Windows color (decimal): -12577108 or 11277888. OLE color: 11277888.
HSL color Cylindrical-coordinate representation of color #4016AC: hue angle of 256.8º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4016AC is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 22 | 172 | - |
| CMYK | 0.63 | 0.87 | 0 | 0.33 |
| HSL | 256.8º | 0.77% | 0.38% | - |
| HSV(B) | 256.8º | 0.87% | 0.67% | - |
| XYZ | 9.85 | 4.64 | 39.41 | - |
| YUV | 51.66 | 195.91 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 22 | 172 | 0.63 | 0.87 | 0 | 0.33 | 256.8 | 0.77 | 0.38 |
| Hex | 40 | 16 | AC | 3F | 57 | 0 | 21 | 101 | 4D | 26 |
| Octal | 100 | 26 | 254 | 77 | 127 | 0 | 41 | 401 | 115 | 46 |
| Binary | 1000000 | 10110 | 10101100 | 111111 | 1010111 | 0 | 100001 | 100000001 | 1001101 | 100110 |
Color Harmonies of #4016AC
Complementary color
Monochromatic Colors of #4016AC
Black with #4016AC
Text Example
Text Example
White with #4016AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4016AC; }
p { color: rgb(64,22,172); }
H1.HeaderClassName
{
color: #4016AC;
}
.AnyTagClassName
{
color: #4016AC;
}
</style>
background-color css
<style>
a { background-color: #4016AC; }
a { background-color: rgb(64,22,172); }
div.DivClassName
{
background-color: #4016AC;
}
.BgClassName
{
background-color: #4016AC;
}
</style>
border-color css
<style>
span { border-color: #4016AC; }
span { border-color: rgb(64,22,172); }
td.TdClassName
{
border-color: #4016AC;
}
.TagClassName
{
border-color: #4016AC;
}
</style>