Shades of Eminence #763A7E
Tints of Eminence #763A7E
RGB
CMYK
RGB Variations
Color information
#763A7E (or 0x763A7E) is known color: Eminence. HEX triplet: 76, 3A and 7E. RGB value is (118,58,126). Sum of RGB (Red+Green+Blue) = 118+58+126=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 58 (23.05% from 255 or 19.21% from 302); Blue value is 126 (49.61% from 255 or 41.72% from 302); Max value from RGB is 126 - color contains mainly: blue. Hex color #763A7E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763A7E is #89C581. Grayscale: #535353. Windows color (decimal): -9028994 or 8272502. OLE color: 8272502.
HSL color Cylindrical-coordinate representation of color #763A7E: hue angle of 292.94º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #763A7E is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 58 | 126 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.51 |
| HSL | 292.94º | 0.37% | 0.36% | - |
| HSV(B) | 292.94º | 0.54% | 0.49% | - |
| XYZ | 12.75 | 8.38 | 20.68 | - |
| YUV | 83.69 | 151.88 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 58 | 126 | 0.06 | 0.54 | 0 | 0.51 | 292.94 | 0.37 | 0.36 |
| Hex | 76 | 3A | 7E | 6 | 36 | 0 | 33 | 125 | 25 | 24 |
| Octal | 166 | 72 | 176 | 6 | 66 | 0 | 63 | 445 | 45 | 44 |
| Binary | 1110110 | 111010 | 1111110 | 110 | 110110 | 0 | 110011 | 100100101 | 100101 | 100100 |
Color Harmonies of #763A7E
Complementary color
Monochromatic Colors of #763A7E
Black with #763A7E
Text Example
Text Example
White with #763A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763A7E; }
p { color: rgb(118,58,126); }
H1.HeaderClassName
{
color: #763A7E;
}
.AnyTagClassName
{
color: #763A7E;
}
</style>
background-color css
<style>
a { background-color: #763A7E; }
a { background-color: rgb(118,58,126); }
div.DivClassName
{
background-color: #763A7E;
}
.BgClassName
{
background-color: #763A7E;
}
</style>
border-color css
<style>
span { border-color: #763A7E; }
span { border-color: rgb(118,58,126); }
td.TdClassName
{
border-color: #763A7E;
}
.TagClassName
{
border-color: #763A7E;
}
</style>