Shades of Eminence #6D3770
Tints of Eminence #6D3770
RGB
CMYK
RGB Variations
Color information
#6D3770 (or 0x6D3770) is known color: Eminence. HEX triplet: 6D, 37 and 70. RGB value is (109,55,112). Sum of RGB (Red+Green+Blue) = 109+55+112=276 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.49% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 112 - color contains mainly: blue. Hex color #6D3770 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3770 is #92C88F. Grayscale: #4D4D4D. Windows color (decimal): -9619600 or 7354221. OLE color: 7354221.
HSL color Cylindrical-coordinate representation of color #6D3770: hue angle of 296.84º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6D3770 is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 55 | 112 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.56 |
| HSL | 296.84º | 0.34% | 0.33% | - |
| HSV(B) | 296.84º | 0.51% | 0.44% | - |
| XYZ | 10.6 | 7.15 | 16.15 | - |
| YUV | 77.64 | 147.39 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 55 | 112 | 0.03 | 0.51 | 0 | 0.56 | 296.84 | 0.34 | 0.33 |
| Hex | 6D | 37 | 70 | 3 | 33 | 0 | 38 | 129 | 22 | 21 |
| Octal | 155 | 67 | 160 | 3 | 63 | 0 | 70 | 451 | 42 | 41 |
| Binary | 1101101 | 110111 | 1110000 | 11 | 110011 | 0 | 111000 | 100101001 | 100010 | 100001 |
Color Harmonies of #6D3770
Complementary color
Monochromatic Colors of #6D3770
Black with #6D3770
Text Example
Text Example
White with #6D3770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3770; }
p { color: rgb(109,55,112); }
H1.HeaderClassName
{
color: #6D3770;
}
.AnyTagClassName
{
color: #6D3770;
}
</style>
background-color css
<style>
a { background-color: #6D3770; }
a { background-color: rgb(109,55,112); }
div.DivClassName
{
background-color: #6D3770;
}
.BgClassName
{
background-color: #6D3770;
}
</style>
border-color css
<style>
span { border-color: #6D3770; }
span { border-color: rgb(109,55,112); }
td.TdClassName
{
border-color: #6D3770;
}
.TagClassName
{
border-color: #6D3770;
}
</style>