Shades of Purple Heart #710EBB
Tints of Purple Heart #710EBB
RGB
CMYK
RGB Variations
Color information
#710EBB (or 0x710EBB) is known color: Purple Heart. HEX triplet: 71, 0E and BB. RGB value is (113,14,187). Sum of RGB (Red+Green+Blue) = 113+14+187=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 14 (5.86% from 255 or 4.46% from 314); Blue value is 187 (73.44% from 255 or 59.55% from 314); Max value from RGB is 187 - color contains mainly: blue. Hex color #710EBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710EBB is #8EF144. Grayscale: #3E3E3E. Windows color (decimal): -9367877 or 12258929. OLE color: 12258929.
HSL color Cylindrical-coordinate representation of color #710EBB: hue angle of 274.34º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #710EBB is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 14 | 187 | - |
| CMYK | 0.40 | 0.93 | 0 | 0.27 |
| HSL | 274.34º | 0.86% | 0.39% | - |
| HSV(B) | 274.34º | 0.93% | 0.73% | - |
| XYZ | 15.94 | 7.41 | 47.6 | - |
| YUV | 63.32 | 197.8 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 14 | 187 | 0.40 | 0.93 | 0 | 0.27 | 274.34 | 0.86 | 0.39 |
| Hex | 71 | E | BB | 28 | 5D | 0 | 1B | 112 | 56 | 27 |
| Octal | 161 | 16 | 273 | 50 | 135 | 0 | 33 | 422 | 126 | 47 |
| Binary | 1110001 | 1110 | 10111011 | 101000 | 1011101 | 0 | 11011 | 100010010 | 1010110 | 100111 |
Color Harmonies of #710EBB
Complementary color
Monochromatic Colors of #710EBB
Black with #710EBB
Text Example
Text Example
White with #710EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710EBB; }
p { color: rgb(113,14,187); }
H1.HeaderClassName
{
color: #710EBB;
}
.AnyTagClassName
{
color: #710EBB;
}
</style>
background-color css
<style>
a { background-color: #710EBB; }
a { background-color: rgb(113,14,187); }
div.DivClassName
{
background-color: #710EBB;
}
.BgClassName
{
background-color: #710EBB;
}
</style>
border-color css
<style>
span { border-color: #710EBB; }
span { border-color: rgb(113,14,187); }
td.TdClassName
{
border-color: #710EBB;
}
.TagClassName
{
border-color: #710EBB;
}
</style>