Shades of Purple Heart #710DD5
Tints of Purple Heart #710DD5
RGB
CMYK
RGB Variations
Color information
#710DD5 (or 0x710DD5) is known color: Purple Heart. HEX triplet: 71, 0D and D5. RGB value is (113,13,213). Sum of RGB (Red+Green+Blue) = 113+13+213=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 13 (5.47% from 255 or 3.83% from 339); Blue value is 213 (83.59% from 255 or 62.83% from 339); Max value from RGB is 213 - color contains mainly: blue. Hex color #710DD5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710DD5 is #8EF22A. Grayscale: #414141. Windows color (decimal): -9368107 or 13962609. OLE color: 13962609.
HSL color Cylindrical-coordinate representation of color #710DD5: hue angle of 270º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710DD5 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 13 | 213 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.16 |
| HSL | 270º | 0.88% | 0.44% | - |
| HSV(B) | 270º | 0.94% | 0.84% | - |
| XYZ | 18.96 | 8.6 | 63.61 | - |
| YUV | 65.7 | 211.13 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 13 | 213 | 0.47 | 0.94 | 0 | 0.16 | 270 | 0.88 | 0.44 |
| Hex | 71 | D | D5 | 2F | 5E | 0 | 10 | 10E | 58 | 2C |
| Octal | 161 | 15 | 325 | 57 | 136 | 0 | 20 | 416 | 130 | 54 |
| Binary | 1110001 | 1101 | 11010101 | 101111 | 1011110 | 0 | 10000 | 100001110 | 1011000 | 101100 |
Color Harmonies of #710DD5
Complementary color
Monochromatic Colors of #710DD5
Black with #710DD5
Text Example
Text Example
White with #710DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710DD5; }
p { color: rgb(113,13,213); }
H1.HeaderClassName
{
color: #710DD5;
}
.AnyTagClassName
{
color: #710DD5;
}
</style>
background-color css
<style>
a { background-color: #710DD5; }
a { background-color: rgb(113,13,213); }
div.DivClassName
{
background-color: #710DD5;
}
.BgClassName
{
background-color: #710DD5;
}
</style>
border-color css
<style>
span { border-color: #710DD5; }
span { border-color: rgb(113,13,213); }
td.TdClassName
{
border-color: #710DD5;
}
.TagClassName
{
border-color: #710DD5;
}
</style>