Shades of Eminence #763880
Tints of Eminence #763880
RGB
CMYK
RGB Variations
Color information
#763880 (or 0x763880) is known color: Eminence. HEX triplet: 76, 38 and 80. RGB value is (118,56,128). Sum of RGB (Red+Green+Blue) = 118+56+128=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 128 (50.39% from 255 or 42.38% from 302); Max value from RGB is 128 - color contains mainly: blue. Hex color #763880 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763880 is #89C77F. Grayscale: #525252. Windows color (decimal): -9029504 or 8403062. OLE color: 8403062.
HSL color Cylindrical-coordinate representation of color #763880: hue angle of 291.67º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #763880 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 56 | 128 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.50 |
| HSL | 291.67º | 0.39% | 0.36% | - |
| HSV(B) | 291.67º | 0.56% | 0.5% | - |
| XYZ | 12.78 | 8.24 | 21.34 | - |
| YUV | 82.75 | 153.54 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 56 | 128 | 0.08 | 0.56 | 0 | 0.50 | 291.67 | 0.39 | 0.36 |
| Hex | 76 | 38 | 80 | 8 | 38 | 0 | 32 | 124 | 27 | 24 |
| Octal | 166 | 70 | 200 | 10 | 70 | 0 | 62 | 444 | 47 | 44 |
| Binary | 1110110 | 111000 | 10000000 | 1000 | 111000 | 0 | 110010 | 100100100 | 100111 | 100100 |
Color Harmonies of #763880
Complementary color
Monochromatic Colors of #763880
Black with #763880
Text Example
Text Example
White with #763880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763880; }
p { color: rgb(118,56,128); }
H1.HeaderClassName
{
color: #763880;
}
.AnyTagClassName
{
color: #763880;
}
</style>
background-color css
<style>
a { background-color: #763880; }
a { background-color: rgb(118,56,128); }
div.DivClassName
{
background-color: #763880;
}
.BgClassName
{
background-color: #763880;
}
</style>
border-color css
<style>
span { border-color: #763880; }
span { border-color: rgb(118,56,128); }
td.TdClassName
{
border-color: #763880;
}
.TagClassName
{
border-color: #763880;
}
</style>