Shades of Eminence #772A7E
Tints of Eminence #772A7E
RGB
CMYK
RGB Variations
Color information
#772A7E (or 0x772A7E) is known color: Eminence. HEX triplet: 77, 2A and 7E. RGB value is (119,42,126). Sum of RGB (Red+Green+Blue) = 119+42+126=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 42 (16.80% from 255 or 14.63% from 287); Blue value is 126 (49.61% from 255 or 43.90% from 287); Max value from RGB is 126 - color contains mainly: blue. Hex color #772A7E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772A7E is #88D581. Grayscale: #4A4A4A. Windows color (decimal): -8967554 or 8268407. OLE color: 8268407.
HSL color Cylindrical-coordinate representation of color #772A7E: hue angle of 295º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #772A7E is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 42 | 126 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.51 |
| HSL | 295º | 0.5% | 0.33% | - |
| HSV(B) | 295º | 0.67% | 0.49% | - |
| XYZ | 12.2 | 7.08 | 20.46 | - |
| YUV | 74.6 | 157.01 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 42 | 126 | 0.06 | 0.67 | 0 | 0.51 | 295 | 0.5 | 0.33 |
| Hex | 77 | 2A | 7E | 6 | 43 | 0 | 33 | 127 | 32 | 21 |
| Octal | 167 | 52 | 176 | 6 | 103 | 0 | 63 | 447 | 62 | 41 |
| Binary | 1110111 | 101010 | 1111110 | 110 | 1000011 | 0 | 110011 | 100100111 | 110010 | 100001 |
Color Harmonies of #772A7E
Complementary color
Monochromatic Colors of #772A7E
Black with #772A7E
Text Example
Text Example
White with #772A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772A7E; }
p { color: rgb(119,42,126); }
H1.HeaderClassName
{
color: #772A7E;
}
.AnyTagClassName
{
color: #772A7E;
}
</style>
background-color css
<style>
a { background-color: #772A7E; }
a { background-color: rgb(119,42,126); }
div.DivClassName
{
background-color: #772A7E;
}
.BgClassName
{
background-color: #772A7E;
}
</style>
border-color css
<style>
span { border-color: #772A7E; }
span { border-color: rgb(119,42,126); }
td.TdClassName
{
border-color: #772A7E;
}
.TagClassName
{
border-color: #772A7E;
}
</style>