Shades of Purple Heart #4F16BA
Tints of Purple Heart #4F16BA
RGB
CMYK
RGB Variations
Color information
#4F16BA (or 0x4F16BA) is known color: Purple Heart. HEX triplet: 4F, 16 and BA. RGB value is (79,22,186). Sum of RGB (Red+Green+Blue) = 79+22+186=287 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.53% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 186 (73.05% from 255 or 64.81% from 287); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F16BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F16BA is #B0E945. Grayscale: #393939. Windows color (decimal): -11594054 or 12195407. OLE color: 12195407.
HSL color Cylindrical-coordinate representation of color #4F16BA: hue angle of 260.85º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4F16BA is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 22 | 186 | - |
| CMYK | 0.58 | 0.88 | 0 | 0.27 |
| HSL | 260.85º | 0.79% | 0.41% | - |
| HSV(B) | 260.85º | 0.88% | 0.73% | - |
| XYZ | 12.37 | 5.78 | 46.92 | - |
| YUV | 57.74 | 200.38 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 22 | 186 | 0.58 | 0.88 | 0 | 0.27 | 260.85 | 0.79 | 0.41 |
| Hex | 4F | 16 | BA | 3A | 58 | 0 | 1B | 105 | 4F | 29 |
| Octal | 117 | 26 | 272 | 72 | 130 | 0 | 33 | 405 | 117 | 51 |
| Binary | 1001111 | 10110 | 10111010 | 111010 | 1011000 | 0 | 11011 | 100000101 | 1001111 | 101001 |
Color Harmonies of #4F16BA
Complementary color
Monochromatic Colors of #4F16BA
Black with #4F16BA
Text Example
Text Example
White with #4F16BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F16BA; }
p { color: rgb(79,22,186); }
H1.HeaderClassName
{
color: #4F16BA;
}
.AnyTagClassName
{
color: #4F16BA;
}
</style>
background-color css
<style>
a { background-color: #4F16BA; }
a { background-color: rgb(79,22,186); }
div.DivClassName
{
background-color: #4F16BA;
}
.BgClassName
{
background-color: #4F16BA;
}
</style>
border-color css
<style>
span { border-color: #4F16BA; }
span { border-color: rgb(79,22,186); }
td.TdClassName
{
border-color: #4F16BA;
}
.TagClassName
{
border-color: #4F16BA;
}
</style>