Shades of Purple #7E048A
Tints of Purple #7E048A
RGB
CMYK
RGB Variations
Color information
#7E048A (or 0x7E048A) is known color: Purple. HEX triplet: 7E, 04 and 8A. RGB value is (126,4,138). Sum of RGB (Red+Green+Blue) = 126+4+138=268 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.01% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 138 (54.30% from 255 or 51.49% from 268); Max value from RGB is 138 - color contains mainly: blue. Hex color #7E048A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E048A is #81FB75. Grayscale: #373737. Windows color (decimal): -8518518 or 9045118. OLE color: 9045118.
HSL color Cylindrical-coordinate representation of color #7E048A: hue angle of 294.63º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7E048A is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 126 | 4 | 138 | - |
| CMYK | 0.09 | 0.97 | 0 | 0.46 |
| HSL | 294.63º | 0.94% | 0.28% | - |
| HSV(B) | 294.63º | 0.97% | 0.54% | - |
| XYZ | 13.24 | 6.36 | 24.57 | - |
| YUV | 55.75 | 174.42 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 4 | 138 | 0.09 | 0.97 | 0 | 0.46 | 294.63 | 0.94 | 0.28 |
| Hex | 7E | 4 | 8A | 9 | 61 | 0 | 2E | 127 | 5E | 1C |
| Octal | 176 | 4 | 212 | 11 | 141 | 0 | 56 | 447 | 136 | 34 |
| Binary | 1111110 | 100 | 10001010 | 1001 | 1100001 | 0 | 101110 | 100100111 | 1011110 | 11100 |
Color Harmonies of #7E048A
Complementary color
Monochromatic Colors of #7E048A
Black with #7E048A
Text Example
Text Example
White with #7E048A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E048A; }
p { color: rgb(126,4,138); }
H1.HeaderClassName
{
color: #7E048A;
}
.AnyTagClassName
{
color: #7E048A;
}
</style>
background-color css
<style>
a { background-color: #7E048A; }
a { background-color: rgb(126,4,138); }
div.DivClassName
{
background-color: #7E048A;
}
.BgClassName
{
background-color: #7E048A;
}
</style>
border-color css
<style>
span { border-color: #7E048A; }
span { border-color: rgb(126,4,138); }
td.TdClassName
{
border-color: #7E048A;
}
.TagClassName
{
border-color: #7E048A;
}
</style>