Shades of Eminence #7E3F72
Tints of Eminence #7E3F72
RGB
CMYK
RGB Variations
Color information
#7E3F72 (or 0x7E3F72) is known color: Eminence. HEX triplet: 7E, 3F and 72. RGB value is (126,63,114). Sum of RGB (Red+Green+Blue) = 126+63+114=303 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.58% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3F72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3F72 is #81C08D. Grayscale: #575757. Windows color (decimal): -8503438 or 7487358. OLE color: 7487358.
HSL color Cylindrical-coordinate representation of color #7E3F72: hue angle of 311.43º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7E3F72 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 63 | 114 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.51 |
| HSL | 311.43º | 0.33% | 0.37% | - |
| HSV(B) | 311.43º | 0.5% | 0.49% | - |
| XYZ | 13.42 | 9.21 | 16.99 | - |
| YUV | 87.65 | 142.87 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 63 | 114 | 0 | 0.50 | 0.10 | 0.51 | 311.43 | 0.33 | 0.37 |
| Hex | 7E | 3F | 72 | 0 | 32 | A | 33 | 137 | 21 | 25 |
| Octal | 176 | 77 | 162 | 0 | 62 | 12 | 63 | 467 | 41 | 45 |
| Binary | 1111110 | 111111 | 1110010 | 0 | 110010 | 1010 | 110011 | 100110111 | 100001 | 100101 |
Color Harmonies of #7E3F72
Complementary color
Monochromatic Colors of #7E3F72
Black with #7E3F72
Text Example
Text Example
White with #7E3F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3F72; }
p { color: rgb(126,63,114); }
H1.HeaderClassName
{
color: #7E3F72;
}
.AnyTagClassName
{
color: #7E3F72;
}
</style>
background-color css
<style>
a { background-color: #7E3F72; }
a { background-color: rgb(126,63,114); }
div.DivClassName
{
background-color: #7E3F72;
}
.BgClassName
{
background-color: #7E3F72;
}
</style>
border-color css
<style>
span { border-color: #7E3F72; }
span { border-color: rgb(126,63,114); }
td.TdClassName
{
border-color: #7E3F72;
}
.TagClassName
{
border-color: #7E3F72;
}
</style>