Shades of Purple Heart #7010BB
Tints of Purple Heart #7010BB
RGB
CMYK
RGB Variations
Color information
#7010BB (or 0x7010BB) is known color: Purple Heart. HEX triplet: 70, 10 and BB. RGB value is (112,16,187). Sum of RGB (Red+Green+Blue) = 112+16+187=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 16 (6.64% from 255 or 5.08% from 315); Blue value is 187 (73.44% from 255 or 59.37% from 315); Max value from RGB is 187 - color contains mainly: blue. Hex color #7010BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7010BB is #8FEF44. Grayscale: #3F3F3F. Windows color (decimal): -9432901 or 12259440. OLE color: 12259440.
HSL color Cylindrical-coordinate representation of color #7010BB: hue angle of 273.68º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7010BB is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 16 | 187 | - |
| CMYK | 0.40 | 0.91 | 0 | 0.27 |
| HSL | 273.68º | 0.84% | 0.4% | - |
| HSV(B) | 273.68º | 0.91% | 0.73% | - |
| XYZ | 15.84 | 7.4 | 47.61 | - |
| YUV | 64.2 | 197.3 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 16 | 187 | 0.40 | 0.91 | 0 | 0.27 | 273.68 | 0.84 | 0.4 |
| Hex | 70 | 10 | BB | 28 | 5B | 0 | 1B | 112 | 54 | 28 |
| Octal | 160 | 20 | 273 | 50 | 133 | 0 | 33 | 422 | 124 | 50 |
| Binary | 1110000 | 10000 | 10111011 | 101000 | 1011011 | 0 | 11011 | 100010010 | 1010100 | 101000 |
Color Harmonies of #7010BB
Complementary color
Monochromatic Colors of #7010BB
Black with #7010BB
Text Example
Text Example
White with #7010BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7010BB; }
p { color: rgb(112,16,187); }
H1.HeaderClassName
{
color: #7010BB;
}
.AnyTagClassName
{
color: #7010BB;
}
</style>
background-color css
<style>
a { background-color: #7010BB; }
a { background-color: rgb(112,16,187); }
div.DivClassName
{
background-color: #7010BB;
}
.BgClassName
{
background-color: #7010BB;
}
</style>
border-color css
<style>
span { border-color: #7010BB; }
span { border-color: rgb(112,16,187); }
td.TdClassName
{
border-color: #7010BB;
}
.TagClassName
{
border-color: #7010BB;
}
</style>