Shades of Purple Heart #7112BC
Tints of Purple Heart #7112BC
RGB
CMYK
RGB Variations
Color information
#7112BC (or 0x7112BC) is known color: Purple Heart. HEX triplet: 71, 12 and BC. RGB value is (113,18,188). Sum of RGB (Red+Green+Blue) = 113+18+188=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 188 (73.83% from 255 or 58.93% from 319); Max value from RGB is 188 - color contains mainly: blue. Hex color #7112BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7112BC is #8EED43. Grayscale: #414141. Windows color (decimal): -9366852 or 12325489. OLE color: 12325489.
HSL color Cylindrical-coordinate representation of color #7112BC: hue angle of 273.53º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7112BC is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 18 | 188 | - |
| CMYK | 0.40 | 0.90 | 0 | 0.26 |
| HSL | 273.53º | 0.83% | 0.4% | - |
| HSV(B) | 273.53º | 0.9% | 0.74% | - |
| XYZ | 16.1 | 7.57 | 48.19 | - |
| YUV | 65.79 | 196.97 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 18 | 188 | 0.40 | 0.90 | 0 | 0.26 | 273.53 | 0.83 | 0.4 |
| Hex | 71 | 12 | BC | 28 | 5A | 0 | 1A | 112 | 53 | 28 |
| Octal | 161 | 22 | 274 | 50 | 132 | 0 | 32 | 422 | 123 | 50 |
| Binary | 1110001 | 10010 | 10111100 | 101000 | 1011010 | 0 | 11010 | 100010010 | 1010011 | 101000 |
Color Harmonies of #7112BC
Complementary color
Monochromatic Colors of #7112BC
Black with #7112BC
Text Example
Text Example
White with #7112BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7112BC; }
p { color: rgb(113,18,188); }
H1.HeaderClassName
{
color: #7112BC;
}
.AnyTagClassName
{
color: #7112BC;
}
</style>
background-color css
<style>
a { background-color: #7112BC; }
a { background-color: rgb(113,18,188); }
div.DivClassName
{
background-color: #7112BC;
}
.BgClassName
{
background-color: #7112BC;
}
</style>
border-color css
<style>
span { border-color: #7112BC; }
span { border-color: rgb(113,18,188); }
td.TdClassName
{
border-color: #7112BC;
}
.TagClassName
{
border-color: #7112BC;
}
</style>