Shades of Eminence #77417F
Tints of Eminence #77417F
RGB
CMYK
RGB Variations
Color information
#77417F (or 0x77417F) is known color: Eminence. HEX triplet: 77, 41 and 7F. RGB value is (119,65,127). Sum of RGB (Red+Green+Blue) = 119+65+127=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 127 - color contains mainly: blue. Hex color #77417F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77417F is #88BE80. Grayscale: #585858. Windows color (decimal): -8961665 or 8339831. OLE color: 8339831.
HSL color Cylindrical-coordinate representation of color #77417F: hue angle of 292.26º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77417F is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 65 | 127 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.50 |
| HSL | 292.26º | 0.32% | 0.38% | - |
| HSV(B) | 292.26º | 0.49% | 0.5% | - |
| XYZ | 13.33 | 9.23 | 21.16 | - |
| YUV | 88.21 | 149.89 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 65 | 127 | 0.06 | 0.49 | 0 | 0.50 | 292.26 | 0.32 | 0.38 |
| Hex | 77 | 41 | 7F | 6 | 31 | 0 | 32 | 124 | 20 | 26 |
| Octal | 167 | 101 | 177 | 6 | 61 | 0 | 62 | 444 | 40 | 46 |
| Binary | 1110111 | 1000001 | 1111111 | 110 | 110001 | 0 | 110010 | 100100100 | 100000 | 100110 |
Color Harmonies of #77417F
Complementary color
Monochromatic Colors of #77417F
Black with #77417F
Text Example
Text Example
White with #77417F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77417F; }
p { color: rgb(119,65,127); }
H1.HeaderClassName
{
color: #77417F;
}
.AnyTagClassName
{
color: #77417F;
}
</style>
background-color css
<style>
a { background-color: #77417F; }
a { background-color: rgb(119,65,127); }
div.DivClassName
{
background-color: #77417F;
}
.BgClassName
{
background-color: #77417F;
}
</style>
border-color css
<style>
span { border-color: #77417F; }
span { border-color: rgb(119,65,127); }
td.TdClassName
{
border-color: #77417F;
}
.TagClassName
{
border-color: #77417F;
}
</style>