Shades of Purple Heart #711FAC
Tints of Purple Heart #711FAC
RGB
CMYK
RGB Variations
Color information
#711FAC (or 0x711FAC) is known color: Purple Heart. HEX triplet: 71, 1F and AC. RGB value is (113,31,172). Sum of RGB (Red+Green+Blue) = 113+31+172=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 31 (12.5% from 255 or 9.81% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #711FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711FAC is #8EE053. Grayscale: #474747. Windows color (decimal): -9363540 or 11280241. OLE color: 11280241.
HSL color Cylindrical-coordinate representation of color #711FAC: hue angle of 274.89º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #711FAC is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 31 | 172 | - |
| CMYK | 0.34 | 0.82 | 0 | 0.33 |
| HSL | 274.89º | 0.69% | 0.4% | - |
| HSV(B) | 274.89º | 0.82% | 0.67% | - |
| XYZ | 14.75 | 7.47 | 39.69 | - |
| YUV | 71.59 | 184.67 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 31 | 172 | 0.34 | 0.82 | 0 | 0.33 | 274.89 | 0.69 | 0.4 |
| Hex | 71 | 1F | AC | 22 | 52 | 0 | 21 | 113 | 45 | 28 |
| Octal | 161 | 37 | 254 | 42 | 122 | 0 | 41 | 423 | 105 | 50 |
| Binary | 1110001 | 11111 | 10101100 | 100010 | 1010010 | 0 | 100001 | 100010011 | 1000101 | 101000 |
Color Harmonies of #711FAC
Complementary color
Monochromatic Colors of #711FAC
Black with #711FAC
Text Example
Text Example
White with #711FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711FAC; }
p { color: rgb(113,31,172); }
H1.HeaderClassName
{
color: #711FAC;
}
.AnyTagClassName
{
color: #711FAC;
}
</style>
background-color css
<style>
a { background-color: #711FAC; }
a { background-color: rgb(113,31,172); }
div.DivClassName
{
background-color: #711FAC;
}
.BgClassName
{
background-color: #711FAC;
}
</style>
border-color css
<style>
span { border-color: #711FAC; }
span { border-color: rgb(113,31,172); }
td.TdClassName
{
border-color: #711FAC;
}
.TagClassName
{
border-color: #711FAC;
}
</style>