Shades of Purple Heart #710BAC
Tints of Purple Heart #710BAC
RGB
CMYK
RGB Variations
Color information
#710BAC (or 0x710BAC) is known color: Purple Heart. HEX triplet: 71, 0B and AC. RGB value is (113,11,172). Sum of RGB (Red+Green+Blue) = 113+11+172=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 11 (4.69% from 255 or 3.72% from 296); Blue value is 172 (67.58% from 255 or 58.11% from 296); Max value from RGB is 172 - color contains mainly: blue. Hex color #710BAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710BAC is #8EF453. Grayscale: #3B3B3B. Windows color (decimal): -9368660 or 11275121. OLE color: 11275121.
HSL color Cylindrical-coordinate representation of color #710BAC: hue angle of 278.01º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710BAC is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 11 | 172 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.33 |
| HSL | 278.01º | 0.88% | 0.36% | - |
| HSV(B) | 278.01º | 0.94% | 0.67% | - |
| XYZ | 14.38 | 6.73 | 39.57 | - |
| YUV | 59.85 | 191.29 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 11 | 172 | 0.34 | 0.94 | 0 | 0.33 | 278.01 | 0.88 | 0.36 |
| Hex | 71 | B | AC | 22 | 5E | 0 | 21 | 116 | 58 | 24 |
| Octal | 161 | 13 | 254 | 42 | 136 | 0 | 41 | 426 | 130 | 44 |
| Binary | 1110001 | 1011 | 10101100 | 100010 | 1011110 | 0 | 100001 | 100010110 | 1011000 | 100100 |
Color Harmonies of #710BAC
Complementary color
Monochromatic Colors of #710BAC
Black with #710BAC
Text Example
Text Example
White with #710BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710BAC; }
p { color: rgb(113,11,172); }
H1.HeaderClassName
{
color: #710BAC;
}
.AnyTagClassName
{
color: #710BAC;
}
</style>
background-color css
<style>
a { background-color: #710BAC; }
a { background-color: rgb(113,11,172); }
div.DivClassName
{
background-color: #710BAC;
}
.BgClassName
{
background-color: #710BAC;
}
</style>
border-color css
<style>
span { border-color: #710BAC; }
span { border-color: rgb(113,11,172); }
td.TdClassName
{
border-color: #710BAC;
}
.TagClassName
{
border-color: #710BAC;
}
</style>