Shades of Purple Heart #7119AD
Tints of Purple Heart #7119AD
RGB
CMYK
RGB Variations
Color information
#7119AD (or 0x7119AD) is known color: Purple Heart. HEX triplet: 71, 19 and AD. RGB value is (113,25,173). Sum of RGB (Red+Green+Blue) = 113+25+173=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 173 (67.97% from 255 or 55.63% from 311); Max value from RGB is 173 - color contains mainly: blue. Hex color #7119AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7119AD is #8EE652. Grayscale: #434343. Windows color (decimal): -9365075 or 11344241. OLE color: 11344241.
HSL color Cylindrical-coordinate representation of color #7119AD: hue angle of 275.68º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7119AD is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 113 | 25 | 173 | - |
| CMYK | 0.35 | 0.86 | 0 | 0.32 |
| HSL | 275.68º | 0.75% | 0.39% | - |
| HSV(B) | 275.68º | 0.86% | 0.68% | - |
| XYZ | 14.7 | 7.22 | 40.15 | - |
| YUV | 68.18 | 187.15 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 25 | 173 | 0.35 | 0.86 | 0 | 0.32 | 275.68 | 0.75 | 0.39 |
| Hex | 71 | 19 | AD | 23 | 56 | 0 | 20 | 114 | 4B | 27 |
| Octal | 161 | 31 | 255 | 43 | 126 | 0 | 40 | 424 | 113 | 47 |
| Binary | 1110001 | 11001 | 10101101 | 100011 | 1010110 | 0 | 100000 | 100010100 | 1001011 | 100111 |
Color Harmonies of #7119AD
Complementary color
Monochromatic Colors of #7119AD
Black with #7119AD
Text Example
Text Example
White with #7119AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7119AD; }
p { color: rgb(113,25,173); }
H1.HeaderClassName
{
color: #7119AD;
}
.AnyTagClassName
{
color: #7119AD;
}
</style>
background-color css
<style>
a { background-color: #7119AD; }
a { background-color: rgb(113,25,173); }
div.DivClassName
{
background-color: #7119AD;
}
.BgClassName
{
background-color: #7119AD;
}
</style>
border-color css
<style>
span { border-color: #7119AD; }
span { border-color: rgb(113,25,173); }
td.TdClassName
{
border-color: #7119AD;
}
.TagClassName
{
border-color: #7119AD;
}
</style>