Shades of Eminence #6D3E75
Tints of Eminence #6D3E75
RGB
CMYK
RGB Variations
Color information
#6D3E75 (or 0x6D3E75) is known color: Eminence. HEX triplet: 6D, 3E and 75. RGB value is (109,62,117). Sum of RGB (Red+Green+Blue) = 109+62+117=288 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.85% from 288); Green value is 62 (24.61% from 255 or 21.53% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 117 - color contains mainly: blue. Hex color #6D3E75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3E75 is #92C18A. Grayscale: #525252. Windows color (decimal): -9617803 or 7683693. OLE color: 7683693.
HSL color Cylindrical-coordinate representation of color #6D3E75: hue angle of 291.27º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D3E75 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 109 | 62 | 117 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.54 |
| HSL | 291.27º | 0.31% | 0.35% | - |
| HSV(B) | 291.27º | 0.47% | 0.46% | - |
| XYZ | 11.24 | 7.98 | 17.78 | - |
| YUV | 82.32 | 147.57 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 62 | 117 | 0.07 | 0.47 | 0 | 0.54 | 291.27 | 0.31 | 0.35 |
| Hex | 6D | 3E | 75 | 7 | 2F | 0 | 36 | 123 | 1F | 23 |
| Octal | 155 | 76 | 165 | 7 | 57 | 0 | 66 | 443 | 37 | 43 |
| Binary | 1101101 | 111110 | 1110101 | 111 | 101111 | 0 | 110110 | 100100011 | 11111 | 100011 |
Color Harmonies of #6D3E75
Complementary color
Monochromatic Colors of #6D3E75
Black with #6D3E75
Text Example
Text Example
White with #6D3E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3E75; }
p { color: rgb(109,62,117); }
H1.HeaderClassName
{
color: #6D3E75;
}
.AnyTagClassName
{
color: #6D3E75;
}
</style>
background-color css
<style>
a { background-color: #6D3E75; }
a { background-color: rgb(109,62,117); }
div.DivClassName
{
background-color: #6D3E75;
}
.BgClassName
{
background-color: #6D3E75;
}
</style>
border-color css
<style>
span { border-color: #6D3E75; }
span { border-color: rgb(109,62,117); }
td.TdClassName
{
border-color: #6D3E75;
}
.TagClassName
{
border-color: #6D3E75;
}
</style>