Shades of Purple Heart #7F19BA
Tints of Purple Heart #7F19BA
RGB
CMYK
RGB Variations
Color information
#7F19BA (or 0x7F19BA) is known color: Purple Heart. HEX triplet: 7F, 19 and BA. RGB value is (127,25,186). Sum of RGB (Red+Green+Blue) = 127+25+186=338 (44% of max value = 765). Red value is 127 (50% from 255 or 37.57% from 338); Green value is 25 (10.16% from 255 or 7.40% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F19BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F19BA is #80E645. Grayscale: #494949. Windows color (decimal): -8447558 or 12196223. OLE color: 12196223.
HSL color Cylindrical-coordinate representation of color #7F19BA: hue angle of 278.01º 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 #7F19BA is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 25 | 186 | - |
| CMYK | 0.32 | 0.87 | 0 | 0.27 |
| HSL | 278.01º | 0.76% | 0.41% | - |
| HSV(B) | 278.01º | 0.87% | 0.73% | - |
| XYZ | 17.96 | 8.75 | 47.2 | - |
| YUV | 73.85 | 191.29 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 25 | 186 | 0.32 | 0.87 | 0 | 0.27 | 278.01 | 0.76 | 0.41 |
| Hex | 7F | 19 | BA | 20 | 57 | 0 | 1B | 116 | 4C | 29 |
| Octal | 177 | 31 | 272 | 40 | 127 | 0 | 33 | 426 | 114 | 51 |
| Binary | 1111111 | 11001 | 10111010 | 100000 | 1010111 | 0 | 11011 | 100010110 | 1001100 | 101001 |
Color Harmonies of #7F19BA
Complementary color
Monochromatic Colors of #7F19BA
Black with #7F19BA
Text Example
Text Example
White with #7F19BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F19BA; }
p { color: rgb(127,25,186); }
H1.HeaderClassName
{
color: #7F19BA;
}
.AnyTagClassName
{
color: #7F19BA;
}
</style>
background-color css
<style>
a { background-color: #7F19BA; }
a { background-color: rgb(127,25,186); }
div.DivClassName
{
background-color: #7F19BA;
}
.BgClassName
{
background-color: #7F19BA;
}
</style>
border-color css
<style>
span { border-color: #7F19BA; }
span { border-color: rgb(127,25,186); }
td.TdClassName
{
border-color: #7F19BA;
}
.TagClassName
{
border-color: #7F19BA;
}
</style>