Shades of Eminence #77357A
Tints of Eminence #77357A
RGB
CMYK
RGB Variations
Color information
#77357A (or 0x77357A) is known color: Eminence. HEX triplet: 77, 35 and 7A. RGB value is (119,53,122). Sum of RGB (Red+Green+Blue) = 119+53+122=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 122 (48.05% from 255 or 41.50% from 294); Max value from RGB is 122 - color contains mainly: blue. Hex color #77357A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77357A is #88CA85. Grayscale: #505050. Windows color (decimal): -8964742 or 8009079. OLE color: 8009079.
HSL color Cylindrical-coordinate representation of color #77357A: hue angle of 297.39º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #77357A is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 53 | 122 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.52 |
| HSL | 297.39º | 0.39% | 0.34% | - |
| HSV(B) | 297.39º | 0.57% | 0.48% | - |
| XYZ | 12.39 | 7.87 | 19.28 | - |
| YUV | 80.6 | 151.37 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 53 | 122 | 0.02 | 0.57 | 0 | 0.52 | 297.39 | 0.39 | 0.34 |
| Hex | 77 | 35 | 7A | 2 | 39 | 0 | 34 | 129 | 27 | 22 |
| Octal | 167 | 65 | 172 | 2 | 71 | 0 | 64 | 451 | 47 | 42 |
| Binary | 1110111 | 110101 | 1111010 | 10 | 111001 | 0 | 110100 | 100101001 | 100111 | 100010 |
Color Harmonies of #77357A
Complementary color
Monochromatic Colors of #77357A
Black with #77357A
Text Example
Text Example
White with #77357A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77357A; }
p { color: rgb(119,53,122); }
H1.HeaderClassName
{
color: #77357A;
}
.AnyTagClassName
{
color: #77357A;
}
</style>
background-color css
<style>
a { background-color: #77357A; }
a { background-color: rgb(119,53,122); }
div.DivClassName
{
background-color: #77357A;
}
.BgClassName
{
background-color: #77357A;
}
</style>
border-color css
<style>
span { border-color: #77357A; }
span { border-color: rgb(119,53,122); }
td.TdClassName
{
border-color: #77357A;
}
.TagClassName
{
border-color: #77357A;
}
</style>