Shades of Purple Heart #711BA9
Tints of Purple Heart #711BA9
RGB
CMYK
RGB Variations
Color information
#711BA9 (or 0x711BA9) is known color: Purple Heart. HEX triplet: 71, 1B and A9. RGB value is (113,27,169). Sum of RGB (Red+Green+Blue) = 113+27+169=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 27 (10.94% from 255 or 8.74% from 309); Blue value is 169 (66.41% from 255 or 54.69% from 309); Max value from RGB is 169 - color contains mainly: blue. Hex color #711BA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711BA9 is #8EE456. Grayscale: #444444. Windows color (decimal): -9364567 or 11082609. OLE color: 11082609.
HSL color Cylindrical-coordinate representation of color #711BA9: hue angle of 276.34º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #711BA9 is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 113 | 27 | 169 | - |
| CMYK | 0.33 | 0.84 | 0 | 0.34 |
| HSL | 276.34º | 0.72% | 0.38% | - |
| HSV(B) | 276.34º | 0.84% | 0.66% | - |
| XYZ | 14.36 | 7.16 | 38.16 | - |
| YUV | 68.9 | 184.49 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 27 | 169 | 0.33 | 0.84 | 0 | 0.34 | 276.34 | 0.72 | 0.38 |
| Hex | 71 | 1B | A9 | 21 | 54 | 0 | 22 | 114 | 48 | 26 |
| Octal | 161 | 33 | 251 | 41 | 124 | 0 | 42 | 424 | 110 | 46 |
| Binary | 1110001 | 11011 | 10101001 | 100001 | 1010100 | 0 | 100010 | 100010100 | 1001000 | 100110 |
Color Harmonies of #711BA9
Complementary color
Monochromatic Colors of #711BA9
Black with #711BA9
Text Example
Text Example
White with #711BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711BA9; }
p { color: rgb(113,27,169); }
H1.HeaderClassName
{
color: #711BA9;
}
.AnyTagClassName
{
color: #711BA9;
}
</style>
background-color css
<style>
a { background-color: #711BA9; }
a { background-color: rgb(113,27,169); }
div.DivClassName
{
background-color: #711BA9;
}
.BgClassName
{
background-color: #711BA9;
}
</style>
border-color css
<style>
span { border-color: #711BA9; }
span { border-color: rgb(113,27,169); }
td.TdClassName
{
border-color: #711BA9;
}
.TagClassName
{
border-color: #711BA9;
}
</style>