Shades of Purple Heart #710FBB
Tints of Purple Heart #710FBB
RGB
CMYK
RGB Variations
Color information
#710FBB (or 0x710FBB) is known color: Purple Heart. HEX triplet: 71, 0F and BB. RGB value is (113,15,187). Sum of RGB (Red+Green+Blue) = 113+15+187=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 15 (6.25% from 255 or 4.76% 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 #710FBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710FBB is #8EF044. Grayscale: #3F3F3F. Windows color (decimal): -9367621 or 12259185. OLE color: 12259185.
HSL color Cylindrical-coordinate representation of color #710FBB: hue angle of 274.19º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #710FBB is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 15 | 187 | - |
| CMYK | 0.40 | 0.92 | 0 | 0.27 |
| HSL | 274.19º | 0.85% | 0.4% | - |
| HSV(B) | 274.19º | 0.92% | 0.73% | - |
| XYZ | 15.95 | 7.44 | 47.61 | - |
| YUV | 63.91 | 197.47 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 15 | 187 | 0.40 | 0.92 | 0 | 0.27 | 274.19 | 0.85 | 0.4 |
| Hex | 71 | F | BB | 28 | 5C | 0 | 1B | 112 | 55 | 28 |
| Octal | 161 | 17 | 273 | 50 | 134 | 0 | 33 | 422 | 125 | 50 |
| Binary | 1110001 | 1111 | 10111011 | 101000 | 1011100 | 0 | 11011 | 100010010 | 1010101 | 101000 |
Color Harmonies of #710FBB
Complementary color
Monochromatic Colors of #710FBB
Black with #710FBB
Text Example
Text Example
White with #710FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710FBB; }
p { color: rgb(113,15,187); }
H1.HeaderClassName
{
color: #710FBB;
}
.AnyTagClassName
{
color: #710FBB;
}
</style>
background-color css
<style>
a { background-color: #710FBB; }
a { background-color: rgb(113,15,187); }
div.DivClassName
{
background-color: #710FBB;
}
.BgClassName
{
background-color: #710FBB;
}
</style>
border-color css
<style>
span { border-color: #710FBB; }
span { border-color: rgb(113,15,187); }
td.TdClassName
{
border-color: #710FBB;
}
.TagClassName
{
border-color: #710FBB;
}
</style>