Shades of Purple #7E107A
Tints of Purple #7E107A
RGB
CMYK
RGB Variations
Color information
#7E107A (or 0x7E107A) is known color: Purple. HEX triplet: 7E, 10 and 7A. RGB value is (126,16,122). Sum of RGB (Red+Green+Blue) = 126+16+122=264 (34% of max value = 765). Red value is 126 (49.61% from 255 or 47.73% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 122 (48.05% from 255 or 46.21% from 264); Max value from RGB is 126 - color contains mainly: red. Hex color #7E107A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E107A is #81EF85. Grayscale: #3C3C3C. Windows color (decimal): -8515462 or 7999614. OLE color: 7999614.
HSL color Cylindrical-coordinate representation of color #7E107A: hue angle of 302.18º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7E107A is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 16 | 122 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.51 |
| HSL | 302.18º | 0.77% | 0.28% | - |
| HSV(B) | 302.18º | 0.87% | 0.49% | - |
| XYZ | 12.3 | 6.21 | 18.96 | - |
| YUV | 60.97 | 162.44 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 16 | 122 | 0 | 0.87 | 0.03 | 0.51 | 302.18 | 0.77 | 0.28 |
| Hex | 7E | 10 | 7A | 0 | 57 | 3 | 33 | 12E | 4D | 1C |
| Octal | 176 | 20 | 172 | 0 | 127 | 3 | 63 | 456 | 115 | 34 |
| Binary | 1111110 | 10000 | 1111010 | 0 | 1010111 | 11 | 110011 | 100101110 | 1001101 | 11100 |
Color Harmonies of #7E107A
Complementary color
Monochromatic Colors of #7E107A
Black with #7E107A
Text Example
Text Example
White with #7E107A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E107A; }
p { color: rgb(126,16,122); }
H1.HeaderClassName
{
color: #7E107A;
}
.AnyTagClassName
{
color: #7E107A;
}
</style>
background-color css
<style>
a { background-color: #7E107A; }
a { background-color: rgb(126,16,122); }
div.DivClassName
{
background-color: #7E107A;
}
.BgClassName
{
background-color: #7E107A;
}
</style>
border-color css
<style>
span { border-color: #7E107A; }
span { border-color: rgb(126,16,122); }
td.TdClassName
{
border-color: #7E107A;
}
.TagClassName
{
border-color: #7E107A;
}
</style>