Shades of Purple Heart #710AAD
Tints of Purple Heart #710AAD
RGB
CMYK
RGB Variations
Color information
#710AAD (or 0x710AAD) is known color: Purple Heart. HEX triplet: 71, 0A and AD. RGB value is (113,10,173). Sum of RGB (Red+Green+Blue) = 113+10+173=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 10 (4.30% from 255 or 3.38% from 296); Blue value is 173 (67.97% from 255 or 58.45% from 296); Max value from RGB is 173 - color contains mainly: blue. Hex color #710AAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710AAD is #8EF552. Grayscale: #3A3A3A. Windows color (decimal): -9368915 or 11340401. OLE color: 11340401.
HSL color Cylindrical-coordinate representation of color #710AAD: hue angle of 277.91º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710AAD is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 113 | 10 | 173 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.32 |
| HSL | 277.91º | 0.89% | 0.36% | - |
| HSV(B) | 277.91º | 0.94% | 0.68% | - |
| XYZ | 14.46 | 6.74 | 40.07 | - |
| YUV | 59.38 | 192.12 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 10 | 173 | 0.35 | 0.94 | 0 | 0.32 | 277.91 | 0.89 | 0.36 |
| Hex | 71 | A | AD | 23 | 5E | 0 | 20 | 116 | 59 | 24 |
| Octal | 161 | 12 | 255 | 43 | 136 | 0 | 40 | 426 | 131 | 44 |
| Binary | 1110001 | 1010 | 10101101 | 100011 | 1011110 | 0 | 100000 | 100010110 | 1011001 | 100100 |
Color Harmonies of #710AAD
Complementary color
Monochromatic Colors of #710AAD
Black with #710AAD
Text Example
Text Example
White with #710AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710AAD; }
p { color: rgb(113,10,173); }
H1.HeaderClassName
{
color: #710AAD;
}
.AnyTagClassName
{
color: #710AAD;
}
</style>
background-color css
<style>
a { background-color: #710AAD; }
a { background-color: rgb(113,10,173); }
div.DivClassName
{
background-color: #710AAD;
}
.BgClassName
{
background-color: #710AAD;
}
</style>
border-color css
<style>
span { border-color: #710AAD; }
span { border-color: rgb(113,10,173); }
td.TdClassName
{
border-color: #710AAD;
}
.TagClassName
{
border-color: #710AAD;
}
</style>