Shades of Purple Heart #710DBC
Tints of Purple Heart #710DBC
RGB
CMYK
RGB Variations
Color information
#710DBC (or 0x710DBC) is known color: Purple Heart. HEX triplet: 71, 0D and BC. RGB value is (113,13,188). Sum of RGB (Red+Green+Blue) = 113+13+188=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 13 (5.47% from 255 or 4.14% from 314); Blue value is 188 (73.83% from 255 or 59.87% from 314); Max value from RGB is 188 - color contains mainly: blue. Hex color #710DBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710DBC is #8EF243. Grayscale: #3E3E3E. Windows color (decimal): -9368132 or 12324209. OLE color: 12324209.
HSL color Cylindrical-coordinate representation of color #710DBC: hue angle of 274.29º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #710DBC is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 13 | 188 | - |
| CMYK | 0.40 | 0.93 | 0 | 0.26 |
| HSL | 274.29º | 0.87% | 0.39% | - |
| HSV(B) | 274.29º | 0.93% | 0.74% | - |
| XYZ | 16.03 | 7.43 | 48.17 | - |
| YUV | 62.85 | 198.63 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 13 | 188 | 0.40 | 0.93 | 0 | 0.26 | 274.29 | 0.87 | 0.39 |
| Hex | 71 | D | BC | 28 | 5D | 0 | 1A | 112 | 57 | 27 |
| Octal | 161 | 15 | 274 | 50 | 135 | 0 | 32 | 422 | 127 | 47 |
| Binary | 1110001 | 1101 | 10111100 | 101000 | 1011101 | 0 | 11010 | 100010010 | 1010111 | 100111 |
Color Harmonies of #710DBC
Complementary color
Monochromatic Colors of #710DBC
Black with #710DBC
Text Example
Text Example
White with #710DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710DBC; }
p { color: rgb(113,13,188); }
H1.HeaderClassName
{
color: #710DBC;
}
.AnyTagClassName
{
color: #710DBC;
}
</style>
background-color css
<style>
a { background-color: #710DBC; }
a { background-color: rgb(113,13,188); }
div.DivClassName
{
background-color: #710DBC;
}
.BgClassName
{
background-color: #710DBC;
}
</style>
border-color css
<style>
span { border-color: #710DBC; }
span { border-color: rgb(113,13,188); }
td.TdClassName
{
border-color: #710DBC;
}
.TagClassName
{
border-color: #710DBC;
}
</style>