Shades of Purple #7E0078
Tints of Purple #7E0078
RGB
CMYK
RGB Variations
Color information
#7E0078 (or 0x7E0078) is known color: Purple. HEX triplet: 7E, 00 and 78. RGB value is (126,0,120). Sum of RGB (Red+Green+Blue) = 126+0+120=246 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.22% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 120 (47.27% from 255 or 48.78% from 246); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0078 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0078 is #81FF87. Grayscale: #333333. Windows color (decimal): -8519560 or 7864446. OLE color: 7864446.
HSL color Cylindrical-coordinate representation of color #7E0078: hue angle of 302.86º 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 #7E0078 is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 0 | 120 | - |
| CMYK | 0 | 1 | 0.05 | 0.51 |
| HSL | 302.86º | 1% | 0.25% | - |
| HSV(B) | 302.86º | 1% | 0.49% | - |
| XYZ | 11.99 | 5.79 | 18.26 | - |
| YUV | 51.35 | 166.74 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 0 | 120 | 0 | 1 | 0.05 | 0.51 | 302.86 | 1 | 0.25 |
| Hex | 7E | 0 | 78 | 0 | 64 | 5 | 33 | 12F | 64 | 19 |
| Octal | 176 | 0 | 170 | 0 | 144 | 5 | 63 | 457 | 144 | 31 |
| Binary | 1111110 | 0 | 1111000 | 0 | 1100100 | 101 | 110011 | 100101111 | 1100100 | 11001 |
Color Harmonies of #7E0078
Complementary color
Monochromatic Colors of #7E0078
Black with #7E0078
Text Example
Text Example
White with #7E0078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0078; }
p { color: rgb(126,0,120); }
H1.HeaderClassName
{
color: #7E0078;
}
.AnyTagClassName
{
color: #7E0078;
}
</style>
background-color css
<style>
a { background-color: #7E0078; }
a { background-color: rgb(126,0,120); }
div.DivClassName
{
background-color: #7E0078;
}
.BgClassName
{
background-color: #7E0078;
}
</style>
border-color css
<style>
span { border-color: #7E0078; }
span { border-color: rgb(126,0,120); }
td.TdClassName
{
border-color: #7E0078;
}
.TagClassName
{
border-color: #7E0078;
}
</style>