Shades of Purple Heart #7022AD
Tints of Purple Heart #7022AD
RGB
CMYK
RGB Variations
Color information
#7022AD (or 0x7022AD) is known color: Purple Heart. HEX triplet: 70, 22 and AD. RGB value is (112,34,173). Sum of RGB (Red+Green+Blue) = 112+34+173=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 173 (67.97% from 255 or 54.23% from 319); Max value from RGB is 173 - color contains mainly: blue. Hex color #7022AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7022AD is #8FDD52. Grayscale: #484848. Windows color (decimal): -9428307 or 11346544. OLE color: 11346544.
HSL color Cylindrical-coordinate representation of color #7022AD: hue angle of 273.67º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7022AD is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 34 | 173 | - |
| CMYK | 0.35 | 0.80 | 0 | 0.32 |
| HSL | 273.67º | 0.67% | 0.41% | - |
| HSV(B) | 273.67º | 0.8% | 0.68% | - |
| XYZ | 14.8 | 7.61 | 40.22 | - |
| YUV | 73.17 | 184.34 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 34 | 173 | 0.35 | 0.80 | 0 | 0.32 | 273.67 | 0.67 | 0.41 |
| Hex | 70 | 22 | AD | 23 | 50 | 0 | 20 | 112 | 43 | 29 |
| Octal | 160 | 42 | 255 | 43 | 120 | 0 | 40 | 422 | 103 | 51 |
| Binary | 1110000 | 100010 | 10101101 | 100011 | 1010000 | 0 | 100000 | 100010010 | 1000011 | 101001 |
Color Harmonies of #7022AD
Complementary color
Monochromatic Colors of #7022AD
Black with #7022AD
Text Example
Text Example
White with #7022AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7022AD; }
p { color: rgb(112,34,173); }
H1.HeaderClassName
{
color: #7022AD;
}
.AnyTagClassName
{
color: #7022AD;
}
</style>
background-color css
<style>
a { background-color: #7022AD; }
a { background-color: rgb(112,34,173); }
div.DivClassName
{
background-color: #7022AD;
}
.BgClassName
{
background-color: #7022AD;
}
</style>
border-color css
<style>
span { border-color: #7022AD; }
span { border-color: rgb(112,34,173); }
td.TdClassName
{
border-color: #7022AD;
}
.TagClassName
{
border-color: #7022AD;
}
</style>