Shades of Purple Heart #711AAB
Tints of Purple Heart #711AAB
RGB
CMYK
RGB Variations
Color information
#711AAB (or 0x711AAB) is known color: Purple Heart. HEX triplet: 71, 1A and AB. RGB value is (113,26,171). Sum of RGB (Red+Green+Blue) = 113+26+171=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 26 (10.55% from 255 or 8.39% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #711AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711AAB is #8EE554. Grayscale: #444444. Windows color (decimal): -9364821 or 11213425. OLE color: 11213425.
HSL color Cylindrical-coordinate representation of color #711AAB: hue angle of 276º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #711AAB is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 26 | 171 | - |
| CMYK | 0.34 | 0.85 | 0 | 0.33 |
| HSL | 276º | 0.74% | 0.39% | - |
| HSV(B) | 276º | 0.85% | 0.67% | - |
| XYZ | 14.53 | 7.19 | 39.15 | - |
| YUV | 68.54 | 185.82 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 26 | 171 | 0.34 | 0.85 | 0 | 0.33 | 276 | 0.74 | 0.39 |
| Hex | 71 | 1A | AB | 22 | 55 | 0 | 21 | 114 | 4A | 27 |
| Octal | 161 | 32 | 253 | 42 | 125 | 0 | 41 | 424 | 112 | 47 |
| Binary | 1110001 | 11010 | 10101011 | 100010 | 1010101 | 0 | 100001 | 100010100 | 1001010 | 100111 |
Color Harmonies of #711AAB
Complementary color
Monochromatic Colors of #711AAB
Black with #711AAB
Text Example
Text Example
White with #711AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711AAB; }
p { color: rgb(113,26,171); }
H1.HeaderClassName
{
color: #711AAB;
}
.AnyTagClassName
{
color: #711AAB;
}
</style>
background-color css
<style>
a { background-color: #711AAB; }
a { background-color: rgb(113,26,171); }
div.DivClassName
{
background-color: #711AAB;
}
.BgClassName
{
background-color: #711AAB;
}
</style>
border-color css
<style>
span { border-color: #711AAB; }
span { border-color: rgb(113,26,171); }
td.TdClassName
{
border-color: #711AAB;
}
.TagClassName
{
border-color: #711AAB;
}
</style>