Shades of Eminence #6F4978
Tints of Eminence #6F4978
RGB
CMYK
RGB Variations
Color information
#6F4978 (or 0x6F4978) is known color: Eminence. HEX triplet: 6F, 49 and 78. RGB value is (111,73,120). Sum of RGB (Red+Green+Blue) = 111+73+120=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 120 (47.27% from 255 or 39.47% from 304); Max value from RGB is 120 - color contains mainly: blue. Hex color #6F4978 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4978 is #90B687. Grayscale: #595959. Windows color (decimal): -9483912 or 7883119. OLE color: 7883119.
HSL color Cylindrical-coordinate representation of color #6F4978: hue angle of 288.51º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6F4978 is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 73 | 120 | - |
| CMYK | 0.08 | 0.39 | 0 | 0.53 |
| HSL | 288.51º | 0.24% | 0.38% | - |
| HSV(B) | 288.51º | 0.39% | 0.47% | - |
| XYZ | 12.33 | 9.5 | 18.95 | - |
| YUV | 89.72 | 145.09 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 73 | 120 | 0.08 | 0.39 | 0 | 0.53 | 288.51 | 0.24 | 0.38 |
| Hex | 6F | 49 | 78 | 8 | 27 | 0 | 35 | 121 | 18 | 26 |
| Octal | 157 | 111 | 170 | 10 | 47 | 0 | 65 | 441 | 30 | 46 |
| Binary | 1101111 | 1001001 | 1111000 | 1000 | 100111 | 0 | 110101 | 100100001 | 11000 | 100110 |
Color Harmonies of #6F4978
Complementary color
Monochromatic Colors of #6F4978
Black with #6F4978
Text Example
Text Example
White with #6F4978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4978; }
p { color: rgb(111,73,120); }
H1.HeaderClassName
{
color: #6F4978;
}
.AnyTagClassName
{
color: #6F4978;
}
</style>
background-color css
<style>
a { background-color: #6F4978; }
a { background-color: rgb(111,73,120); }
div.DivClassName
{
background-color: #6F4978;
}
.BgClassName
{
background-color: #6F4978;
}
</style>
border-color css
<style>
span { border-color: #6F4978; }
span { border-color: rgb(111,73,120); }
td.TdClassName
{
border-color: #6F4978;
}
.TagClassName
{
border-color: #6F4978;
}
</style>