Shades of Purple Heart #710DAE
Tints of Purple Heart #710DAE
RGB
CMYK
RGB Variations
Color information
#710DAE (or 0x710DAE) is known color: Purple Heart. HEX triplet: 71, 0D and AE. RGB value is (113,13,174). Sum of RGB (Red+Green+Blue) = 113+13+174=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 13 (5.47% from 255 or 4.33% from 300); Blue value is 174 (68.36% from 255 or 58% from 300); Max value from RGB is 174 - color contains mainly: blue. Hex color #710DAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710DAE is #8EF251. Grayscale: #3C3C3C. Windows color (decimal): -9368146 or 11406705. OLE color: 11406705.
HSL color Cylindrical-coordinate representation of color #710DAE: hue angle of 277.27º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #710DAE is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 113 | 13 | 174 | - |
| CMYK | 0.35 | 0.93 | 0 | 0.32 |
| HSL | 277.27º | 0.86% | 0.37% | - |
| HSV(B) | 277.27º | 0.93% | 0.68% | - |
| XYZ | 14.59 | 6.85 | 40.6 | - |
| YUV | 61.25 | 191.63 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 13 | 174 | 0.35 | 0.93 | 0 | 0.32 | 277.27 | 0.86 | 0.37 |
| Hex | 71 | D | AE | 23 | 5D | 0 | 20 | 115 | 56 | 25 |
| Octal | 161 | 15 | 256 | 43 | 135 | 0 | 40 | 425 | 126 | 45 |
| Binary | 1110001 | 1101 | 10101110 | 100011 | 1011101 | 0 | 100000 | 100010101 | 1010110 | 100101 |
Color Harmonies of #710DAE
Complementary color
Monochromatic Colors of #710DAE
Black with #710DAE
Text Example
Text Example
White with #710DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710DAE; }
p { color: rgb(113,13,174); }
H1.HeaderClassName
{
color: #710DAE;
}
.AnyTagClassName
{
color: #710DAE;
}
</style>
background-color css
<style>
a { background-color: #710DAE; }
a { background-color: rgb(113,13,174); }
div.DivClassName
{
background-color: #710DAE;
}
.BgClassName
{
background-color: #710DAE;
}
</style>
border-color css
<style>
span { border-color: #710DAE; }
span { border-color: rgb(113,13,174); }
td.TdClassName
{
border-color: #710DAE;
}
.TagClassName
{
border-color: #710DAE;
}
</style>