Shades of Purple Heart #4F19AB
Tints of Purple Heart #4F19AB
RGB
CMYK
RGB Variations
Color information
#4F19AB (or 0x4F19AB) is known color: Purple Heart. HEX triplet: 4F, 19 and AB. RGB value is (79,25,171). Sum of RGB (Red+Green+Blue) = 79+25+171=275 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.73% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 171 (67.19% from 255 or 62.18% from 275); Max value from RGB is 171 - color contains mainly: blue. Hex color #4F19AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F19AB is #B0E654. Grayscale: #393939. Windows color (decimal): -11593301 or 11213135. OLE color: 11213135.
HSL color Cylindrical-coordinate representation of color #4F19AB: hue angle of 262.19º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4F19AB is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 25 | 171 | - |
| CMYK | 0.54 | 0.85 | 0 | 0.33 |
| HSL | 262.19º | 0.74% | 0.38% | - |
| HSV(B) | 262.19º | 0.85% | 0.67% | - |
| XYZ | 10.92 | 5.3 | 38.97 | - |
| YUV | 57.79 | 191.89 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 25 | 171 | 0.54 | 0.85 | 0 | 0.33 | 262.19 | 0.74 | 0.38 |
| Hex | 4F | 19 | AB | 36 | 55 | 0 | 21 | 106 | 4A | 26 |
| Octal | 117 | 31 | 253 | 66 | 125 | 0 | 41 | 406 | 112 | 46 |
| Binary | 1001111 | 11001 | 10101011 | 110110 | 1010101 | 0 | 100001 | 100000110 | 1001010 | 100110 |
Color Harmonies of #4F19AB
Complementary color
Monochromatic Colors of #4F19AB
Black with #4F19AB
Text Example
Text Example
White with #4F19AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F19AB; }
p { color: rgb(79,25,171); }
H1.HeaderClassName
{
color: #4F19AB;
}
.AnyTagClassName
{
color: #4F19AB;
}
</style>
background-color css
<style>
a { background-color: #4F19AB; }
a { background-color: rgb(79,25,171); }
div.DivClassName
{
background-color: #4F19AB;
}
.BgClassName
{
background-color: #4F19AB;
}
</style>
border-color css
<style>
span { border-color: #4F19AB; }
span { border-color: rgb(79,25,171); }
td.TdClassName
{
border-color: #4F19AB;
}
.TagClassName
{
border-color: #4F19AB;
}
</style>