Shades of Purple Heart #4016BC
Tints of Purple Heart #4016BC
RGB
CMYK
RGB Variations
Color information
#4016BC (or 0x4016BC) is known color: Purple Heart. HEX triplet: 40, 16 and BC. RGB value is (64,22,188). Sum of RGB (Red+Green+Blue) = 64+22+188=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 188 (73.83% from 255 or 68.61% from 274); Max value from RGB is 188 - color contains mainly: blue. Hex color #4016BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4016BC is #BFE943. Grayscale: #343434. Windows color (decimal): -12577092 or 12326464. OLE color: 12326464.
HSL color Cylindrical-coordinate representation of color #4016BC: hue angle of 255.18º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4016BC is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 22 | 188 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.26 |
| HSL | 255.18º | 0.79% | 0.41% | - |
| HSV(B) | 255.18º | 0.88% | 0.74% | - |
| XYZ | 11.48 | 5.29 | 47.99 | - |
| YUV | 53.48 | 203.91 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 22 | 188 | 0.66 | 0.88 | 0 | 0.26 | 255.18 | 0.79 | 0.41 |
| Hex | 40 | 16 | BC | 42 | 58 | 0 | 1A | FF | 4F | 29 |
| Octal | 100 | 26 | 274 | 102 | 130 | 0 | 32 | 377 | 117 | 51 |
| Binary | 1000000 | 10110 | 10111100 | 1000010 | 1011000 | 0 | 11010 | 11111111 | 1001111 | 101001 |
Color Harmonies of #4016BC
Complementary color
Monochromatic Colors of #4016BC
Black with #4016BC
Text Example
Text Example
White with #4016BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4016BC; }
p { color: rgb(64,22,188); }
H1.HeaderClassName
{
color: #4016BC;
}
.AnyTagClassName
{
color: #4016BC;
}
</style>
background-color css
<style>
a { background-color: #4016BC; }
a { background-color: rgb(64,22,188); }
div.DivClassName
{
background-color: #4016BC;
}
.BgClassName
{
background-color: #4016BC;
}
</style>
border-color css
<style>
span { border-color: #4016BC; }
span { border-color: rgb(64,22,188); }
td.TdClassName
{
border-color: #4016BC;
}
.TagClassName
{
border-color: #4016BC;
}
</style>