Shades of Purple #7E0070
Tints of Purple #7E0070
RGB
CMYK
RGB Variations
Color information
#7E0070 (or 0x7E0070) is known color: Purple. HEX triplet: 7E, 00 and 70. RGB value is (126,0,112). Sum of RGB (Red+Green+Blue) = 126+0+112=238 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.94% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 112 (44.14% from 255 or 47.06% from 238); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0070 is #81FF8F. Grayscale: #323232. Windows color (decimal): -8519568 or 7340158. OLE color: 7340158.
HSL color Cylindrical-coordinate representation of color #7E0070: hue angle of 306.67º 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 #7E0070 is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 0 | 112 | - |
| CMYK | 0 | 1 | 0.11 | 0.51 |
| HSL | 306.67º | 1% | 0.25% | - |
| HSV(B) | 306.67º | 1% | 0.49% | - |
| XYZ | 11.53 | 5.61 | 15.8 | - |
| YUV | 50.44 | 162.74 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 0 | 112 | 0 | 1 | 0.11 | 0.51 | 306.67 | 1 | 0.25 |
| Hex | 7E | 0 | 70 | 0 | 64 | B | 33 | 133 | 64 | 19 |
| Octal | 176 | 0 | 160 | 0 | 144 | 13 | 63 | 463 | 144 | 31 |
| Binary | 1111110 | 0 | 1110000 | 0 | 1100100 | 1011 | 110011 | 100110011 | 1100100 | 11001 |
Color Harmonies of #7E0070
Complementary color
Monochromatic Colors of #7E0070
Black with #7E0070
Text Example
Text Example
White with #7E0070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0070; }
p { color: rgb(126,0,112); }
H1.HeaderClassName
{
color: #7E0070;
}
.AnyTagClassName
{
color: #7E0070;
}
</style>
background-color css
<style>
a { background-color: #7E0070; }
a { background-color: rgb(126,0,112); }
div.DivClassName
{
background-color: #7E0070;
}
.BgClassName
{
background-color: #7E0070;
}
</style>
border-color css
<style>
span { border-color: #7E0070; }
span { border-color: rgb(126,0,112); }
td.TdClassName
{
border-color: #7E0070;
}
.TagClassName
{
border-color: #7E0070;
}
</style>