Shades of Purple Heart #7010BA
Tints of Purple Heart #7010BA
RGB
CMYK
RGB Variations
Color information
#7010BA (or 0x7010BA) is known color: Purple Heart. HEX triplet: 70, 10 and BA. RGB value is (112,16,186). Sum of RGB (Red+Green+Blue) = 112+16+186=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #7010BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7010BA is #8FEF45. Grayscale: #3F3F3F. Windows color (decimal): -9432902 or 12193904. OLE color: 12193904.
HSL color Cylindrical-coordinate representation of color #7010BA: hue angle of 273.88º 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 #7010BA is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 16 | 186 | - |
| CMYK | 0.40 | 0.91 | 0 | 0.27 |
| HSL | 273.88º | 0.84% | 0.4% | - |
| HSV(B) | 273.88º | 0.91% | 0.73% | - |
| XYZ | 15.73 | 7.36 | 47.05 | - |
| YUV | 64.08 | 196.8 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 16 | 186 | 0.40 | 0.91 | 0 | 0.27 | 273.88 | 0.84 | 0.4 |
| Hex | 70 | 10 | BA | 28 | 5B | 0 | 1B | 112 | 54 | 28 |
| Octal | 160 | 20 | 272 | 50 | 133 | 0 | 33 | 422 | 124 | 50 |
| Binary | 1110000 | 10000 | 10111010 | 101000 | 1011011 | 0 | 11011 | 100010010 | 1010100 | 101000 |
Color Harmonies of #7010BA
Complementary color
Monochromatic Colors of #7010BA
Black with #7010BA
Text Example
Text Example
White with #7010BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7010BA; }
p { color: rgb(112,16,186); }
H1.HeaderClassName
{
color: #7010BA;
}
.AnyTagClassName
{
color: #7010BA;
}
</style>
background-color css
<style>
a { background-color: #7010BA; }
a { background-color: rgb(112,16,186); }
div.DivClassName
{
background-color: #7010BA;
}
.BgClassName
{
background-color: #7010BA;
}
</style>
border-color css
<style>
span { border-color: #7010BA; }
span { border-color: rgb(112,16,186); }
td.TdClassName
{
border-color: #7010BA;
}
.TagClassName
{
border-color: #7010BA;
}
</style>