Shades of Purple Heart #710FBF
Tints of Purple Heart #710FBF
RGB
CMYK
RGB Variations
Color information
#710FBF (or 0x710FBF) is known color: Purple Heart. HEX triplet: 71, 0F and BF. RGB value is (113,15,191). Sum of RGB (Red+Green+Blue) = 113+15+191=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 15 (6.25% from 255 or 4.70% 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 #710FBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710FBF is #8EF040. Grayscale: #3F3F3F. Windows color (decimal): -9367617 or 12521329. OLE color: 12521329.
HSL color Cylindrical-coordinate representation of color #710FBF: hue angle of 273.41º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #710FBF is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 15 | 191 | - |
| CMYK | 0.41 | 0.92 | 0 | 0.25 |
| HSL | 273.41º | 0.85% | 0.4% | - |
| HSV(B) | 273.41º | 0.92% | 0.75% | - |
| XYZ | 16.38 | 7.61 | 49.9 | - |
| YUV | 64.37 | 199.47 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 15 | 191 | 0.41 | 0.92 | 0 | 0.25 | 273.41 | 0.85 | 0.4 |
| Hex | 71 | F | BF | 29 | 5C | 0 | 19 | 111 | 55 | 28 |
| Octal | 161 | 17 | 277 | 51 | 134 | 0 | 31 | 421 | 125 | 50 |
| Binary | 1110001 | 1111 | 10111111 | 101001 | 1011100 | 0 | 11001 | 100010001 | 1010101 | 101000 |
Color Harmonies of #710FBF
Complementary color
Monochromatic Colors of #710FBF
Black with #710FBF
Text Example
Text Example
White with #710FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710FBF; }
p { color: rgb(113,15,191); }
H1.HeaderClassName
{
color: #710FBF;
}
.AnyTagClassName
{
color: #710FBF;
}
</style>
background-color css
<style>
a { background-color: #710FBF; }
a { background-color: rgb(113,15,191); }
div.DivClassName
{
background-color: #710FBF;
}
.BgClassName
{
background-color: #710FBF;
}
</style>
border-color css
<style>
span { border-color: #710FBF; }
span { border-color: rgb(113,15,191); }
td.TdClassName
{
border-color: #710FBF;
}
.TagClassName
{
border-color: #710FBF;
}
</style>