Shades of Eminence #6D3F73
Tints of Eminence #6D3F73
RGB
CMYK
RGB Variations
Color information
#6D3F73 (or 0x6D3F73) is known color: Eminence. HEX triplet: 6D, 3F and 73. RGB value is (109,63,115). Sum of RGB (Red+Green+Blue) = 109+63+115=287 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.98% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 115 - color contains mainly: blue. Hex color #6D3F73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3F73 is #92C08C. Grayscale: #525252. Windows color (decimal): -9617549 or 7552877. OLE color: 7552877.
HSL color Cylindrical-coordinate representation of color #6D3F73: hue angle of 293.08º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6D3F73 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 63 | 115 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.55 |
| HSL | 293.08º | 0.29% | 0.35% | - |
| HSV(B) | 293.08º | 0.45% | 0.45% | - |
| XYZ | 11.18 | 8.04 | 17.18 | - |
| YUV | 82.68 | 146.24 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 63 | 115 | 0.05 | 0.45 | 0 | 0.55 | 293.08 | 0.29 | 0.35 |
| Hex | 6D | 3F | 73 | 5 | 2D | 0 | 37 | 125 | 1D | 23 |
| Octal | 155 | 77 | 163 | 5 | 55 | 0 | 67 | 445 | 35 | 43 |
| Binary | 1101101 | 111111 | 1110011 | 101 | 101101 | 0 | 110111 | 100100101 | 11101 | 100011 |
Color Harmonies of #6D3F73
Complementary color
Monochromatic Colors of #6D3F73
Black with #6D3F73
Text Example
Text Example
White with #6D3F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3F73; }
p { color: rgb(109,63,115); }
H1.HeaderClassName
{
color: #6D3F73;
}
.AnyTagClassName
{
color: #6D3F73;
}
</style>
background-color css
<style>
a { background-color: #6D3F73; }
a { background-color: rgb(109,63,115); }
div.DivClassName
{
background-color: #6D3F73;
}
.BgClassName
{
background-color: #6D3F73;
}
</style>
border-color css
<style>
span { border-color: #6D3F73; }
span { border-color: rgb(109,63,115); }
td.TdClassName
{
border-color: #6D3F73;
}
.TagClassName
{
border-color: #6D3F73;
}
</style>