Shades of Eminence #773B81
Tints of Eminence #773B81
RGB
CMYK
RGB Variations
Color information
#773B81 (or 0x773B81) is known color: Eminence. HEX triplet: 77, 3B and 81. RGB value is (119,59,129). Sum of RGB (Red+Green+Blue) = 119+59+129=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 59 (23.44% from 255 or 19.22% from 307); Blue value is 129 (50.78% from 255 or 42.02% from 307); Max value from RGB is 129 - color contains mainly: blue. Hex color #773B81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773B81 is #88C47E. Grayscale: #545454. Windows color (decimal): -8963199 or 8469367. OLE color: 8469367.
HSL color Cylindrical-coordinate representation of color #773B81: hue angle of 291.43º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #773B81 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 59 | 129 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.49 |
| HSL | 291.43º | 0.37% | 0.37% | - |
| HSV(B) | 291.43º | 0.54% | 0.51% | - |
| XYZ | 13.13 | 8.63 | 21.74 | - |
| YUV | 84.92 | 152.88 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 59 | 129 | 0.08 | 0.54 | 0 | 0.49 | 291.43 | 0.37 | 0.37 |
| Hex | 77 | 3B | 81 | 8 | 36 | 0 | 31 | 123 | 25 | 25 |
| Octal | 167 | 73 | 201 | 10 | 66 | 0 | 61 | 443 | 45 | 45 |
| Binary | 1110111 | 111011 | 10000001 | 1000 | 110110 | 0 | 110001 | 100100011 | 100101 | 100101 |
Color Harmonies of #773B81
Complementary color
Monochromatic Colors of #773B81
Black with #773B81
Text Example
Text Example
White with #773B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773B81; }
p { color: rgb(119,59,129); }
H1.HeaderClassName
{
color: #773B81;
}
.AnyTagClassName
{
color: #773B81;
}
</style>
background-color css
<style>
a { background-color: #773B81; }
a { background-color: rgb(119,59,129); }
div.DivClassName
{
background-color: #773B81;
}
.BgClassName
{
background-color: #773B81;
}
</style>
border-color css
<style>
span { border-color: #773B81; }
span { border-color: rgb(119,59,129); }
td.TdClassName
{
border-color: #773B81;
}
.TagClassName
{
border-color: #773B81;
}
</style>