Shades of Eminence #762D81
Tints of Eminence #762D81
RGB
CMYK
RGB Variations
Color information
#762D81 (or 0x762D81) is known color: Eminence. HEX triplet: 76, 2D and 81. RGB value is (118,45,129). Sum of RGB (Red+Green+Blue) = 118+45+129=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 129 (50.78% from 255 or 44.18% from 292); Max value from RGB is 129 - color contains mainly: blue. Hex color #762D81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762D81 is #89D27E. Grayscale: #4C4C4C. Windows color (decimal): -9032319 or 8465782. OLE color: 8465782.
HSL color Cylindrical-coordinate representation of color #762D81: hue angle of 292.14º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #762D81 is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 45 | 129 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.49 |
| HSL | 292.14º | 0.48% | 0.34% | - |
| HSV(B) | 292.14º | 0.65% | 0.51% | - |
| XYZ | 12.37 | 7.31 | 21.53 | - |
| YUV | 76.4 | 157.68 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 45 | 129 | 0.09 | 0.65 | 0 | 0.49 | 292.14 | 0.48 | 0.34 |
| Hex | 76 | 2D | 81 | 9 | 41 | 0 | 31 | 124 | 30 | 22 |
| Octal | 166 | 55 | 201 | 11 | 101 | 0 | 61 | 444 | 60 | 42 |
| Binary | 1110110 | 101101 | 10000001 | 1001 | 1000001 | 0 | 110001 | 100100100 | 110000 | 100010 |
Color Harmonies of #762D81
Complementary color
Monochromatic Colors of #762D81
Black with #762D81
Text Example
Text Example
White with #762D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762D81; }
p { color: rgb(118,45,129); }
H1.HeaderClassName
{
color: #762D81;
}
.AnyTagClassName
{
color: #762D81;
}
</style>
background-color css
<style>
a { background-color: #762D81; }
a { background-color: rgb(118,45,129); }
div.DivClassName
{
background-color: #762D81;
}
.BgClassName
{
background-color: #762D81;
}
</style>
border-color css
<style>
span { border-color: #762D81; }
span { border-color: rgb(118,45,129); }
td.TdClassName
{
border-color: #762D81;
}
.TagClassName
{
border-color: #762D81;
}
</style>