Shades of Eminence #763C6D
Tints of Eminence #763C6D
RGB
CMYK
RGB Variations
Color information
#763C6D (or 0x763C6D) is known color: Eminence. HEX triplet: 76, 3C and 6D. RGB value is (118,60,109). Sum of RGB (Red+Green+Blue) = 118+60+109=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 118 - color contains mainly: red. Hex color #763C6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763C6D is #89C392. Grayscale: #525252. Windows color (decimal): -9028499 or 7158902. OLE color: 7158902.
HSL color Cylindrical-coordinate representation of color #763C6D: hue angle of 309.31º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #763C6D is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 60 | 109 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.54 |
| HSL | 309.31º | 0.33% | 0.35% | - |
| HSV(B) | 309.31º | 0.49% | 0.46% | - |
| XYZ | 11.85 | 8.19 | 15.42 | - |
| YUV | 82.93 | 142.72 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 60 | 109 | 0 | 0.49 | 0.08 | 0.54 | 309.31 | 0.33 | 0.35 |
| Hex | 76 | 3C | 6D | 0 | 31 | 8 | 36 | 135 | 21 | 23 |
| Octal | 166 | 74 | 155 | 0 | 61 | 10 | 66 | 465 | 41 | 43 |
| Binary | 1110110 | 111100 | 1101101 | 0 | 110001 | 1000 | 110110 | 100110101 | 100001 | 100011 |
Color Harmonies of #763C6D
Complementary color
Monochromatic Colors of #763C6D
Black with #763C6D
Text Example
Text Example
White with #763C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763C6D; }
p { color: rgb(118,60,109); }
H1.HeaderClassName
{
color: #763C6D;
}
.AnyTagClassName
{
color: #763C6D;
}
</style>
background-color css
<style>
a { background-color: #763C6D; }
a { background-color: rgb(118,60,109); }
div.DivClassName
{
background-color: #763C6D;
}
.BgClassName
{
background-color: #763C6D;
}
</style>
border-color css
<style>
span { border-color: #763C6D; }
span { border-color: rgb(118,60,109); }
td.TdClassName
{
border-color: #763C6D;
}
.TagClassName
{
border-color: #763C6D;
}
</style>