Shades of Purple Heart #7016B9
Tints of Purple Heart #7016B9
RGB
CMYK
RGB Variations
Color information
#7016B9 (or 0x7016B9) is known color: Purple Heart. HEX triplet: 70, 16 and B9. RGB value is (112,22,185). Sum of RGB (Red+Green+Blue) = 112+22+185=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 185 (72.66% from 255 or 57.99% from 319); Max value from RGB is 185 - color contains mainly: blue. Hex color #7016B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7016B9 is #8FE946. Grayscale: #424242. Windows color (decimal): -9431367 or 12129904. OLE color: 12129904.
HSL color Cylindrical-coordinate representation of color #7016B9: hue angle of 273.13º 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 #7016B9 is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 22 | 185 | - |
| CMYK | 0.39 | 0.88 | 0 | 0.27 |
| HSL | 273.13º | 0.79% | 0.41% | - |
| HSV(B) | 273.13º | 0.88% | 0.73% | - |
| XYZ | 15.73 | 7.52 | 46.52 | - |
| YUV | 67.49 | 194.32 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 22 | 185 | 0.39 | 0.88 | 0 | 0.27 | 273.13 | 0.79 | 0.41 |
| Hex | 70 | 16 | B9 | 27 | 58 | 0 | 1B | 111 | 4F | 29 |
| Octal | 160 | 26 | 271 | 47 | 130 | 0 | 33 | 421 | 117 | 51 |
| Binary | 1110000 | 10110 | 10111001 | 100111 | 1011000 | 0 | 11011 | 100010001 | 1001111 | 101001 |
Color Harmonies of #7016B9
Complementary color
Monochromatic Colors of #7016B9
Black with #7016B9
Text Example
Text Example
White with #7016B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7016B9; }
p { color: rgb(112,22,185); }
H1.HeaderClassName
{
color: #7016B9;
}
.AnyTagClassName
{
color: #7016B9;
}
</style>
background-color css
<style>
a { background-color: #7016B9; }
a { background-color: rgb(112,22,185); }
div.DivClassName
{
background-color: #7016B9;
}
.BgClassName
{
background-color: #7016B9;
}
</style>
border-color css
<style>
span { border-color: #7016B9; }
span { border-color: rgb(112,22,185); }
td.TdClassName
{
border-color: #7016B9;
}
.TagClassName
{
border-color: #7016B9;
}
</style>