Shades of Purple #7E118A
Tints of Purple #7E118A
RGB
CMYK
RGB Variations
Color information
#7E118A (or 0x7E118A) is known color: Purple. HEX triplet: 7E, 11 and 8A. RGB value is (126,17,138). Sum of RGB (Red+Green+Blue) = 126+17+138=281 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.84% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 138 (54.30% from 255 or 49.11% from 281); Max value from RGB is 138 - color contains mainly: blue. Hex color #7E118A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E118A is #81EE75. Grayscale: #3F3F3F. Windows color (decimal): -8515190 or 9048446. OLE color: 9048446.
HSL color Cylindrical-coordinate representation of color #7E118A: hue angle of 294.05º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7E118A is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 126 | 17 | 138 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.46 |
| HSL | 294.05º | 0.78% | 0.3% | - |
| HSV(B) | 294.05º | 0.88% | 0.54% | - |
| XYZ | 13.39 | 6.67 | 24.63 | - |
| YUV | 63.39 | 170.11 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 17 | 138 | 0.09 | 0.88 | 0 | 0.46 | 294.05 | 0.78 | 0.3 |
| Hex | 7E | 11 | 8A | 9 | 58 | 0 | 2E | 126 | 4E | 1E |
| Octal | 176 | 21 | 212 | 11 | 130 | 0 | 56 | 446 | 116 | 36 |
| Binary | 1111110 | 10001 | 10001010 | 1001 | 1011000 | 0 | 101110 | 100100110 | 1001110 | 11110 |
Color Harmonies of #7E118A
Complementary color
Monochromatic Colors of #7E118A
Black with #7E118A
Text Example
Text Example
White with #7E118A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E118A; }
p { color: rgb(126,17,138); }
H1.HeaderClassName
{
color: #7E118A;
}
.AnyTagClassName
{
color: #7E118A;
}
</style>
background-color css
<style>
a { background-color: #7E118A; }
a { background-color: rgb(126,17,138); }
div.DivClassName
{
background-color: #7E118A;
}
.BgClassName
{
background-color: #7E118A;
}
</style>
border-color css
<style>
span { border-color: #7E118A; }
span { border-color: rgb(126,17,138); }
td.TdClassName
{
border-color: #7E118A;
}
.TagClassName
{
border-color: #7E118A;
}
</style>