Shades of Eminence #7E337A
Tints of Eminence #7E337A
RGB
CMYK
RGB Variations
Color information
#7E337A (or 0x7E337A) is known color: Eminence. HEX triplet: 7E, 33 and 7A. RGB value is (126,51,122). Sum of RGB (Red+Green+Blue) = 126+51+122=299 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.14% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 126 - color contains mainly: red. Hex color #7E337A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E337A is #81CC85. Grayscale: #515151. Windows color (decimal): -8506502 or 8008574. OLE color: 8008574.
HSL color Cylindrical-coordinate representation of color #7E337A: hue angle of 303.2º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E337A is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 51 | 122 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.51 |
| HSL | 303.2º | 0.42% | 0.35% | - |
| HSV(B) | 303.2º | 0.6% | 0.49% | - |
| XYZ | 13.3 | 8.21 | 19.3 | - |
| YUV | 81.52 | 150.85 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 51 | 122 | 0 | 0.60 | 0.03 | 0.51 | 303.2 | 0.42 | 0.35 |
| Hex | 7E | 33 | 7A | 0 | 3C | 3 | 33 | 12F | 2A | 23 |
| Octal | 176 | 63 | 172 | 0 | 74 | 3 | 63 | 457 | 52 | 43 |
| Binary | 1111110 | 110011 | 1111010 | 0 | 111100 | 11 | 110011 | 100101111 | 101010 | 100011 |
Color Harmonies of #7E337A
Complementary color
Monochromatic Colors of #7E337A
Black with #7E337A
Text Example
Text Example
White with #7E337A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E337A; }
p { color: rgb(126,51,122); }
H1.HeaderClassName
{
color: #7E337A;
}
.AnyTagClassName
{
color: #7E337A;
}
</style>
background-color css
<style>
a { background-color: #7E337A; }
a { background-color: rgb(126,51,122); }
div.DivClassName
{
background-color: #7E337A;
}
.BgClassName
{
background-color: #7E337A;
}
</style>
border-color css
<style>
span { border-color: #7E337A; }
span { border-color: rgb(126,51,122); }
td.TdClassName
{
border-color: #7E337A;
}
.TagClassName
{
border-color: #7E337A;
}
</style>