Shades of Purple Heart #7119BA
Tints of Purple Heart #7119BA
RGB
CMYK
RGB Variations
Color information
#7119BA (or 0x7119BA) is known color: Purple Heart. HEX triplet: 71, 19 and BA. RGB value is (113,25,186). Sum of RGB (Red+Green+Blue) = 113+25+186=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #7119BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7119BA is #8EE645. Grayscale: #454545. Windows color (decimal): -9365062 or 12196209. OLE color: 12196209.
HSL color Cylindrical-coordinate representation of color #7119BA: hue angle of 272.8º 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 #7119BA is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 25 | 186 | - |
| CMYK | 0.39 | 0.87 | 0 | 0.27 |
| HSL | 272.8º | 0.76% | 0.41% | - |
| HSV(B) | 272.8º | 0.87% | 0.73% | - |
| XYZ | 16.02 | 7.75 | 47.11 | - |
| YUV | 69.67 | 193.65 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 25 | 186 | 0.39 | 0.87 | 0 | 0.27 | 272.8 | 0.76 | 0.41 |
| Hex | 71 | 19 | BA | 27 | 57 | 0 | 1B | 111 | 4C | 29 |
| Octal | 161 | 31 | 272 | 47 | 127 | 0 | 33 | 421 | 114 | 51 |
| Binary | 1110001 | 11001 | 10111010 | 100111 | 1010111 | 0 | 11011 | 100010001 | 1001100 | 101001 |
Color Harmonies of #7119BA
Complementary color
Monochromatic Colors of #7119BA
Black with #7119BA
Text Example
Text Example
White with #7119BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7119BA; }
p { color: rgb(113,25,186); }
H1.HeaderClassName
{
color: #7119BA;
}
.AnyTagClassName
{
color: #7119BA;
}
</style>
background-color css
<style>
a { background-color: #7119BA; }
a { background-color: rgb(113,25,186); }
div.DivClassName
{
background-color: #7119BA;
}
.BgClassName
{
background-color: #7119BA;
}
</style>
border-color css
<style>
span { border-color: #7119BA; }
span { border-color: rgb(113,25,186); }
td.TdClassName
{
border-color: #7119BA;
}
.TagClassName
{
border-color: #7119BA;
}
</style>