Shades of Purple #7E078B
Tints of Purple #7E078B
RGB
CMYK
RGB Variations
Color information
#7E078B (or 0x7E078B) is known color: Purple. HEX triplet: 7E, 07 and 8B. RGB value is (126,7,139). Sum of RGB (Red+Green+Blue) = 126+7+139=272 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.32% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 139 (54.69% from 255 or 51.10% from 272); Max value from RGB is 139 - color contains mainly: blue. Hex color #7E078B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E078B is #81F874. Grayscale: #393939. Windows color (decimal): -8517749 or 9111422. OLE color: 9111422.
HSL color Cylindrical-coordinate representation of color #7E078B: hue angle of 294.09º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7E078B is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 126 | 7 | 139 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.45 |
| HSL | 294.09º | 0.9% | 0.29% | - |
| HSV(B) | 294.09º | 0.95% | 0.55% | - |
| XYZ | 13.34 | 6.45 | 24.97 | - |
| YUV | 57.63 | 173.92 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 7 | 139 | 0.09 | 0.95 | 0 | 0.45 | 294.09 | 0.9 | 0.29 |
| Hex | 7E | 7 | 8B | 9 | 5F | 0 | 2D | 126 | 5A | 1D |
| Octal | 176 | 7 | 213 | 11 | 137 | 0 | 55 | 446 | 132 | 35 |
| Binary | 1111110 | 111 | 10001011 | 1001 | 1011111 | 0 | 101101 | 100100110 | 1011010 | 11101 |
Color Harmonies of #7E078B
Complementary color
Monochromatic Colors of #7E078B
Black with #7E078B
Text Example
Text Example
White with #7E078B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E078B; }
p { color: rgb(126,7,139); }
H1.HeaderClassName
{
color: #7E078B;
}
.AnyTagClassName
{
color: #7E078B;
}
</style>
background-color css
<style>
a { background-color: #7E078B; }
a { background-color: rgb(126,7,139); }
div.DivClassName
{
background-color: #7E078B;
}
.BgClassName
{
background-color: #7E078B;
}
</style>
border-color css
<style>
span { border-color: #7E078B; }
span { border-color: rgb(126,7,139); }
td.TdClassName
{
border-color: #7E078B;
}
.TagClassName
{
border-color: #7E078B;
}
</style>