Shades of Purple Heart #7110BF
Tints of Purple Heart #7110BF
RGB
CMYK
RGB Variations
Color information
#7110BF (or 0x7110BF) is known color: Purple Heart. HEX triplet: 71, 10 and BF. RGB value is (113,16,191). Sum of RGB (Red+Green+Blue) = 113+16+191=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 16 (6.64% from 255 or 5% from 320); Blue value is 191 (75% from 255 or 59.69% from 320); Max value from RGB is 191 - color contains mainly: blue. Hex color #7110BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7110BF is #8EEF40. Grayscale: #404040. Windows color (decimal): -9367361 or 12521585. OLE color: 12521585.
HSL color Cylindrical-coordinate representation of color #7110BF: hue angle of 273.26º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7110BF is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 16 | 191 | - |
| CMYK | 0.41 | 0.92 | 0 | 0.25 |
| HSL | 273.26º | 0.85% | 0.41% | - |
| HSV(B) | 273.26º | 0.92% | 0.75% | - |
| XYZ | 16.4 | 7.64 | 49.9 | - |
| YUV | 64.95 | 199.14 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 16 | 191 | 0.41 | 0.92 | 0 | 0.25 | 273.26 | 0.85 | 0.41 |
| Hex | 71 | 10 | BF | 29 | 5C | 0 | 19 | 111 | 55 | 29 |
| Octal | 161 | 20 | 277 | 51 | 134 | 0 | 31 | 421 | 125 | 51 |
| Binary | 1110001 | 10000 | 10111111 | 101001 | 1011100 | 0 | 11001 | 100010001 | 1010101 | 101001 |
Color Harmonies of #7110BF
Complementary color
Monochromatic Colors of #7110BF
Black with #7110BF
Text Example
Text Example
White with #7110BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7110BF; }
p { color: rgb(113,16,191); }
H1.HeaderClassName
{
color: #7110BF;
}
.AnyTagClassName
{
color: #7110BF;
}
</style>
background-color css
<style>
a { background-color: #7110BF; }
a { background-color: rgb(113,16,191); }
div.DivClassName
{
background-color: #7110BF;
}
.BgClassName
{
background-color: #7110BF;
}
</style>
border-color css
<style>
span { border-color: #7110BF; }
span { border-color: rgb(113,16,191); }
td.TdClassName
{
border-color: #7110BF;
}
.TagClassName
{
border-color: #7110BF;
}
</style>