Shades of Purple Heart #4016AD
Tints of Purple Heart #4016AD
RGB
CMYK
RGB Variations
Color information
#4016AD (or 0x4016AD) is known color: Purple Heart. HEX triplet: 40, 16 and AD. RGB value is (64,22,173). Sum of RGB (Red+Green+Blue) = 64+22+173=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 173 (67.97% from 255 or 66.80% from 259); Max value from RGB is 173 - color contains mainly: blue. Hex color #4016AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4016AD is #BFE952. Grayscale: #333333. Windows color (decimal): -12577107 or 11343424. OLE color: 11343424.
HSL color Cylindrical-coordinate representation of color #4016AD: hue angle of 256.69º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4016AD is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 22 | 173 | - |
| CMYK | 0.63 | 0.87 | 0 | 0.32 |
| HSL | 256.69º | 0.77% | 0.38% | - |
| HSV(B) | 256.69º | 0.87% | 0.68% | - |
| XYZ | 9.94 | 4.68 | 39.91 | - |
| YUV | 51.77 | 196.41 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 22 | 173 | 0.63 | 0.87 | 0 | 0.32 | 256.69 | 0.77 | 0.38 |
| Hex | 40 | 16 | AD | 3F | 57 | 0 | 20 | 101 | 4D | 26 |
| Octal | 100 | 26 | 255 | 77 | 127 | 0 | 40 | 401 | 115 | 46 |
| Binary | 1000000 | 10110 | 10101101 | 111111 | 1010111 | 0 | 100000 | 100000001 | 1001101 | 100110 |
Color Harmonies of #4016AD
Complementary color
Monochromatic Colors of #4016AD
Black with #4016AD
Text Example
Text Example
White with #4016AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4016AD; }
p { color: rgb(64,22,173); }
H1.HeaderClassName
{
color: #4016AD;
}
.AnyTagClassName
{
color: #4016AD;
}
</style>
background-color css
<style>
a { background-color: #4016AD; }
a { background-color: rgb(64,22,173); }
div.DivClassName
{
background-color: #4016AD;
}
.BgClassName
{
background-color: #4016AD;
}
</style>
border-color css
<style>
span { border-color: #4016AD; }
span { border-color: rgb(64,22,173); }
td.TdClassName
{
border-color: #4016AD;
}
.TagClassName
{
border-color: #4016AD;
}
</style>