Shades of Purple Heart #711FAD
Tints of Purple Heart #711FAD
RGB
CMYK
RGB Variations
Color information
#711FAD (or 0x711FAD) is known color: Purple Heart. HEX triplet: 71, 1F and AD. RGB value is (113,31,173). Sum of RGB (Red+Green+Blue) = 113+31+173=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 31 (12.5% from 255 or 9.78% from 317); Blue value is 173 (67.97% from 255 or 54.57% from 317); Max value from RGB is 173 - color contains mainly: blue. Hex color #711FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711FAD is #8EE052. Grayscale: #474747. Windows color (decimal): -9363539 or 11345777. OLE color: 11345777.
HSL color Cylindrical-coordinate representation of color #711FAD: hue angle of 274.65º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #711FAD is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 113 | 31 | 173 | - |
| CMYK | 0.35 | 0.82 | 0 | 0.32 |
| HSL | 274.65º | 0.7% | 0.4% | - |
| HSV(B) | 274.65º | 0.82% | 0.68% | - |
| XYZ | 14.84 | 7.51 | 40.2 | - |
| YUV | 71.71 | 185.17 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 31 | 173 | 0.35 | 0.82 | 0 | 0.32 | 274.65 | 0.7 | 0.4 |
| Hex | 71 | 1F | AD | 23 | 52 | 0 | 20 | 113 | 46 | 28 |
| Octal | 161 | 37 | 255 | 43 | 122 | 0 | 40 | 423 | 106 | 50 |
| Binary | 1110001 | 11111 | 10101101 | 100011 | 1010010 | 0 | 100000 | 100010011 | 1000110 | 101000 |
Color Harmonies of #711FAD
Complementary color
Monochromatic Colors of #711FAD
Black with #711FAD
Text Example
Text Example
White with #711FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711FAD; }
p { color: rgb(113,31,173); }
H1.HeaderClassName
{
color: #711FAD;
}
.AnyTagClassName
{
color: #711FAD;
}
</style>
background-color css
<style>
a { background-color: #711FAD; }
a { background-color: rgb(113,31,173); }
div.DivClassName
{
background-color: #711FAD;
}
.BgClassName
{
background-color: #711FAD;
}
</style>
border-color css
<style>
span { border-color: #711FAD; }
span { border-color: rgb(113,31,173); }
td.TdClassName
{
border-color: #711FAD;
}
.TagClassName
{
border-color: #711FAD;
}
</style>