Shades of Eminence #6D3178
Tints of Eminence #6D3178
RGB
CMYK
RGB Variations
Color information
#6D3178 (or 0x6D3178) is known color: Eminence. HEX triplet: 6D, 31 and 78. RGB value is (109,49,120). Sum of RGB (Red+Green+Blue) = 109+49+120=278 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.21% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 120 (47.27% from 255 or 43.17% from 278); Max value from RGB is 120 - color contains mainly: blue. Hex color #6D3178 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3178 is #92CE87. Grayscale: #4A4A4A. Windows color (decimal): -9621128 or 7876973. OLE color: 7876973.
HSL color Cylindrical-coordinate representation of color #6D3178: hue angle of 290.7º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6D3178 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 109 | 49 | 120 | - |
| CMYK | 0.09 | 0.59 | 0 | 0.53 |
| HSL | 290.7º | 0.42% | 0.33% | - |
| HSV(B) | 290.7º | 0.59% | 0.47% | - |
| XYZ | 10.8 | 6.8 | 18.51 | - |
| YUV | 75.03 | 153.38 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 49 | 120 | 0.09 | 0.59 | 0 | 0.53 | 290.7 | 0.42 | 0.33 |
| Hex | 6D | 31 | 78 | 9 | 3B | 0 | 35 | 123 | 2A | 21 |
| Octal | 155 | 61 | 170 | 11 | 73 | 0 | 65 | 443 | 52 | 41 |
| Binary | 1101101 | 110001 | 1111000 | 1001 | 111011 | 0 | 110101 | 100100011 | 101010 | 100001 |
Color Harmonies of #6D3178
Complementary color
Monochromatic Colors of #6D3178
Black with #6D3178
Text Example
Text Example
White with #6D3178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3178; }
p { color: rgb(109,49,120); }
H1.HeaderClassName
{
color: #6D3178;
}
.AnyTagClassName
{
color: #6D3178;
}
</style>
background-color css
<style>
a { background-color: #6D3178; }
a { background-color: rgb(109,49,120); }
div.DivClassName
{
background-color: #6D3178;
}
.BgClassName
{
background-color: #6D3178;
}
</style>
border-color css
<style>
span { border-color: #6D3178; }
span { border-color: rgb(109,49,120); }
td.TdClassName
{
border-color: #6D3178;
}
.TagClassName
{
border-color: #6D3178;
}
</style>