Shades of Purple Heart #7E20C0
Tints of Purple Heart #7E20C0
RGB
CMYK
RGB Variations
Color information
#7E20C0 (or 0x7E20C0) is known color: Purple Heart. HEX triplet: 7E, 20 and C0. RGB value is (126,32,192). Sum of RGB (Red+Green+Blue) = 126+32+192=350 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 192 (75.39% from 255 or 54.86% from 350); Max value from RGB is 192 - color contains mainly: blue. Hex color #7E20C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E20C0 is #81DF3F. Grayscale: #4D4D4D. Windows color (decimal): -8511296 or 12591230. OLE color: 12591230.
HSL color Cylindrical-coordinate representation of color #7E20C0: hue angle of 275.25º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7E20C0 is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 32 | 192 | - |
| CMYK | 0.34 | 0.83 | 0 | 0.25 |
| HSL | 275.25º | 0.71% | 0.44% | - |
| HSV(B) | 275.25º | 0.83% | 0.75% | - |
| XYZ | 18.64 | 9.27 | 50.68 | - |
| YUV | 78.35 | 192.14 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 32 | 192 | 0.34 | 0.83 | 0 | 0.25 | 275.25 | 0.71 | 0.44 |
| Hex | 7E | 20 | C0 | 22 | 53 | 0 | 19 | 113 | 47 | 2C |
| Octal | 176 | 40 | 300 | 42 | 123 | 0 | 31 | 423 | 107 | 54 |
| Binary | 1111110 | 100000 | 11000000 | 100010 | 1010011 | 0 | 11001 | 100010011 | 1000111 | 101100 |
Color Harmonies of #7E20C0
Complementary color
Monochromatic Colors of #7E20C0
Black with #7E20C0
Text Example
Text Example
White with #7E20C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E20C0; }
p { color: rgb(126,32,192); }
H1.HeaderClassName
{
color: #7E20C0;
}
.AnyTagClassName
{
color: #7E20C0;
}
</style>
background-color css
<style>
a { background-color: #7E20C0; }
a { background-color: rgb(126,32,192); }
div.DivClassName
{
background-color: #7E20C0;
}
.BgClassName
{
background-color: #7E20C0;
}
</style>
border-color css
<style>
span { border-color: #7E20C0; }
span { border-color: rgb(126,32,192); }
td.TdClassName
{
border-color: #7E20C0;
}
.TagClassName
{
border-color: #7E20C0;
}
</style>