Shades of Purple #7E086E
Tints of Purple #7E086E
RGB
CMYK
RGB Variations
Color information
#7E086E (or 0x7E086E) is known color: Purple. HEX triplet: 7E, 08 and 6E. RGB value is (126,8,110). Sum of RGB (Red+Green+Blue) = 126+8+110=244 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.64% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 110 (43.36% from 255 or 45.08% from 244); Max value from RGB is 126 - color contains mainly: red. Hex color #7E086E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E086E is #81F791. Grayscale: #363636. Windows color (decimal): -8517522 or 7211134. OLE color: 7211134.
HSL color Cylindrical-coordinate representation of color #7E086E: hue angle of 308.14º 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 #7E086E is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 8 | 110 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.51 |
| HSL | 308.14º | 0.88% | 0.26% | - |
| HSV(B) | 308.14º | 0.94% | 0.49% | - |
| XYZ | 11.51 | 5.74 | 15.25 | - |
| YUV | 54.91 | 159.09 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 8 | 110 | 0 | 0.94 | 0.13 | 0.51 | 308.14 | 0.88 | 0.26 |
| Hex | 7E | 8 | 6E | 0 | 5E | D | 33 | 134 | 58 | 1A |
| Octal | 176 | 10 | 156 | 0 | 136 | 15 | 63 | 464 | 130 | 32 |
| Binary | 1111110 | 1000 | 1101110 | 0 | 1011110 | 1101 | 110011 | 100110100 | 1011000 | 11010 |
Color Harmonies of #7E086E
Complementary color
Monochromatic Colors of #7E086E
Black with #7E086E
Text Example
Text Example
White with #7E086E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E086E; }
p { color: rgb(126,8,110); }
H1.HeaderClassName
{
color: #7E086E;
}
.AnyTagClassName
{
color: #7E086E;
}
</style>
background-color css
<style>
a { background-color: #7E086E; }
a { background-color: rgb(126,8,110); }
div.DivClassName
{
background-color: #7E086E;
}
.BgClassName
{
background-color: #7E086E;
}
</style>
border-color css
<style>
span { border-color: #7E086E; }
span { border-color: rgb(126,8,110); }
td.TdClassName
{
border-color: #7E086E;
}
.TagClassName
{
border-color: #7E086E;
}
</style>