Shades of Purple Heart #7115BC
Tints of Purple Heart #7115BC
RGB
CMYK
RGB Variations
Color information
#7115BC (or 0x7115BC) is known color: Purple Heart. HEX triplet: 71, 15 and BC. RGB value is (113,21,188). Sum of RGB (Red+Green+Blue) = 113+21+188=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 21 (8.59% from 255 or 6.52% from 322); Blue value is 188 (73.83% from 255 or 58.39% from 322); Max value from RGB is 188 - color contains mainly: blue. Hex color #7115BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7115BC is #8EEA43. Grayscale: #424242. Windows color (decimal): -9366084 or 12326257. OLE color: 12326257.
HSL color Cylindrical-coordinate representation of color #7115BC: hue angle of 273.05º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7115BC is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 21 | 188 | - |
| CMYK | 0.40 | 0.89 | 0 | 0.26 |
| HSL | 273.05º | 0.8% | 0.41% | - |
| HSV(B) | 273.05º | 0.89% | 0.74% | - |
| XYZ | 16.16 | 7.68 | 48.21 | - |
| YUV | 67.55 | 195.98 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 21 | 188 | 0.40 | 0.89 | 0 | 0.26 | 273.05 | 0.8 | 0.41 |
| Hex | 71 | 15 | BC | 28 | 59 | 0 | 1A | 111 | 50 | 29 |
| Octal | 161 | 25 | 274 | 50 | 131 | 0 | 32 | 421 | 120 | 51 |
| Binary | 1110001 | 10101 | 10111100 | 101000 | 1011001 | 0 | 11010 | 100010001 | 1010000 | 101001 |
Color Harmonies of #7115BC
Complementary color
Monochromatic Colors of #7115BC
Black with #7115BC
Text Example
Text Example
White with #7115BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7115BC; }
p { color: rgb(113,21,188); }
H1.HeaderClassName
{
color: #7115BC;
}
.AnyTagClassName
{
color: #7115BC;
}
</style>
background-color css
<style>
a { background-color: #7115BC; }
a { background-color: rgb(113,21,188); }
div.DivClassName
{
background-color: #7115BC;
}
.BgClassName
{
background-color: #7115BC;
}
</style>
border-color css
<style>
span { border-color: #7115BC; }
span { border-color: rgb(113,21,188); }
td.TdClassName
{
border-color: #7115BC;
}
.TagClassName
{
border-color: #7115BC;
}
</style>