Shades of Purple Heart #7A20B7
Tints of Purple Heart #7A20B7
RGB
CMYK
RGB Variations
Color information
#7A20B7 (or 0x7A20B7) is known color: Purple Heart. HEX triplet: 7A, 20 and B7. RGB value is (122,32,183). Sum of RGB (Red+Green+Blue) = 122+32+183=337 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.20% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 183 (71.88% from 255 or 54.30% from 337); Max value from RGB is 183 - color contains mainly: blue. Hex color #7A20B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A20B7 is #85DF48. Grayscale: #4B4B4B. Windows color (decimal): -8773449 or 12001402. OLE color: 12001402.
HSL color Cylindrical-coordinate representation of color #7A20B7: hue angle of 275.76º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7A20B7 is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 32 | 183 | - |
| CMYK | 0.33 | 0.83 | 0 | 0.28 |
| HSL | 275.76º | 0.7% | 0.42% | - |
| HSV(B) | 275.76º | 0.83% | 0.72% | - |
| XYZ | 17.09 | 8.59 | 45.56 | - |
| YUV | 76.12 | 188.32 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 32 | 183 | 0.33 | 0.83 | 0 | 0.28 | 275.76 | 0.7 | 0.42 |
| Hex | 7A | 20 | B7 | 21 | 53 | 0 | 1C | 114 | 46 | 2A |
| Octal | 172 | 40 | 267 | 41 | 123 | 0 | 34 | 424 | 106 | 52 |
| Binary | 1111010 | 100000 | 10110111 | 100001 | 1010011 | 0 | 11100 | 100010100 | 1000110 | 101010 |
Color Harmonies of #7A20B7
Complementary color
Monochromatic Colors of #7A20B7
Black with #7A20B7
Text Example
Text Example
White with #7A20B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A20B7; }
p { color: rgb(122,32,183); }
H1.HeaderClassName
{
color: #7A20B7;
}
.AnyTagClassName
{
color: #7A20B7;
}
</style>
background-color css
<style>
a { background-color: #7A20B7; }
a { background-color: rgb(122,32,183); }
div.DivClassName
{
background-color: #7A20B7;
}
.BgClassName
{
background-color: #7A20B7;
}
</style>
border-color css
<style>
span { border-color: #7A20B7; }
span { border-color: rgb(122,32,183); }
td.TdClassName
{
border-color: #7A20B7;
}
.TagClassName
{
border-color: #7A20B7;
}
</style>