Shades of Purple #7E007A
Tints of Purple #7E007A
RGB
CMYK
RGB Variations
Color information
#7E007A (or 0x7E007A) is known color: Purple. HEX triplet: 7E, 00 and 7A. RGB value is (126,0,122). Sum of RGB (Red+Green+Blue) = 126+0+122=248 (32% of max value = 765). Red value is 126 (49.61% from 255 or 50.81% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 122 (48.05% from 255 or 49.19% from 248); Max value from RGB is 126 - color contains mainly: red. Hex color #7E007A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E007A is #81FF85. Grayscale: #333333. Windows color (decimal): -8519558 or 7995518. OLE color: 7995518.
HSL color Cylindrical-coordinate representation of color #7E007A: hue angle of 301.9º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7E007A is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 0 | 122 | - |
| CMYK | 0 | 1 | 0.03 | 0.51 |
| HSL | 301.9º | 1% | 0.25% | - |
| HSV(B) | 301.9º | 1% | 0.49% | - |
| XYZ | 12.12 | 5.84 | 18.9 | - |
| YUV | 51.58 | 167.74 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 0 | 122 | 0 | 1 | 0.03 | 0.51 | 301.9 | 1 | 0.25 |
| Hex | 7E | 0 | 7A | 0 | 64 | 3 | 33 | 12E | 64 | 19 |
| Octal | 176 | 0 | 172 | 0 | 144 | 3 | 63 | 456 | 144 | 31 |
| Binary | 1111110 | 0 | 1111010 | 0 | 1100100 | 11 | 110011 | 100101110 | 1100100 | 11001 |
Color Harmonies of #7E007A
Complementary color
Monochromatic Colors of #7E007A
Black with #7E007A
Text Example
Text Example
White with #7E007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E007A; }
p { color: rgb(126,0,122); }
H1.HeaderClassName
{
color: #7E007A;
}
.AnyTagClassName
{
color: #7E007A;
}
</style>
background-color css
<style>
a { background-color: #7E007A; }
a { background-color: rgb(126,0,122); }
div.DivClassName
{
background-color: #7E007A;
}
.BgClassName
{
background-color: #7E007A;
}
</style>
border-color css
<style>
span { border-color: #7E007A; }
span { border-color: rgb(126,0,122); }
td.TdClassName
{
border-color: #7E007A;
}
.TagClassName
{
border-color: #7E007A;
}
</style>