Shades of Purple Heart #710DBE
Tints of Purple Heart #710DBE
RGB
CMYK
RGB Variations
Color information
#710DBE (or 0x710DBE) is known color: Purple Heart. HEX triplet: 71, 0D and BE. RGB value is (113,13,190). Sum of RGB (Red+Green+Blue) = 113+13+190=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 13 (5.47% from 255 or 4.11% from 316); Blue value is 190 (74.61% from 255 or 60.13% from 316); Max value from RGB is 190 - color contains mainly: blue. Hex color #710DBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710DBE is #8EF241. Grayscale: #3E3E3E. Windows color (decimal): -9368130 or 12455281. OLE color: 12455281.
HSL color Cylindrical-coordinate representation of color #710DBE: hue angle of 273.9º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #710DBE is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 13 | 190 | - |
| CMYK | 0.41 | 0.93 | 0 | 0.25 |
| HSL | 273.9º | 0.87% | 0.4% | - |
| HSV(B) | 273.9º | 0.93% | 0.75% | - |
| XYZ | 16.25 | 7.52 | 49.31 | - |
| YUV | 63.08 | 199.63 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 13 | 190 | 0.41 | 0.93 | 0 | 0.25 | 273.9 | 0.87 | 0.4 |
| Hex | 71 | D | BE | 29 | 5D | 0 | 19 | 112 | 57 | 28 |
| Octal | 161 | 15 | 276 | 51 | 135 | 0 | 31 | 422 | 127 | 50 |
| Binary | 1110001 | 1101 | 10111110 | 101001 | 1011101 | 0 | 11001 | 100010010 | 1010111 | 101000 |
Color Harmonies of #710DBE
Complementary color
Monochromatic Colors of #710DBE
Black with #710DBE
Text Example
Text Example
White with #710DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710DBE; }
p { color: rgb(113,13,190); }
H1.HeaderClassName
{
color: #710DBE;
}
.AnyTagClassName
{
color: #710DBE;
}
</style>
background-color css
<style>
a { background-color: #710DBE; }
a { background-color: rgb(113,13,190); }
div.DivClassName
{
background-color: #710DBE;
}
.BgClassName
{
background-color: #710DBE;
}
</style>
border-color css
<style>
span { border-color: #710DBE; }
span { border-color: rgb(113,13,190); }
td.TdClassName
{
border-color: #710DBE;
}
.TagClassName
{
border-color: #710DBE;
}
</style>