Shades of Eminence #762C7D
Tints of Eminence #762C7D
RGB
CMYK
RGB Variations
Color information
#762C7D (or 0x762C7D) is known color: Eminence. HEX triplet: 76, 2C and 7D. RGB value is (118,44,125). Sum of RGB (Red+Green+Blue) = 118+44+125=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 125 (49.22% from 255 or 43.55% from 287); Max value from RGB is 125 - color contains mainly: blue. Hex color #762C7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762C7D is #89D382. Grayscale: #4B4B4B. Windows color (decimal): -9032579 or 8203382. OLE color: 8203382.
HSL color Cylindrical-coordinate representation of color #762C7D: hue angle of 294.81º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #762C7D is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 44 | 125 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.51 |
| HSL | 294.81º | 0.48% | 0.33% | - |
| HSV(B) | 294.81º | 0.65% | 0.49% | - |
| XYZ | 12.07 | 7.13 | 20.14 | - |
| YUV | 75.36 | 156.02 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 44 | 125 | 0.06 | 0.65 | 0 | 0.51 | 294.81 | 0.48 | 0.33 |
| Hex | 76 | 2C | 7D | 6 | 41 | 0 | 33 | 127 | 30 | 21 |
| Octal | 166 | 54 | 175 | 6 | 101 | 0 | 63 | 447 | 60 | 41 |
| Binary | 1110110 | 101100 | 1111101 | 110 | 1000001 | 0 | 110011 | 100100111 | 110000 | 100001 |
Color Harmonies of #762C7D
Complementary color
Monochromatic Colors of #762C7D
Black with #762C7D
Text Example
Text Example
White with #762C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762C7D; }
p { color: rgb(118,44,125); }
H1.HeaderClassName
{
color: #762C7D;
}
.AnyTagClassName
{
color: #762C7D;
}
</style>
background-color css
<style>
a { background-color: #762C7D; }
a { background-color: rgb(118,44,125); }
div.DivClassName
{
background-color: #762C7D;
}
.BgClassName
{
background-color: #762C7D;
}
</style>
border-color css
<style>
span { border-color: #762C7D; }
span { border-color: rgb(118,44,125); }
td.TdClassName
{
border-color: #762C7D;
}
.TagClassName
{
border-color: #762C7D;
}
</style>