Shades of Purple Heart #7010BF
Tints of Purple Heart #7010BF
RGB
CMYK
RGB Variations
Color information
#7010BF (or 0x7010BF) is known color: Purple Heart. HEX triplet: 70, 10 and BF. RGB value is (112,16,191). Sum of RGB (Red+Green+Blue) = 112+16+191=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 191 (75% from 255 or 59.87% from 319); Max value from RGB is 191 - color contains mainly: blue. Hex color #7010BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7010BF is #8FEF40. Grayscale: #404040. Windows color (decimal): -9432897 or 12521584. OLE color: 12521584.
HSL color Cylindrical-coordinate representation of color #7010BF: hue angle of 272.91º 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 #7010BF is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 16 | 191 | - |
| CMYK | 0.41 | 0.92 | 0 | 0.25 |
| HSL | 272.91º | 0.85% | 0.41% | - |
| HSV(B) | 272.91º | 0.92% | 0.75% | - |
| XYZ | 16.27 | 7.58 | 49.9 | - |
| YUV | 64.65 | 199.3 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 16 | 191 | 0.41 | 0.92 | 0 | 0.25 | 272.91 | 0.85 | 0.41 |
| Hex | 70 | 10 | BF | 29 | 5C | 0 | 19 | 111 | 55 | 29 |
| Octal | 160 | 20 | 277 | 51 | 134 | 0 | 31 | 421 | 125 | 51 |
| Binary | 1110000 | 10000 | 10111111 | 101001 | 1011100 | 0 | 11001 | 100010001 | 1010101 | 101001 |
Color Harmonies of #7010BF
Complementary color
Monochromatic Colors of #7010BF
Black with #7010BF
Text Example
Text Example
White with #7010BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7010BF; }
p { color: rgb(112,16,191); }
H1.HeaderClassName
{
color: #7010BF;
}
.AnyTagClassName
{
color: #7010BF;
}
</style>
background-color css
<style>
a { background-color: #7010BF; }
a { background-color: rgb(112,16,191); }
div.DivClassName
{
background-color: #7010BF;
}
.BgClassName
{
background-color: #7010BF;
}
</style>
border-color css
<style>
span { border-color: #7010BF; }
span { border-color: rgb(112,16,191); }
td.TdClassName
{
border-color: #7010BF;
}
.TagClassName
{
border-color: #7010BF;
}
</style>