Shades of Purple Heart #7919BA
Tints of Purple Heart #7919BA
RGB
CMYK
RGB Variations
Color information
#7919BA (or 0x7919BA) is known color: Purple Heart. HEX triplet: 79, 19 and BA. RGB value is (121,25,186). Sum of RGB (Red+Green+Blue) = 121+25+186=332 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.45% from 332); Green value is 25 (10.16% from 255 or 7.53% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #7919BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7919BA is #86E645. Grayscale: #474747. Windows color (decimal): -8840774 or 12196217. OLE color: 12196217.
HSL color Cylindrical-coordinate representation of color #7919BA: hue angle of 275.78º 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 #7919BA is Cyan = 0.35, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 25 | 186 | - |
| CMYK | 0.35 | 0.87 | 0 | 0.27 |
| HSL | 275.78º | 0.76% | 0.41% | - |
| HSV(B) | 275.78º | 0.87% | 0.73% | - |
| XYZ | 17.1 | 8.31 | 47.16 | - |
| YUV | 72.06 | 192.3 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 25 | 186 | 0.35 | 0.87 | 0 | 0.27 | 275.78 | 0.76 | 0.41 |
| Hex | 79 | 19 | BA | 23 | 57 | 0 | 1B | 114 | 4C | 29 |
| Octal | 171 | 31 | 272 | 43 | 127 | 0 | 33 | 424 | 114 | 51 |
| Binary | 1111001 | 11001 | 10111010 | 100011 | 1010111 | 0 | 11011 | 100010100 | 1001100 | 101001 |
Color Harmonies of #7919BA
Complementary color
Monochromatic Colors of #7919BA
Black with #7919BA
Text Example
Text Example
White with #7919BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7919BA; }
p { color: rgb(121,25,186); }
H1.HeaderClassName
{
color: #7919BA;
}
.AnyTagClassName
{
color: #7919BA;
}
</style>
background-color css
<style>
a { background-color: #7919BA; }
a { background-color: rgb(121,25,186); }
div.DivClassName
{
background-color: #7919BA;
}
.BgClassName
{
background-color: #7919BA;
}
</style>
border-color css
<style>
span { border-color: #7919BA; }
span { border-color: rgb(121,25,186); }
td.TdClassName
{
border-color: #7919BA;
}
.TagClassName
{
border-color: #7919BA;
}
</style>