Shades of Purple Heart #710FAA
Tints of Purple Heart #710FAA
RGB
CMYK
RGB Variations
Color information
#710FAA (or 0x710FAA) is known color: Purple Heart. HEX triplet: 71, 0F and AA. RGB value is (113,15,170). Sum of RGB (Red+Green+Blue) = 113+15+170=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 15 (6.25% from 255 or 5.03% from 298); Blue value is 170 (66.80% from 255 or 57.05% from 298); Max value from RGB is 170 - color contains mainly: blue. Hex color #710FAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710FAA is #8EF055. Grayscale: #3D3D3D. Windows color (decimal): -9367638 or 11145073. OLE color: 11145073.
HSL color Cylindrical-coordinate representation of color #710FAA: hue angle of 277.94º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #710FAA is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 15 | 170 | - |
| CMYK | 0.34 | 0.91 | 0 | 0.33 |
| HSL | 277.94º | 0.84% | 0.36% | - |
| HSV(B) | 277.94º | 0.91% | 0.67% | - |
| XYZ | 14.24 | 6.75 | 38.58 | - |
| YUV | 61.97 | 188.97 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 15 | 170 | 0.34 | 0.91 | 0 | 0.33 | 277.94 | 0.84 | 0.36 |
| Hex | 71 | F | AA | 22 | 5B | 0 | 21 | 116 | 54 | 24 |
| Octal | 161 | 17 | 252 | 42 | 133 | 0 | 41 | 426 | 124 | 44 |
| Binary | 1110001 | 1111 | 10101010 | 100010 | 1011011 | 0 | 100001 | 100010110 | 1010100 | 100100 |
Color Harmonies of #710FAA
Complementary color
Monochromatic Colors of #710FAA
Black with #710FAA
Text Example
Text Example
White with #710FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710FAA; }
p { color: rgb(113,15,170); }
H1.HeaderClassName
{
color: #710FAA;
}
.AnyTagClassName
{
color: #710FAA;
}
</style>
background-color css
<style>
a { background-color: #710FAA; }
a { background-color: rgb(113,15,170); }
div.DivClassName
{
background-color: #710FAA;
}
.BgClassName
{
background-color: #710FAA;
}
</style>
border-color css
<style>
span { border-color: #710FAA; }
span { border-color: rgb(113,15,170); }
td.TdClassName
{
border-color: #710FAA;
}
.TagClassName
{
border-color: #710FAA;
}
</style>