Shades of Eminence #6D3772
Tints of Eminence #6D3772
RGB
CMYK
RGB Variations
Color information
#6D3772 (or 0x6D3772) is known color: Eminence. HEX triplet: 6D, 37 and 72. RGB value is (109,55,114). Sum of RGB (Red+Green+Blue) = 109+55+114=278 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.21% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 114 (44.92% from 255 or 41.01% from 278); Max value from RGB is 114 - color contains mainly: blue. Hex color #6D3772 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3772 is #92C88D. Grayscale: #4D4D4D. Windows color (decimal): -9619598 or 7485293. OLE color: 7485293.
HSL color Cylindrical-coordinate representation of color #6D3772: hue angle of 294.92º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D3772 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 55 | 114 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.55 |
| HSL | 294.92º | 0.35% | 0.33% | - |
| HSV(B) | 294.92º | 0.52% | 0.45% | - |
| XYZ | 10.71 | 7.2 | 16.74 | - |
| YUV | 77.87 | 148.39 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 55 | 114 | 0.04 | 0.52 | 0 | 0.55 | 294.92 | 0.35 | 0.33 |
| Hex | 6D | 37 | 72 | 4 | 34 | 0 | 37 | 127 | 23 | 21 |
| Octal | 155 | 67 | 162 | 4 | 64 | 0 | 67 | 447 | 43 | 41 |
| Binary | 1101101 | 110111 | 1110010 | 100 | 110100 | 0 | 110111 | 100100111 | 100011 | 100001 |
Color Harmonies of #6D3772
Complementary color
Monochromatic Colors of #6D3772
Black with #6D3772
Text Example
Text Example
White with #6D3772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3772; }
p { color: rgb(109,55,114); }
H1.HeaderClassName
{
color: #6D3772;
}
.AnyTagClassName
{
color: #6D3772;
}
</style>
background-color css
<style>
a { background-color: #6D3772; }
a { background-color: rgb(109,55,114); }
div.DivClassName
{
background-color: #6D3772;
}
.BgClassName
{
background-color: #6D3772;
}
</style>
border-color css
<style>
span { border-color: #6D3772; }
span { border-color: rgb(109,55,114); }
td.TdClassName
{
border-color: #6D3772;
}
.TagClassName
{
border-color: #6D3772;
}
</style>