Shades of Purple Heart #711DAE
Tints of Purple Heart #711DAE
RGB
CMYK
RGB Variations
Color information
#711DAE (or 0x711DAE) is known color: Purple Heart. HEX triplet: 71, 1D and AE. RGB value is (113,29,174). Sum of RGB (Red+Green+Blue) = 113+29+174=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 29 (11.72% from 255 or 9.18% from 316); Blue value is 174 (68.36% from 255 or 55.06% from 316); Max value from RGB is 174 - color contains mainly: blue. Hex color #711DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711DAE is #8EE251. Grayscale: #464646. Windows color (decimal): -9364050 or 11410801. OLE color: 11410801.
HSL color Cylindrical-coordinate representation of color #711DAE: hue angle of 274.76º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #711DAE is Cyan = 0.35, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 113 | 29 | 174 | - |
| CMYK | 0.35 | 0.83 | 0 | 0.32 |
| HSL | 274.76º | 0.71% | 0.4% | - |
| HSV(B) | 274.76º | 0.83% | 0.68% | - |
| XYZ | 14.89 | 7.45 | 40.7 | - |
| YUV | 70.65 | 186.33 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 29 | 174 | 0.35 | 0.83 | 0 | 0.32 | 274.76 | 0.71 | 0.4 |
| Hex | 71 | 1D | AE | 23 | 53 | 0 | 20 | 113 | 47 | 28 |
| Octal | 161 | 35 | 256 | 43 | 123 | 0 | 40 | 423 | 107 | 50 |
| Binary | 1110001 | 11101 | 10101110 | 100011 | 1010011 | 0 | 100000 | 100010011 | 1000111 | 101000 |
Color Harmonies of #711DAE
Complementary color
Monochromatic Colors of #711DAE
Black with #711DAE
Text Example
Text Example
White with #711DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711DAE; }
p { color: rgb(113,29,174); }
H1.HeaderClassName
{
color: #711DAE;
}
.AnyTagClassName
{
color: #711DAE;
}
</style>
background-color css
<style>
a { background-color: #711DAE; }
a { background-color: rgb(113,29,174); }
div.DivClassName
{
background-color: #711DAE;
}
.BgClassName
{
background-color: #711DAE;
}
</style>
border-color css
<style>
span { border-color: #711DAE; }
span { border-color: rgb(113,29,174); }
td.TdClassName
{
border-color: #711DAE;
}
.TagClassName
{
border-color: #711DAE;
}
</style>