Shades of Eminence #77267F
Tints of Eminence #77267F
RGB
CMYK
RGB Variations
Color information
#77267F (or 0x77267F) is known color: Eminence. HEX triplet: 77, 26 and 7F. RGB value is (119,38,127). Sum of RGB (Red+Green+Blue) = 119+38+127=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 38 (15.23% from 255 or 13.38% from 284); Blue value is 127 (50% from 255 or 44.72% from 284); Max value from RGB is 127 - color contains mainly: blue. Hex color #77267F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77267F is #88D980. Grayscale: #484848. Windows color (decimal): -8968577 or 8332919. OLE color: 8332919.
HSL color Cylindrical-coordinate representation of color #77267F: hue angle of 294.61º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #77267F is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 38 | 127 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.50 |
| HSL | 294.61º | 0.54% | 0.32% | - |
| HSV(B) | 294.61º | 0.7% | 0.5% | - |
| XYZ | 12.13 | 6.84 | 20.76 | - |
| YUV | 72.37 | 158.84 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 38 | 127 | 0.06 | 0.70 | 0 | 0.50 | 294.61 | 0.54 | 0.32 |
| Hex | 77 | 26 | 7F | 6 | 46 | 0 | 32 | 127 | 36 | 20 |
| Octal | 167 | 46 | 177 | 6 | 106 | 0 | 62 | 447 | 66 | 40 |
| Binary | 1110111 | 100110 | 1111111 | 110 | 1000110 | 0 | 110010 | 100100111 | 110110 | 100000 |
Color Harmonies of #77267F
Complementary color
Monochromatic Colors of #77267F
Black with #77267F
Text Example
Text Example
White with #77267F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77267F; }
p { color: rgb(119,38,127); }
H1.HeaderClassName
{
color: #77267F;
}
.AnyTagClassName
{
color: #77267F;
}
</style>
background-color css
<style>
a { background-color: #77267F; }
a { background-color: rgb(119,38,127); }
div.DivClassName
{
background-color: #77267F;
}
.BgClassName
{
background-color: #77267F;
}
</style>
border-color css
<style>
span { border-color: #77267F; }
span { border-color: rgb(119,38,127); }
td.TdClassName
{
border-color: #77267F;
}
.TagClassName
{
border-color: #77267F;
}
</style>