Shades of Eminence #6D4578
Tints of Eminence #6D4578
RGB
CMYK
RGB Variations
Color information
#6D4578 (or 0x6D4578) is known color: Eminence. HEX triplet: 6D, 45 and 78. RGB value is (109,69,120). Sum of RGB (Red+Green+Blue) = 109+69+120=298 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.58% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 120 (47.27% from 255 or 40.27% from 298); Max value from RGB is 120 - color contains mainly: blue. Hex color #6D4578 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4578 is #92BA87. Grayscale: #565656. Windows color (decimal): -9616008 or 7882093. OLE color: 7882093.
HSL color Cylindrical-coordinate representation of color #6D4578: hue angle of 287.06º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6D4578 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 109 | 69 | 120 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.53 |
| HSL | 287.06º | 0.27% | 0.37% | - |
| HSV(B) | 287.06º | 0.43% | 0.47% | - |
| XYZ | 11.82 | 8.86 | 18.86 | - |
| YUV | 86.77 | 146.75 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 69 | 120 | 0.09 | 0.42 | 0 | 0.53 | 287.06 | 0.27 | 0.37 |
| Hex | 6D | 45 | 78 | 9 | 2A | 0 | 35 | 11F | 1B | 25 |
| Octal | 155 | 105 | 170 | 11 | 52 | 0 | 65 | 437 | 33 | 45 |
| Binary | 1101101 | 1000101 | 1111000 | 1001 | 101010 | 0 | 110101 | 100011111 | 11011 | 100101 |
Color Harmonies of #6D4578
Complementary color
Monochromatic Colors of #6D4578
Black with #6D4578
Text Example
Text Example
White with #6D4578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4578; }
p { color: rgb(109,69,120); }
H1.HeaderClassName
{
color: #6D4578;
}
.AnyTagClassName
{
color: #6D4578;
}
</style>
background-color css
<style>
a { background-color: #6D4578; }
a { background-color: rgb(109,69,120); }
div.DivClassName
{
background-color: #6D4578;
}
.BgClassName
{
background-color: #6D4578;
}
</style>
border-color css
<style>
span { border-color: #6D4578; }
span { border-color: rgb(109,69,120); }
td.TdClassName
{
border-color: #6D4578;
}
.TagClassName
{
border-color: #6D4578;
}
</style>