Shades of Purple Heart #7A20AD
Tints of Purple Heart #7A20AD
RGB
CMYK
RGB Variations
Color information
#7A20AD (or 0x7A20AD) is known color: Purple Heart. HEX triplet: 7A, 20 and AD. RGB value is (122,32,173). Sum of RGB (Red+Green+Blue) = 122+32+173=327 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.31% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #7A20AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A20AD is #85DF52. Grayscale: #4A4A4A. Windows color (decimal): -8773459 or 11346042. OLE color: 11346042.
HSL color Cylindrical-coordinate representation of color #7A20AD: hue angle of 278.3º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7A20AD is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 32 | 173 | - |
| CMYK | 0.29 | 0.82 | 0 | 0.32 |
| HSL | 278.3º | 0.69% | 0.4% | - |
| HSV(B) | 278.3º | 0.82% | 0.68% | - |
| XYZ | 16.09 | 8.19 | 40.27 | - |
| YUV | 74.98 | 183.32 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 32 | 173 | 0.29 | 0.82 | 0 | 0.32 | 278.3 | 0.69 | 0.4 |
| Hex | 7A | 20 | AD | 1D | 52 | 0 | 20 | 116 | 45 | 28 |
| Octal | 172 | 40 | 255 | 35 | 122 | 0 | 40 | 426 | 105 | 50 |
| Binary | 1111010 | 100000 | 10101101 | 11101 | 1010010 | 0 | 100000 | 100010110 | 1000101 | 101000 |
Color Harmonies of #7A20AD
Complementary color
Monochromatic Colors of #7A20AD
Black with #7A20AD
Text Example
Text Example
White with #7A20AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A20AD; }
p { color: rgb(122,32,173); }
H1.HeaderClassName
{
color: #7A20AD;
}
.AnyTagClassName
{
color: #7A20AD;
}
</style>
background-color css
<style>
a { background-color: #7A20AD; }
a { background-color: rgb(122,32,173); }
div.DivClassName
{
background-color: #7A20AD;
}
.BgClassName
{
background-color: #7A20AD;
}
</style>
border-color css
<style>
span { border-color: #7A20AD; }
span { border-color: rgb(122,32,173); }
td.TdClassName
{
border-color: #7A20AD;
}
.TagClassName
{
border-color: #7A20AD;
}
</style>