Shades of Purple Heart #7016BB
Tints of Purple Heart #7016BB
RGB
CMYK
RGB Variations
Color information
#7016BB (or 0x7016BB) is known color: Purple Heart. HEX triplet: 70, 16 and BB. RGB value is (112,22,187). Sum of RGB (Red+Green+Blue) = 112+22+187=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 22 (8.98% from 255 or 6.85% from 321); Blue value is 187 (73.44% from 255 or 58.26% from 321); Max value from RGB is 187 - color contains mainly: blue. Hex color #7016BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7016BB is #8FE944. Grayscale: #434343. Windows color (decimal): -9431365 or 12260976. OLE color: 12260976.
HSL color Cylindrical-coordinate representation of color #7016BB: hue angle of 272.73º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7016BB is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 22 | 187 | - |
| CMYK | 0.40 | 0.88 | 0 | 0.27 |
| HSL | 272.73º | 0.79% | 0.41% | - |
| HSV(B) | 272.73º | 0.88% | 0.73% | - |
| XYZ | 15.94 | 7.61 | 47.64 | - |
| YUV | 67.72 | 195.32 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 22 | 187 | 0.40 | 0.88 | 0 | 0.27 | 272.73 | 0.79 | 0.41 |
| Hex | 70 | 16 | BB | 28 | 58 | 0 | 1B | 111 | 4F | 29 |
| Octal | 160 | 26 | 273 | 50 | 130 | 0 | 33 | 421 | 117 | 51 |
| Binary | 1110000 | 10110 | 10111011 | 101000 | 1011000 | 0 | 11011 | 100010001 | 1001111 | 101001 |
Color Harmonies of #7016BB
Complementary color
Monochromatic Colors of #7016BB
Black with #7016BB
Text Example
Text Example
White with #7016BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7016BB; }
p { color: rgb(112,22,187); }
H1.HeaderClassName
{
color: #7016BB;
}
.AnyTagClassName
{
color: #7016BB;
}
</style>
background-color css
<style>
a { background-color: #7016BB; }
a { background-color: rgb(112,22,187); }
div.DivClassName
{
background-color: #7016BB;
}
.BgClassName
{
background-color: #7016BB;
}
</style>
border-color css
<style>
span { border-color: #7016BB; }
span { border-color: rgb(112,22,187); }
td.TdClassName
{
border-color: #7016BB;
}
.TagClassName
{
border-color: #7016BB;
}
</style>