Shades of Purple Heart #710CAB
Tints of Purple Heart #710CAB
RGB
CMYK
RGB Variations
Color information
#710CAB (or 0x710CAB) is known color: Purple Heart. HEX triplet: 71, 0C and AB. RGB value is (113,12,171). Sum of RGB (Red+Green+Blue) = 113+12+171=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 12 (5.08% from 255 or 4.05% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #710CAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710CAB is #8EF354. Grayscale: #3B3B3B. Windows color (decimal): -9368405 or 11209841. OLE color: 11209841.
HSL color Cylindrical-coordinate representation of color #710CAB: hue angle of 278.11º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #710CAB is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 12 | 171 | - |
| CMYK | 0.34 | 0.93 | 0 | 0.33 |
| HSL | 278.11º | 0.87% | 0.36% | - |
| HSV(B) | 278.11º | 0.93% | 0.67% | - |
| XYZ | 14.29 | 6.71 | 39.07 | - |
| YUV | 60.33 | 190.46 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 12 | 171 | 0.34 | 0.93 | 0 | 0.33 | 278.11 | 0.87 | 0.36 |
| Hex | 71 | C | AB | 22 | 5D | 0 | 21 | 116 | 57 | 24 |
| Octal | 161 | 14 | 253 | 42 | 135 | 0 | 41 | 426 | 127 | 44 |
| Binary | 1110001 | 1100 | 10101011 | 100010 | 1011101 | 0 | 100001 | 100010110 | 1010111 | 100100 |
Color Harmonies of #710CAB
Complementary color
Monochromatic Colors of #710CAB
Black with #710CAB
Text Example
Text Example
White with #710CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710CAB; }
p { color: rgb(113,12,171); }
H1.HeaderClassName
{
color: #710CAB;
}
.AnyTagClassName
{
color: #710CAB;
}
</style>
background-color css
<style>
a { background-color: #710CAB; }
a { background-color: rgb(113,12,171); }
div.DivClassName
{
background-color: #710CAB;
}
.BgClassName
{
background-color: #710CAB;
}
</style>
border-color css
<style>
span { border-color: #710CAB; }
span { border-color: rgb(113,12,171); }
td.TdClassName
{
border-color: #710CAB;
}
.TagClassName
{
border-color: #710CAB;
}
</style>