Shades of Purple #7E118C
Tints of Purple #7E118C
RGB
CMYK
RGB Variations
Color information
#7E118C (or 0x7E118C) is known color: Purple. HEX triplet: 7E, 11 and 8C. RGB value is (126,17,140). Sum of RGB (Red+Green+Blue) = 126+17+140=283 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.52% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 140 (55.08% from 255 or 49.47% from 283); Max value from RGB is 140 - color contains mainly: blue. Hex color #7E118C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E118C is #81EE73. Grayscale: #3F3F3F. Windows color (decimal): -8515188 or 9179518. OLE color: 9179518.
HSL color Cylindrical-coordinate representation of color #7E118C: hue angle of 293.17º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7E118C is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 126 | 17 | 140 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.45 |
| HSL | 293.17º | 0.78% | 0.31% | - |
| HSV(B) | 293.17º | 0.88% | 0.55% | - |
| XYZ | 13.54 | 6.73 | 25.4 | - |
| YUV | 63.61 | 171.11 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 17 | 140 | 0.10 | 0.88 | 0 | 0.45 | 293.17 | 0.78 | 0.31 |
| Hex | 7E | 11 | 8C | A | 58 | 0 | 2D | 125 | 4E | 1F |
| Octal | 176 | 21 | 214 | 12 | 130 | 0 | 55 | 445 | 116 | 37 |
| Binary | 1111110 | 10001 | 10001100 | 1010 | 1011000 | 0 | 101101 | 100100101 | 1001110 | 11111 |
Color Harmonies of #7E118C
Complementary color
Monochromatic Colors of #7E118C
Black with #7E118C
Text Example
Text Example
White with #7E118C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E118C; }
p { color: rgb(126,17,140); }
H1.HeaderClassName
{
color: #7E118C;
}
.AnyTagClassName
{
color: #7E118C;
}
</style>
background-color css
<style>
a { background-color: #7E118C; }
a { background-color: rgb(126,17,140); }
div.DivClassName
{
background-color: #7E118C;
}
.BgClassName
{
background-color: #7E118C;
}
</style>
border-color css
<style>
span { border-color: #7E118C; }
span { border-color: rgb(126,17,140); }
td.TdClassName
{
border-color: #7E118C;
}
.TagClassName
{
border-color: #7E118C;
}
</style>