Shades of Eminence #6D3A77
Tints of Eminence #6D3A77
RGB
CMYK
RGB Variations
Color information
#6D3A77 (or 0x6D3A77) is known color: Eminence. HEX triplet: 6D, 3A and 77. RGB value is (109,58,119). Sum of RGB (Red+Green+Blue) = 109+58+119=286 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.11% from 286); Green value is 58 (23.05% from 255 or 20.28% from 286); Blue value is 119 (46.88% from 255 or 41.61% from 286); Max value from RGB is 119 - color contains mainly: blue. Hex color #6D3A77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3A77 is #92C588. Grayscale: #505050. Windows color (decimal): -9618825 or 7813741. OLE color: 7813741.
HSL color Cylindrical-coordinate representation of color #6D3A77: hue angle of 290.16º 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 #6D3A77 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 109 | 58 | 119 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.53 |
| HSL | 290.16º | 0.34% | 0.35% | - |
| HSV(B) | 290.16º | 0.51% | 0.47% | - |
| XYZ | 11.15 | 7.61 | 18.33 | - |
| YUV | 80.2 | 149.9 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 58 | 119 | 0.08 | 0.51 | 0 | 0.53 | 290.16 | 0.34 | 0.35 |
| Hex | 6D | 3A | 77 | 8 | 33 | 0 | 35 | 122 | 22 | 23 |
| Octal | 155 | 72 | 167 | 10 | 63 | 0 | 65 | 442 | 42 | 43 |
| Binary | 1101101 | 111010 | 1110111 | 1000 | 110011 | 0 | 110101 | 100100010 | 100010 | 100011 |
Color Harmonies of #6D3A77
Complementary color
Monochromatic Colors of #6D3A77
Black with #6D3A77
Text Example
Text Example
White with #6D3A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3A77; }
p { color: rgb(109,58,119); }
H1.HeaderClassName
{
color: #6D3A77;
}
.AnyTagClassName
{
color: #6D3A77;
}
</style>
background-color css
<style>
a { background-color: #6D3A77; }
a { background-color: rgb(109,58,119); }
div.DivClassName
{
background-color: #6D3A77;
}
.BgClassName
{
background-color: #6D3A77;
}
</style>
border-color css
<style>
span { border-color: #6D3A77; }
span { border-color: rgb(109,58,119); }
td.TdClassName
{
border-color: #6D3A77;
}
.TagClassName
{
border-color: #6D3A77;
}
</style>