Shades of Purple Heart #710BAA
Tints of Purple Heart #710BAA
RGB
CMYK
RGB Variations
Color information
#710BAA (or 0x710BAA) is known color: Purple Heart. HEX triplet: 71, 0B and AA. RGB value is (113,11,170). Sum of RGB (Red+Green+Blue) = 113+11+170=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 11 (4.69% from 255 or 3.74% from 294); Blue value is 170 (66.80% from 255 or 57.82% from 294); Max value from RGB is 170 - color contains mainly: blue. Hex color #710BAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710BAA is #8EF455. Grayscale: #3B3B3B. Windows color (decimal): -9368662 or 11144049. OLE color: 11144049.
HSL color Cylindrical-coordinate representation of color #710BAA: hue angle of 278.49º degrees, saturation: 0.88, 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 #710BAA is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 11 | 170 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.33 |
| HSL | 278.49º | 0.88% | 0.35% | - |
| HSV(B) | 278.49º | 0.94% | 0.67% | - |
| XYZ | 14.19 | 6.65 | 38.57 | - |
| YUV | 59.62 | 190.29 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 11 | 170 | 0.34 | 0.94 | 0 | 0.33 | 278.49 | 0.88 | 0.35 |
| Hex | 71 | B | AA | 22 | 5E | 0 | 21 | 116 | 58 | 23 |
| Octal | 161 | 13 | 252 | 42 | 136 | 0 | 41 | 426 | 130 | 43 |
| Binary | 1110001 | 1011 | 10101010 | 100010 | 1011110 | 0 | 100001 | 100010110 | 1011000 | 100011 |
Color Harmonies of #710BAA
Complementary color
Monochromatic Colors of #710BAA
Black with #710BAA
Text Example
Text Example
White with #710BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710BAA; }
p { color: rgb(113,11,170); }
H1.HeaderClassName
{
color: #710BAA;
}
.AnyTagClassName
{
color: #710BAA;
}
</style>
background-color css
<style>
a { background-color: #710BAA; }
a { background-color: rgb(113,11,170); }
div.DivClassName
{
background-color: #710BAA;
}
.BgClassName
{
background-color: #710BAA;
}
</style>
border-color css
<style>
span { border-color: #710BAA; }
span { border-color: rgb(113,11,170); }
td.TdClassName
{
border-color: #710BAA;
}
.TagClassName
{
border-color: #710BAA;
}
</style>