Shades of Purple #7E086D
Tints of Purple #7E086D
RGB
CMYK
RGB Variations
Color information
#7E086D (or 0x7E086D) is known color: Purple. HEX triplet: 7E, 08 and 6D. RGB value is (126,8,109). Sum of RGB (Red+Green+Blue) = 126+8+109=243 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.85% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 126 - color contains mainly: red. Hex color #7E086D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E086D is #81F792. Grayscale: #363636. Windows color (decimal): -8517523 or 7145598. OLE color: 7145598.
HSL color Cylindrical-coordinate representation of color #7E086D: hue angle of 308.64º 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 #7E086D is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 8 | 109 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.51 |
| HSL | 308.64º | 0.88% | 0.26% | - |
| HSV(B) | 308.64º | 0.94% | 0.49% | - |
| XYZ | 11.45 | 5.71 | 14.97 | - |
| YUV | 54.8 | 158.59 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 8 | 109 | 0 | 0.94 | 0.13 | 0.51 | 308.64 | 0.88 | 0.26 |
| Hex | 7E | 8 | 6D | 0 | 5E | D | 33 | 135 | 58 | 1A |
| Octal | 176 | 10 | 155 | 0 | 136 | 15 | 63 | 465 | 130 | 32 |
| Binary | 1111110 | 1000 | 1101101 | 0 | 1011110 | 1101 | 110011 | 100110101 | 1011000 | 11010 |
Color Harmonies of #7E086D
Complementary color
Monochromatic Colors of #7E086D
Black with #7E086D
Text Example
Text Example
White with #7E086D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E086D; }
p { color: rgb(126,8,109); }
H1.HeaderClassName
{
color: #7E086D;
}
.AnyTagClassName
{
color: #7E086D;
}
</style>
background-color css
<style>
a { background-color: #7E086D; }
a { background-color: rgb(126,8,109); }
div.DivClassName
{
background-color: #7E086D;
}
.BgClassName
{
background-color: #7E086D;
}
</style>
border-color css
<style>
span { border-color: #7E086D; }
span { border-color: rgb(126,8,109); }
td.TdClassName
{
border-color: #7E086D;
}
.TagClassName
{
border-color: #7E086D;
}
</style>