Shades of Purple Heart #7118BA
Tints of Purple Heart #7118BA
RGB
CMYK
RGB Variations
Color information
#7118BA (or 0x7118BA) is known color: Purple Heart. HEX triplet: 71, 18 and BA. RGB value is (113,24,186). Sum of RGB (Red+Green+Blue) = 113+24+186=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 24 (9.77% from 255 or 7.43% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #7118BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7118BA is #8EE745. Grayscale: #444444. Windows color (decimal): -9365318 or 12195953. OLE color: 12195953.
HSL color Cylindrical-coordinate representation of color #7118BA: hue angle of 272.96º degrees, saturation: 0.77, 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 #7118BA is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 24 | 186 | - |
| CMYK | 0.39 | 0.87 | 0 | 0.27 |
| HSL | 272.96º | 0.77% | 0.41% | - |
| HSV(B) | 272.96º | 0.87% | 0.73% | - |
| XYZ | 16 | 7.71 | 47.1 | - |
| YUV | 69.08 | 193.99 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 24 | 186 | 0.39 | 0.87 | 0 | 0.27 | 272.96 | 0.77 | 0.41 |
| Hex | 71 | 18 | BA | 27 | 57 | 0 | 1B | 111 | 4D | 29 |
| Octal | 161 | 30 | 272 | 47 | 127 | 0 | 33 | 421 | 115 | 51 |
| Binary | 1110001 | 11000 | 10111010 | 100111 | 1010111 | 0 | 11011 | 100010001 | 1001101 | 101001 |
Color Harmonies of #7118BA
Complementary color
Monochromatic Colors of #7118BA
Black with #7118BA
Text Example
Text Example
White with #7118BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7118BA; }
p { color: rgb(113,24,186); }
H1.HeaderClassName
{
color: #7118BA;
}
.AnyTagClassName
{
color: #7118BA;
}
</style>
background-color css
<style>
a { background-color: #7118BA; }
a { background-color: rgb(113,24,186); }
div.DivClassName
{
background-color: #7118BA;
}
.BgClassName
{
background-color: #7118BA;
}
</style>
border-color css
<style>
span { border-color: #7118BA; }
span { border-color: rgb(113,24,186); }
td.TdClassName
{
border-color: #7118BA;
}
.TagClassName
{
border-color: #7118BA;
}
</style>