Shades of Purple Heart #7111AD
Tints of Purple Heart #7111AD
RGB
CMYK
RGB Variations
Color information
#7111AD (or 0x7111AD) is known color: Purple Heart. HEX triplet: 71, 11 and AD. RGB value is (113,17,173). Sum of RGB (Red+Green+Blue) = 113+17+173=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #7111AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7111AD is #8EEE52. Grayscale: #3E3E3E. Windows color (decimal): -9367123 or 11342193. OLE color: 11342193.
HSL color Cylindrical-coordinate representation of color #7111AD: hue angle of 276.92º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7111AD is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 113 | 17 | 173 | - |
| CMYK | 0.35 | 0.90 | 0 | 0.32 |
| HSL | 276.92º | 0.82% | 0.37% | - |
| HSV(B) | 276.92º | 0.9% | 0.68% | - |
| XYZ | 14.55 | 6.93 | 40.11 | - |
| YUV | 63.49 | 189.8 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 17 | 173 | 0.35 | 0.90 | 0 | 0.32 | 276.92 | 0.82 | 0.37 |
| Hex | 71 | 11 | AD | 23 | 5A | 0 | 20 | 115 | 52 | 25 |
| Octal | 161 | 21 | 255 | 43 | 132 | 0 | 40 | 425 | 122 | 45 |
| Binary | 1110001 | 10001 | 10101101 | 100011 | 1011010 | 0 | 100000 | 100010101 | 1010010 | 100101 |
Color Harmonies of #7111AD
Complementary color
Monochromatic Colors of #7111AD
Black with #7111AD
Text Example
Text Example
White with #7111AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7111AD; }
p { color: rgb(113,17,173); }
H1.HeaderClassName
{
color: #7111AD;
}
.AnyTagClassName
{
color: #7111AD;
}
</style>
background-color css
<style>
a { background-color: #7111AD; }
a { background-color: rgb(113,17,173); }
div.DivClassName
{
background-color: #7111AD;
}
.BgClassName
{
background-color: #7111AD;
}
</style>
border-color css
<style>
span { border-color: #7111AD; }
span { border-color: rgb(113,17,173); }
td.TdClassName
{
border-color: #7111AD;
}
.TagClassName
{
border-color: #7111AD;
}
</style>