Shades of Purple Heart #4F19BA
Tints of Purple Heart #4F19BA
RGB
CMYK
RGB Variations
Color information
#4F19BA (or 0x4F19BA) is known color: Purple Heart. HEX triplet: 4F, 19 and BA. RGB value is (79,25,186). Sum of RGB (Red+Green+Blue) = 79+25+186=290 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.24% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 186 (73.05% from 255 or 64.14% from 290); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F19BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F19BA is #B0E645. Grayscale: #3A3A3A. Windows color (decimal): -11593286 or 12196175. OLE color: 12196175.
HSL color Cylindrical-coordinate representation of color #4F19BA: hue angle of 260.12º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4F19BA is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 25 | 186 | - |
| CMYK | 0.58 | 0.87 | 0 | 0.27 |
| HSL | 260.12º | 0.76% | 0.41% | - |
| HSV(B) | 260.12º | 0.87% | 0.73% | - |
| XYZ | 12.44 | 5.9 | 46.94 | - |
| YUV | 59.5 | 199.39 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 25 | 186 | 0.58 | 0.87 | 0 | 0.27 | 260.12 | 0.76 | 0.41 |
| Hex | 4F | 19 | BA | 3A | 57 | 0 | 1B | 104 | 4C | 29 |
| Octal | 117 | 31 | 272 | 72 | 127 | 0 | 33 | 404 | 114 | 51 |
| Binary | 1001111 | 11001 | 10111010 | 111010 | 1010111 | 0 | 11011 | 100000100 | 1001100 | 101001 |
Color Harmonies of #4F19BA
Complementary color
Monochromatic Colors of #4F19BA
Black with #4F19BA
Text Example
Text Example
White with #4F19BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F19BA; }
p { color: rgb(79,25,186); }
H1.HeaderClassName
{
color: #4F19BA;
}
.AnyTagClassName
{
color: #4F19BA;
}
</style>
background-color css
<style>
a { background-color: #4F19BA; }
a { background-color: rgb(79,25,186); }
div.DivClassName
{
background-color: #4F19BA;
}
.BgClassName
{
background-color: #4F19BA;
}
</style>
border-color css
<style>
span { border-color: #4F19BA; }
span { border-color: rgb(79,25,186); }
td.TdClassName
{
border-color: #4F19BA;
}
.TagClassName
{
border-color: #4F19BA;
}
</style>