Shades of Eminence #77287C
Tints of Eminence #77287C
RGB
CMYK
RGB Variations
Color information
#77287C (or 0x77287C) is known color: Eminence. HEX triplet: 77, 28 and 7C. RGB value is (119,40,124). Sum of RGB (Red+Green+Blue) = 119+40+124=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 124 - color contains mainly: blue. Hex color #77287C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77287C is #88D783. Grayscale: #484848. Windows color (decimal): -8968068 or 8136823. OLE color: 8136823.
HSL color Cylindrical-coordinate representation of color #77287C: hue angle of 296.43º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #77287C is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 40 | 124 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.51 |
| HSL | 296.43º | 0.51% | 0.32% | - |
| HSV(B) | 296.43º | 0.68% | 0.49% | - |
| XYZ | 12 | 6.89 | 19.77 | - |
| YUV | 73.2 | 156.67 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 40 | 124 | 0.04 | 0.68 | 0 | 0.51 | 296.43 | 0.51 | 0.32 |
| Hex | 77 | 28 | 7C | 4 | 44 | 0 | 33 | 128 | 33 | 20 |
| Octal | 167 | 50 | 174 | 4 | 104 | 0 | 63 | 450 | 63 | 40 |
| Binary | 1110111 | 101000 | 1111100 | 100 | 1000100 | 0 | 110011 | 100101000 | 110011 | 100000 |
Color Harmonies of #77287C
Complementary color
Monochromatic Colors of #77287C
Black with #77287C
Text Example
Text Example
White with #77287C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77287C; }
p { color: rgb(119,40,124); }
H1.HeaderClassName
{
color: #77287C;
}
.AnyTagClassName
{
color: #77287C;
}
</style>
background-color css
<style>
a { background-color: #77287C; }
a { background-color: rgb(119,40,124); }
div.DivClassName
{
background-color: #77287C;
}
.BgClassName
{
background-color: #77287C;
}
</style>
border-color css
<style>
span { border-color: #77287C; }
span { border-color: rgb(119,40,124); }
td.TdClassName
{
border-color: #77287C;
}
.TagClassName
{
border-color: #77287C;
}
</style>