Shades of Eminence #6C3A77
Tints of Eminence #6C3A77
RGB
CMYK
RGB Variations
Color information
#6C3A77 (or 0x6C3A77) is known color: Eminence. HEX triplet: 6C, 3A and 77. RGB value is (108,58,119). Sum of RGB (Red+Green+Blue) = 108+58+119=285 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.89% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 119 - color contains mainly: blue. Hex color #6C3A77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3A77 is #93C588. Grayscale: #4F4F4F. Windows color (decimal): -9684361 or 7813740. OLE color: 7813740.
HSL color Cylindrical-coordinate representation of color #6C3A77: hue angle of 289.18º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6C3A77 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 108 | 58 | 119 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.53 |
| HSL | 289.18º | 0.34% | 0.35% | - |
| HSV(B) | 289.18º | 0.51% | 0.47% | - |
| XYZ | 11.03 | 7.55 | 18.33 | - |
| YUV | 79.9 | 150.07 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 58 | 119 | 0.09 | 0.51 | 0 | 0.53 | 289.18 | 0.34 | 0.35 |
| Hex | 6C | 3A | 77 | 9 | 33 | 0 | 35 | 121 | 22 | 23 |
| Octal | 154 | 72 | 167 | 11 | 63 | 0 | 65 | 441 | 42 | 43 |
| Binary | 1101100 | 111010 | 1110111 | 1001 | 110011 | 0 | 110101 | 100100001 | 100010 | 100011 |
Color Harmonies of #6C3A77
Complementary color
Monochromatic Colors of #6C3A77
Black with #6C3A77
Text Example
Text Example
White with #6C3A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3A77; }
p { color: rgb(108,58,119); }
H1.HeaderClassName
{
color: #6C3A77;
}
.AnyTagClassName
{
color: #6C3A77;
}
</style>
background-color css
<style>
a { background-color: #6C3A77; }
a { background-color: rgb(108,58,119); }
div.DivClassName
{
background-color: #6C3A77;
}
.BgClassName
{
background-color: #6C3A77;
}
</style>
border-color css
<style>
span { border-color: #6C3A77; }
span { border-color: rgb(108,58,119); }
td.TdClassName
{
border-color: #6C3A77;
}
.TagClassName
{
border-color: #6C3A77;
}
</style>