Shades of Eminence #77417D
Tints of Eminence #77417D
RGB
CMYK
RGB Variations
Color information
#77417D (or 0x77417D) is known color: Eminence. HEX triplet: 77, 41 and 7D. RGB value is (119,65,125). Sum of RGB (Red+Green+Blue) = 119+65+125=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 125 - color contains mainly: blue. Hex color #77417D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77417D is #88BE82. Grayscale: #575757. Windows color (decimal): -8961667 or 8208759. OLE color: 8208759.
HSL color Cylindrical-coordinate representation of color #77417D: hue angle of 294º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77417D is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 65 | 125 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.51 |
| HSL | 294º | 0.32% | 0.37% | - |
| HSV(B) | 294º | 0.48% | 0.49% | - |
| XYZ | 13.2 | 9.18 | 20.48 | - |
| YUV | 87.99 | 148.89 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 65 | 125 | 0.05 | 0.48 | 0 | 0.51 | 294 | 0.32 | 0.37 |
| Hex | 77 | 41 | 7D | 5 | 30 | 0 | 33 | 126 | 20 | 25 |
| Octal | 167 | 101 | 175 | 5 | 60 | 0 | 63 | 446 | 40 | 45 |
| Binary | 1110111 | 1000001 | 1111101 | 101 | 110000 | 0 | 110011 | 100100110 | 100000 | 100101 |
Color Harmonies of #77417D
Complementary color
Monochromatic Colors of #77417D
Black with #77417D
Text Example
Text Example
White with #77417D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77417D; }
p { color: rgb(119,65,125); }
H1.HeaderClassName
{
color: #77417D;
}
.AnyTagClassName
{
color: #77417D;
}
</style>
background-color css
<style>
a { background-color: #77417D; }
a { background-color: rgb(119,65,125); }
div.DivClassName
{
background-color: #77417D;
}
.BgClassName
{
background-color: #77417D;
}
</style>
border-color css
<style>
span { border-color: #77417D; }
span { border-color: rgb(119,65,125); }
td.TdClassName
{
border-color: #77417D;
}
.TagClassName
{
border-color: #77417D;
}
</style>