Shades of Purple #7E0986
Tints of Purple #7E0986
RGB
CMYK
RGB Variations
Color information
#7E0986 (or 0x7E0986) is known color: Purple. HEX triplet: 7E, 09 and 86. RGB value is (126,9,134). Sum of RGB (Red+Green+Blue) = 126+9+134=269 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.84% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 134 (52.73% from 255 or 49.81% from 269); Max value from RGB is 134 - color contains mainly: blue. Hex color #7E0986 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0986 is #81F679. Grayscale: #393939. Windows color (decimal): -8517242 or 8784254. OLE color: 8784254.
HSL color Cylindrical-coordinate representation of color #7E0986: hue angle of 296.16º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7E0986 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 9 | 134 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.47 |
| HSL | 296.16º | 0.87% | 0.28% | - |
| HSV(B) | 296.16º | 0.93% | 0.53% | - |
| XYZ | 13 | 6.35 | 23.09 | - |
| YUV | 58.23 | 170.76 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 9 | 134 | 0.06 | 0.93 | 0 | 0.47 | 296.16 | 0.87 | 0.28 |
| Hex | 7E | 9 | 86 | 6 | 5D | 0 | 2F | 128 | 57 | 1C |
| Octal | 176 | 11 | 206 | 6 | 135 | 0 | 57 | 450 | 127 | 34 |
| Binary | 1111110 | 1001 | 10000110 | 110 | 1011101 | 0 | 101111 | 100101000 | 1010111 | 11100 |
Color Harmonies of #7E0986
Complementary color
Monochromatic Colors of #7E0986
Black with #7E0986
Text Example
Text Example
White with #7E0986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0986; }
p { color: rgb(126,9,134); }
H1.HeaderClassName
{
color: #7E0986;
}
.AnyTagClassName
{
color: #7E0986;
}
</style>
background-color css
<style>
a { background-color: #7E0986; }
a { background-color: rgb(126,9,134); }
div.DivClassName
{
background-color: #7E0986;
}
.BgClassName
{
background-color: #7E0986;
}
</style>
border-color css
<style>
span { border-color: #7E0986; }
span { border-color: rgb(126,9,134); }
td.TdClassName
{
border-color: #7E0986;
}
.TagClassName
{
border-color: #7E0986;
}
</style>