Shades of Purple Heart #4F16AC
Tints of Purple Heart #4F16AC
RGB
CMYK
RGB Variations
Color information
#4F16AC (or 0x4F16AC) is known color: Purple Heart. HEX triplet: 4F, 16 and AC. RGB value is (79,22,172). Sum of RGB (Red+Green+Blue) = 79+22+172=273 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.94% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 172 (67.58% from 255 or 63.00% from 273); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F16AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F16AC is #B0E953. Grayscale: #373737. Windows color (decimal): -11594068 or 11277903. OLE color: 11277903.
HSL color Cylindrical-coordinate representation of color #4F16AC: hue angle of 262.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 #4F16AC is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 22 | 172 | - |
| CMYK | 0.54 | 0.87 | 0 | 0.33 |
| HSL | 262.8º | 0.77% | 0.38% | - |
| HSV(B) | 262.8º | 0.87% | 0.67% | - |
| XYZ | 10.96 | 5.21 | 39.46 | - |
| YUV | 56.14 | 193.38 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 22 | 172 | 0.54 | 0.87 | 0 | 0.33 | 262.8 | 0.77 | 0.38 |
| Hex | 4F | 16 | AC | 36 | 57 | 0 | 21 | 107 | 4D | 26 |
| Octal | 117 | 26 | 254 | 66 | 127 | 0 | 41 | 407 | 115 | 46 |
| Binary | 1001111 | 10110 | 10101100 | 110110 | 1010111 | 0 | 100001 | 100000111 | 1001101 | 100110 |
Color Harmonies of #4F16AC
Complementary color
Monochromatic Colors of #4F16AC
Black with #4F16AC
Text Example
Text Example
White with #4F16AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F16AC; }
p { color: rgb(79,22,172); }
H1.HeaderClassName
{
color: #4F16AC;
}
.AnyTagClassName
{
color: #4F16AC;
}
</style>
background-color css
<style>
a { background-color: #4F16AC; }
a { background-color: rgb(79,22,172); }
div.DivClassName
{
background-color: #4F16AC;
}
.BgClassName
{
background-color: #4F16AC;
}
</style>
border-color css
<style>
span { border-color: #4F16AC; }
span { border-color: rgb(79,22,172); }
td.TdClassName
{
border-color: #4F16AC;
}
.TagClassName
{
border-color: #4F16AC;
}
</style>