Shades of Purple #7E0386
Tints of Purple #7E0386
RGB
CMYK
RGB Variations
Color information
#7E0386 (or 0x7E0386) is known color: Purple. HEX triplet: 7E, 03 and 86. RGB value is (126,3,134). Sum of RGB (Red+Green+Blue) = 126+3+134=263 (34% of max value = 765). Red value is 126 (49.61% from 255 or 47.91% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 134 (52.73% from 255 or 50.95% from 263); Max value from RGB is 134 - color contains mainly: blue. Hex color #7E0386 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0386 is #81FC79. Grayscale: #363636. Windows color (decimal): -8518778 or 8782718. OLE color: 8782718.
HSL color Cylindrical-coordinate representation of color #7E0386: hue angle of 296.34º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7E0386 is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 3 | 134 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.47 |
| HSL | 296.34º | 0.96% | 0.27% | - |
| HSV(B) | 296.34º | 0.98% | 0.53% | - |
| XYZ | 12.94 | 6.22 | 23.07 | - |
| YUV | 54.71 | 172.75 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 3 | 134 | 0.06 | 0.98 | 0 | 0.47 | 296.34 | 0.96 | 0.27 |
| Hex | 7E | 3 | 86 | 6 | 62 | 0 | 2F | 128 | 60 | 1B |
| Octal | 176 | 3 | 206 | 6 | 142 | 0 | 57 | 450 | 140 | 33 |
| Binary | 1111110 | 11 | 10000110 | 110 | 1100010 | 0 | 101111 | 100101000 | 1100000 | 11011 |
Color Harmonies of #7E0386
Complementary color
Monochromatic Colors of #7E0386
Black with #7E0386
Text Example
Text Example
White with #7E0386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0386; }
p { color: rgb(126,3,134); }
H1.HeaderClassName
{
color: #7E0386;
}
.AnyTagClassName
{
color: #7E0386;
}
</style>
background-color css
<style>
a { background-color: #7E0386; }
a { background-color: rgb(126,3,134); }
div.DivClassName
{
background-color: #7E0386;
}
.BgClassName
{
background-color: #7E0386;
}
</style>
border-color css
<style>
span { border-color: #7E0386; }
span { border-color: rgb(126,3,134); }
td.TdClassName
{
border-color: #7E0386;
}
.TagClassName
{
border-color: #7E0386;
}
</style>