Shades of Eminence #772C7D
Tints of Eminence #772C7D
RGB
CMYK
RGB Variations
Color information
#772C7D (or 0x772C7D) is known color: Eminence. HEX triplet: 77, 2C and 7D. RGB value is (119,44,125). Sum of RGB (Red+Green+Blue) = 119+44+125=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 44 (17.58% from 255 or 15.28% from 288); Blue value is 125 (49.22% from 255 or 43.40% from 288); Max value from RGB is 125 - color contains mainly: blue. Hex color #772C7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772C7D is #88D382. Grayscale: #4B4B4B. Windows color (decimal): -8967043 or 8203383. OLE color: 8203383.
HSL color Cylindrical-coordinate representation of color #772C7D: hue angle of 295.56º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #772C7D is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 44 | 125 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.51 |
| HSL | 295.56º | 0.48% | 0.33% | - |
| HSV(B) | 295.56º | 0.65% | 0.49% | - |
| XYZ | 12.21 | 7.2 | 20.15 | - |
| YUV | 75.66 | 155.85 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 44 | 125 | 0.05 | 0.65 | 0 | 0.51 | 295.56 | 0.48 | 0.33 |
| Hex | 77 | 2C | 7D | 5 | 41 | 0 | 33 | 128 | 30 | 21 |
| Octal | 167 | 54 | 175 | 5 | 101 | 0 | 63 | 450 | 60 | 41 |
| Binary | 1110111 | 101100 | 1111101 | 101 | 1000001 | 0 | 110011 | 100101000 | 110000 | 100001 |
Color Harmonies of #772C7D
Complementary color
Monochromatic Colors of #772C7D
Black with #772C7D
Text Example
Text Example
White with #772C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772C7D; }
p { color: rgb(119,44,125); }
H1.HeaderClassName
{
color: #772C7D;
}
.AnyTagClassName
{
color: #772C7D;
}
</style>
background-color css
<style>
a { background-color: #772C7D; }
a { background-color: rgb(119,44,125); }
div.DivClassName
{
background-color: #772C7D;
}
.BgClassName
{
background-color: #772C7D;
}
</style>
border-color css
<style>
span { border-color: #772C7D; }
span { border-color: rgb(119,44,125); }
td.TdClassName
{
border-color: #772C7D;
}
.TagClassName
{
border-color: #772C7D;
}
</style>