Shades of Purple Heart #7117AB
Tints of Purple Heart #7117AB
RGB
CMYK
RGB Variations
Color information
#7117AB (or 0x7117AB) is known color: Purple Heart. HEX triplet: 71, 17 and AB. RGB value is (113,23,171). Sum of RGB (Red+Green+Blue) = 113+23+171=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #7117AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7117AB is #8EE854. Grayscale: #424242. Windows color (decimal): -9365589 or 11212657. OLE color: 11212657.
HSL color Cylindrical-coordinate representation of color #7117AB: hue angle of 276.49º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7117AB is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 23 | 171 | - |
| CMYK | 0.34 | 0.87 | 0 | 0.33 |
| HSL | 276.49º | 0.76% | 0.38% | - |
| HSV(B) | 276.49º | 0.87% | 0.67% | - |
| XYZ | 14.47 | 7.06 | 39.13 | - |
| YUV | 66.78 | 186.82 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 23 | 171 | 0.34 | 0.87 | 0 | 0.33 | 276.49 | 0.76 | 0.38 |
| Hex | 71 | 17 | AB | 22 | 57 | 0 | 21 | 114 | 4C | 26 |
| Octal | 161 | 27 | 253 | 42 | 127 | 0 | 41 | 424 | 114 | 46 |
| Binary | 1110001 | 10111 | 10101011 | 100010 | 1010111 | 0 | 100001 | 100010100 | 1001100 | 100110 |
Color Harmonies of #7117AB
Complementary color
Monochromatic Colors of #7117AB
Black with #7117AB
Text Example
Text Example
White with #7117AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7117AB; }
p { color: rgb(113,23,171); }
H1.HeaderClassName
{
color: #7117AB;
}
.AnyTagClassName
{
color: #7117AB;
}
</style>
background-color css
<style>
a { background-color: #7117AB; }
a { background-color: rgb(113,23,171); }
div.DivClassName
{
background-color: #7117AB;
}
.BgClassName
{
background-color: #7117AB;
}
</style>
border-color css
<style>
span { border-color: #7117AB; }
span { border-color: rgb(113,23,171); }
td.TdClassName
{
border-color: #7117AB;
}
.TagClassName
{
border-color: #7117AB;
}
</style>