Shades of Eminence #763B6D
Tints of Eminence #763B6D
RGB
CMYK
RGB Variations
Color information
#763B6D (or 0x763B6D) is known color: Eminence. HEX triplet: 76, 3B and 6D. RGB value is (118,59,109). Sum of RGB (Red+Green+Blue) = 118+59+109=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 59 (23.44% from 255 or 20.63% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 118 - color contains mainly: red. Hex color #763B6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763B6D is #89C492. Grayscale: #525252. Windows color (decimal): -9028755 or 7158646. OLE color: 7158646.
HSL color Cylindrical-coordinate representation of color #763B6D: hue angle of 309.15º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #763B6D is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 59 | 109 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.54 |
| HSL | 309.15º | 0.33% | 0.35% | - |
| HSV(B) | 309.15º | 0.5% | 0.46% | - |
| XYZ | 11.8 | 8.08 | 15.41 | - |
| YUV | 82.34 | 143.05 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 59 | 109 | 0 | 0.50 | 0.08 | 0.54 | 309.15 | 0.33 | 0.35 |
| Hex | 76 | 3B | 6D | 0 | 32 | 8 | 36 | 135 | 21 | 23 |
| Octal | 166 | 73 | 155 | 0 | 62 | 10 | 66 | 465 | 41 | 43 |
| Binary | 1110110 | 111011 | 1101101 | 0 | 110010 | 1000 | 110110 | 100110101 | 100001 | 100011 |
Color Harmonies of #763B6D
Complementary color
Monochromatic Colors of #763B6D
Black with #763B6D
Text Example
Text Example
White with #763B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763B6D; }
p { color: rgb(118,59,109); }
H1.HeaderClassName
{
color: #763B6D;
}
.AnyTagClassName
{
color: #763B6D;
}
</style>
background-color css
<style>
a { background-color: #763B6D; }
a { background-color: rgb(118,59,109); }
div.DivClassName
{
background-color: #763B6D;
}
.BgClassName
{
background-color: #763B6D;
}
</style>
border-color css
<style>
span { border-color: #763B6D; }
span { border-color: rgb(118,59,109); }
td.TdClassName
{
border-color: #763B6D;
}
.TagClassName
{
border-color: #763B6D;
}
</style>