Shades of Eminence #6D3B73
Tints of Eminence #6D3B73
RGB
CMYK
RGB Variations
Color information
#6D3B73 (or 0x6D3B73) is known color: Eminence. HEX triplet: 6D, 3B and 73. RGB value is (109,59,115). Sum of RGB (Red+Green+Blue) = 109+59+115=283 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.52% from 283); Green value is 59 (23.44% from 255 or 20.85% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 115 - color contains mainly: blue. Hex color #6D3B73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3B73 is #92C48C. Grayscale: #505050. Windows color (decimal): -9618573 or 7551853. OLE color: 7551853.
HSL color Cylindrical-coordinate representation of color #6D3B73: hue angle of 293.57º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6D3B73 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 59 | 115 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.55 |
| HSL | 293.57º | 0.32% | 0.34% | - |
| HSV(B) | 293.57º | 0.49% | 0.45% | - |
| XYZ | 10.97 | 7.62 | 17.11 | - |
| YUV | 80.33 | 147.57 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 59 | 115 | 0.05 | 0.49 | 0 | 0.55 | 293.57 | 0.32 | 0.34 |
| Hex | 6D | 3B | 73 | 5 | 31 | 0 | 37 | 126 | 20 | 22 |
| Octal | 155 | 73 | 163 | 5 | 61 | 0 | 67 | 446 | 40 | 42 |
| Binary | 1101101 | 111011 | 1110011 | 101 | 110001 | 0 | 110111 | 100100110 | 100000 | 100010 |
Color Harmonies of #6D3B73
Complementary color
Monochromatic Colors of #6D3B73
Black with #6D3B73
Text Example
Text Example
White with #6D3B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3B73; }
p { color: rgb(109,59,115); }
H1.HeaderClassName
{
color: #6D3B73;
}
.AnyTagClassName
{
color: #6D3B73;
}
</style>
background-color css
<style>
a { background-color: #6D3B73; }
a { background-color: rgb(109,59,115); }
div.DivClassName
{
background-color: #6D3B73;
}
.BgClassName
{
background-color: #6D3B73;
}
</style>
border-color css
<style>
span { border-color: #6D3B73; }
span { border-color: rgb(109,59,115); }
td.TdClassName
{
border-color: #6D3B73;
}
.TagClassName
{
border-color: #6D3B73;
}
</style>