Shades of Purple Heart #7112AE
Tints of Purple Heart #7112AE
RGB
CMYK
RGB Variations
Color information
#7112AE (or 0x7112AE) is known color: Purple Heart. HEX triplet: 71, 12 and AE. RGB value is (113,18,174). Sum of RGB (Red+Green+Blue) = 113+18+174=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 18 (7.42% from 255 or 5.90% from 305); Blue value is 174 (68.36% from 255 or 57.05% from 305); Max value from RGB is 174 - color contains mainly: blue. Hex color #7112AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7112AE is #8EED51. Grayscale: #3F3F3F. Windows color (decimal): -9366866 or 11407985. OLE color: 11407985.
HSL color Cylindrical-coordinate representation of color #7112AE: hue angle of 276.54º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7112AE is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 113 | 18 | 174 | - |
| CMYK | 0.35 | 0.90 | 0 | 0.32 |
| HSL | 276.54º | 0.81% | 0.38% | - |
| HSV(B) | 276.54º | 0.9% | 0.68% | - |
| XYZ | 14.67 | 7 | 40.62 | - |
| YUV | 64.19 | 189.97 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 18 | 174 | 0.35 | 0.90 | 0 | 0.32 | 276.54 | 0.81 | 0.38 |
| Hex | 71 | 12 | AE | 23 | 5A | 0 | 20 | 115 | 51 | 26 |
| Octal | 161 | 22 | 256 | 43 | 132 | 0 | 40 | 425 | 121 | 46 |
| Binary | 1110001 | 10010 | 10101110 | 100011 | 1011010 | 0 | 100000 | 100010101 | 1010001 | 100110 |
Color Harmonies of #7112AE
Complementary color
Monochromatic Colors of #7112AE
Black with #7112AE
Text Example
Text Example
White with #7112AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7112AE; }
p { color: rgb(113,18,174); }
H1.HeaderClassName
{
color: #7112AE;
}
.AnyTagClassName
{
color: #7112AE;
}
</style>
background-color css
<style>
a { background-color: #7112AE; }
a { background-color: rgb(113,18,174); }
div.DivClassName
{
background-color: #7112AE;
}
.BgClassName
{
background-color: #7112AE;
}
</style>
border-color css
<style>
span { border-color: #7112AE; }
span { border-color: rgb(113,18,174); }
td.TdClassName
{
border-color: #7112AE;
}
.TagClassName
{
border-color: #7112AE;
}
</style>