Shades of Purple Heart #7118BC
Tints of Purple Heart #7118BC
RGB
CMYK
RGB Variations
Color information
#7118BC (or 0x7118BC) is known color: Purple Heart. HEX triplet: 71, 18 and BC. RGB value is (113,24,188). Sum of RGB (Red+Green+Blue) = 113+24+188=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 188 (73.83% from 255 or 57.85% from 325); Max value from RGB is 188 - color contains mainly: blue. Hex color #7118BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7118BC is #8EE743. Grayscale: #444444. Windows color (decimal): -9365316 or 12327025. OLE color: 12327025.
HSL color Cylindrical-coordinate representation of color #7118BC: hue angle of 272.56º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7118BC is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 24 | 188 | - |
| CMYK | 0.40 | 0.87 | 0 | 0.26 |
| HSL | 272.56º | 0.77% | 0.42% | - |
| HSV(B) | 272.56º | 0.87% | 0.74% | - |
| XYZ | 16.21 | 7.79 | 48.23 | - |
| YUV | 69.31 | 194.99 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 24 | 188 | 0.40 | 0.87 | 0 | 0.26 | 272.56 | 0.77 | 0.42 |
| Hex | 71 | 18 | BC | 28 | 57 | 0 | 1A | 111 | 4D | 2A |
| Octal | 161 | 30 | 274 | 50 | 127 | 0 | 32 | 421 | 115 | 52 |
| Binary | 1110001 | 11000 | 10111100 | 101000 | 1010111 | 0 | 11010 | 100010001 | 1001101 | 101010 |
Color Harmonies of #7118BC
Complementary color
Monochromatic Colors of #7118BC
Black with #7118BC
Text Example
Text Example
White with #7118BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7118BC; }
p { color: rgb(113,24,188); }
H1.HeaderClassName
{
color: #7118BC;
}
.AnyTagClassName
{
color: #7118BC;
}
</style>
background-color css
<style>
a { background-color: #7118BC; }
a { background-color: rgb(113,24,188); }
div.DivClassName
{
background-color: #7118BC;
}
.BgClassName
{
background-color: #7118BC;
}
</style>
border-color css
<style>
span { border-color: #7118BC; }
span { border-color: rgb(113,24,188); }
td.TdClassName
{
border-color: #7118BC;
}
.TagClassName
{
border-color: #7118BC;
}
</style>