Shades of Eminence #763E7C
Tints of Eminence #763E7C
RGB
CMYK
RGB Variations
Color information
#763E7C (or 0x763E7C) is known color: Eminence. HEX triplet: 76, 3E and 7C. RGB value is (118,62,124). Sum of RGB (Red+Green+Blue) = 118+62+124=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 62 (24.61% from 255 or 20.39% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 124 - color contains mainly: blue. Hex color #763E7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763E7C is #89C183. Grayscale: #555555. Windows color (decimal): -9027972 or 8142454. OLE color: 8142454.
HSL color Cylindrical-coordinate representation of color #763E7C: hue angle of 294.19º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #763E7C is Cyan = 0.05, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 62 | 124 | - |
| CMYK | 0.05 | 0.5 | 0 | 0.51 |
| HSL | 294.19º | 0.33% | 0.36% | - |
| HSV(B) | 294.19º | 0.5% | 0.49% | - |
| XYZ | 12.83 | 8.75 | 20.08 | - |
| YUV | 85.81 | 149.55 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 62 | 124 | 0.05 | 0.5 | 0 | 0.51 | 294.19 | 0.33 | 0.36 |
| Hex | 76 | 3E | 7C | 5 | 32 | 0 | 33 | 126 | 21 | 24 |
| Octal | 166 | 76 | 174 | 5 | 62 | 0 | 63 | 446 | 41 | 44 |
| Binary | 1110110 | 111110 | 1111100 | 101 | 110010 | 0 | 110011 | 100100110 | 100001 | 100100 |
Color Harmonies of #763E7C
Complementary color
Monochromatic Colors of #763E7C
Black with #763E7C
Text Example
Text Example
White with #763E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763E7C; }
p { color: rgb(118,62,124); }
H1.HeaderClassName
{
color: #763E7C;
}
.AnyTagClassName
{
color: #763E7C;
}
</style>
background-color css
<style>
a { background-color: #763E7C; }
a { background-color: rgb(118,62,124); }
div.DivClassName
{
background-color: #763E7C;
}
.BgClassName
{
background-color: #763E7C;
}
</style>
border-color css
<style>
span { border-color: #763E7C; }
span { border-color: rgb(118,62,124); }
td.TdClassName
{
border-color: #763E7C;
}
.TagClassName
{
border-color: #763E7C;
}
</style>