Shades of Purple Heart #7110AD
Tints of Purple Heart #7110AD
RGB
CMYK
RGB Variations
Color information
#7110AD (or 0x7110AD) is known color: Purple Heart. HEX triplet: 71, 10 and AD. RGB value is (113,16,173). Sum of RGB (Red+Green+Blue) = 113+16+173=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 173 (67.97% from 255 or 57.28% from 302); Max value from RGB is 173 - color contains mainly: blue. Hex color #7110AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7110AD is #8EEF52. Grayscale: #3E3E3E. Windows color (decimal): -9367379 or 11341937. OLE color: 11341937.
HSL color Cylindrical-coordinate representation of color #7110AD: hue angle of 277.07º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7110AD is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 113 | 16 | 173 | - |
| CMYK | 0.35 | 0.91 | 0 | 0.32 |
| HSL | 277.07º | 0.83% | 0.37% | - |
| HSV(B) | 277.07º | 0.91% | 0.68% | - |
| XYZ | 14.54 | 6.9 | 40.1 | - |
| YUV | 62.9 | 190.14 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 16 | 173 | 0.35 | 0.91 | 0 | 0.32 | 277.07 | 0.83 | 0.37 |
| Hex | 71 | 10 | AD | 23 | 5B | 0 | 20 | 115 | 53 | 25 |
| Octal | 161 | 20 | 255 | 43 | 133 | 0 | 40 | 425 | 123 | 45 |
| Binary | 1110001 | 10000 | 10101101 | 100011 | 1011011 | 0 | 100000 | 100010101 | 1010011 | 100101 |
Color Harmonies of #7110AD
Complementary color
Monochromatic Colors of #7110AD
Black with #7110AD
Text Example
Text Example
White with #7110AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7110AD; }
p { color: rgb(113,16,173); }
H1.HeaderClassName
{
color: #7110AD;
}
.AnyTagClassName
{
color: #7110AD;
}
</style>
background-color css
<style>
a { background-color: #7110AD; }
a { background-color: rgb(113,16,173); }
div.DivClassName
{
background-color: #7110AD;
}
.BgClassName
{
background-color: #7110AD;
}
</style>
border-color css
<style>
span { border-color: #7110AD; }
span { border-color: rgb(113,16,173); }
td.TdClassName
{
border-color: #7110AD;
}
.TagClassName
{
border-color: #7110AD;
}
</style>