Shades of Purple #7E0879
Tints of Purple #7E0879
RGB
CMYK
RGB Variations
Color information
#7E0879 (or 0x7E0879) is known color: Purple. HEX triplet: 7E, 08 and 79. RGB value is (126,8,121). Sum of RGB (Red+Green+Blue) = 126+8+121=255 (33% of max value = 765). Red value is 126 (49.61% from 255 or 49.41% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 121 (47.66% from 255 or 47.45% from 255); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0879 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0879 is #81F786. Grayscale: #373737. Windows color (decimal): -8517511 or 7932030. OLE color: 7932030.
HSL color Cylindrical-coordinate representation of color #7E0879: hue angle of 302.54º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7E0879 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 8 | 121 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.51 |
| HSL | 302.54º | 0.88% | 0.26% | - |
| HSV(B) | 302.54º | 0.94% | 0.49% | - |
| XYZ | 12.14 | 5.99 | 18.61 | - |
| YUV | 56.16 | 164.59 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 8 | 121 | 0 | 0.94 | 0.04 | 0.51 | 302.54 | 0.88 | 0.26 |
| Hex | 7E | 8 | 79 | 0 | 5E | 4 | 33 | 12F | 58 | 1A |
| Octal | 176 | 10 | 171 | 0 | 136 | 4 | 63 | 457 | 130 | 32 |
| Binary | 1111110 | 1000 | 1111001 | 0 | 1011110 | 100 | 110011 | 100101111 | 1011000 | 11010 |
Color Harmonies of #7E0879
Complementary color
Monochromatic Colors of #7E0879
Black with #7E0879
Text Example
Text Example
White with #7E0879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0879; }
p { color: rgb(126,8,121); }
H1.HeaderClassName
{
color: #7E0879;
}
.AnyTagClassName
{
color: #7E0879;
}
</style>
background-color css
<style>
a { background-color: #7E0879; }
a { background-color: rgb(126,8,121); }
div.DivClassName
{
background-color: #7E0879;
}
.BgClassName
{
background-color: #7E0879;
}
</style>
border-color css
<style>
span { border-color: #7E0879; }
span { border-color: rgb(126,8,121); }
td.TdClassName
{
border-color: #7E0879;
}
.TagClassName
{
border-color: #7E0879;
}
</style>