Shades of Purple Heart #7C20AE
Tints of Purple Heart #7C20AE
RGB
CMYK
RGB Variations
Color information
#7C20AE (or 0x7C20AE) is known color: Purple Heart. HEX triplet: 7C, 20 and AE. RGB value is (124,32,174). Sum of RGB (Red+Green+Blue) = 124+32+174=330 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.58% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 174 (68.36% from 255 or 52.73% from 330); Max value from RGB is 174 - color contains mainly: blue. Hex color #7C20AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C20AE is #83DF51. Grayscale: #4B4B4B. Windows color (decimal): -8642386 or 11411580. OLE color: 11411580.
HSL color Cylindrical-coordinate representation of color #7C20AE: hue angle of 278.87º 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 #7C20AE is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 124 | 32 | 174 | - |
| CMYK | 0.29 | 0.82 | 0 | 0.32 |
| HSL | 278.87º | 0.69% | 0.4% | - |
| HSV(B) | 278.87º | 0.82% | 0.68% | - |
| XYZ | 16.47 | 8.37 | 40.79 | - |
| YUV | 75.7 | 183.48 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 32 | 174 | 0.29 | 0.82 | 0 | 0.32 | 278.87 | 0.69 | 0.4 |
| Hex | 7C | 20 | AE | 1D | 52 | 0 | 20 | 117 | 45 | 28 |
| Octal | 174 | 40 | 256 | 35 | 122 | 0 | 40 | 427 | 105 | 50 |
| Binary | 1111100 | 100000 | 10101110 | 11101 | 1010010 | 0 | 100000 | 100010111 | 1000101 | 101000 |
Color Harmonies of #7C20AE
Complementary color
Monochromatic Colors of #7C20AE
Black with #7C20AE
Text Example
Text Example
White with #7C20AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C20AE; }
p { color: rgb(124,32,174); }
H1.HeaderClassName
{
color: #7C20AE;
}
.AnyTagClassName
{
color: #7C20AE;
}
</style>
background-color css
<style>
a { background-color: #7C20AE; }
a { background-color: rgb(124,32,174); }
div.DivClassName
{
background-color: #7C20AE;
}
.BgClassName
{
background-color: #7C20AE;
}
</style>
border-color css
<style>
span { border-color: #7C20AE; }
span { border-color: rgb(124,32,174); }
td.TdClassName
{
border-color: #7C20AE;
}
.TagClassName
{
border-color: #7C20AE;
}
</style>