Shades of Purple Heart #710AAB
Tints of Purple Heart #710AAB
RGB
CMYK
RGB Variations
Color information
#710AAB (or 0x710AAB) is known color: Purple Heart. HEX triplet: 71, 0A and AB. RGB value is (113,10,171). Sum of RGB (Red+Green+Blue) = 113+10+171=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 10 (4.30% from 255 or 3.40% from 294); Blue value is 171 (67.19% from 255 or 58.16% from 294); Max value from RGB is 171 - color contains mainly: blue. Hex color #710AAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710AAB is #8EF554. Grayscale: #3A3A3A. Windows color (decimal): -9368917 or 11209329. OLE color: 11209329.
HSL color Cylindrical-coordinate representation of color #710AAB: hue angle of 278.39º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710AAB is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 10 | 171 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.33 |
| HSL | 278.39º | 0.89% | 0.35% | - |
| HSV(B) | 278.39º | 0.94% | 0.67% | - |
| XYZ | 14.27 | 6.67 | 39.06 | - |
| YUV | 59.15 | 191.12 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 10 | 171 | 0.34 | 0.94 | 0 | 0.33 | 278.39 | 0.89 | 0.35 |
| Hex | 71 | A | AB | 22 | 5E | 0 | 21 | 116 | 59 | 23 |
| Octal | 161 | 12 | 253 | 42 | 136 | 0 | 41 | 426 | 131 | 43 |
| Binary | 1110001 | 1010 | 10101011 | 100010 | 1011110 | 0 | 100001 | 100010110 | 1011001 | 100011 |
Color Harmonies of #710AAB
Complementary color
Monochromatic Colors of #710AAB
Black with #710AAB
Text Example
Text Example
White with #710AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710AAB; }
p { color: rgb(113,10,171); }
H1.HeaderClassName
{
color: #710AAB;
}
.AnyTagClassName
{
color: #710AAB;
}
</style>
background-color css
<style>
a { background-color: #710AAB; }
a { background-color: rgb(113,10,171); }
div.DivClassName
{
background-color: #710AAB;
}
.BgClassName
{
background-color: #710AAB;
}
</style>
border-color css
<style>
span { border-color: #710AAB; }
span { border-color: rgb(113,10,171); }
td.TdClassName
{
border-color: #710AAB;
}
.TagClassName
{
border-color: #710AAB;
}
</style>