Shades of Purple Heart #7116BC
Tints of Purple Heart #7116BC
RGB
CMYK
RGB Variations
Color information
#7116BC (or 0x7116BC) is known color: Purple Heart. HEX triplet: 71, 16 and BC. RGB value is (113,22,188). Sum of RGB (Red+Green+Blue) = 113+22+188=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 22 (8.98% from 255 or 6.81% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #7116BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7116BC is #8EE943. Grayscale: #434343. Windows color (decimal): -9365828 or 12326513. OLE color: 12326513.
HSL color Cylindrical-coordinate representation of color #7116BC: hue angle of 272.89º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7116BC is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 22 | 188 | - |
| CMYK | 0.40 | 0.88 | 0 | 0.26 |
| HSL | 272.89º | 0.79% | 0.41% | - |
| HSV(B) | 272.89º | 0.88% | 0.74% | - |
| XYZ | 16.17 | 7.72 | 48.21 | - |
| YUV | 68.13 | 195.65 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 22 | 188 | 0.40 | 0.88 | 0 | 0.26 | 272.89 | 0.79 | 0.41 |
| Hex | 71 | 16 | BC | 28 | 58 | 0 | 1A | 111 | 4F | 29 |
| Octal | 161 | 26 | 274 | 50 | 130 | 0 | 32 | 421 | 117 | 51 |
| Binary | 1110001 | 10110 | 10111100 | 101000 | 1011000 | 0 | 11010 | 100010001 | 1001111 | 101001 |
Color Harmonies of #7116BC
Complementary color
Monochromatic Colors of #7116BC
Black with #7116BC
Text Example
Text Example
White with #7116BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7116BC; }
p { color: rgb(113,22,188); }
H1.HeaderClassName
{
color: #7116BC;
}
.AnyTagClassName
{
color: #7116BC;
}
</style>
background-color css
<style>
a { background-color: #7116BC; }
a { background-color: rgb(113,22,188); }
div.DivClassName
{
background-color: #7116BC;
}
.BgClassName
{
background-color: #7116BC;
}
</style>
border-color css
<style>
span { border-color: #7116BC; }
span { border-color: rgb(113,22,188); }
td.TdClassName
{
border-color: #7116BC;
}
.TagClassName
{
border-color: #7116BC;
}
</style>