Shades of Eminence #6F4778
Tints of Eminence #6F4778
RGB
CMYK
RGB Variations
Color information
#6F4778 (or 0x6F4778) is known color: Eminence. HEX triplet: 6F, 47 and 78. RGB value is (111,71,120). Sum of RGB (Red+Green+Blue) = 111+71+120=302 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.75% from 302); Green value is 71 (28.12% from 255 or 23.51% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 120 - color contains mainly: blue. Hex color #6F4778 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4778 is #90B887. Grayscale: #585858. Windows color (decimal): -9484424 or 7882607. OLE color: 7882607.
HSL color Cylindrical-coordinate representation of color #6F4778: hue angle of 288.98º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F4778 is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 71 | 120 | - |
| CMYK | 0.08 | 0.41 | 0 | 0.53 |
| HSL | 288.98º | 0.26% | 0.37% | - |
| HSV(B) | 288.98º | 0.41% | 0.47% | - |
| XYZ | 12.2 | 9.24 | 18.91 | - |
| YUV | 88.55 | 145.75 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 71 | 120 | 0.08 | 0.41 | 0 | 0.53 | 288.98 | 0.26 | 0.37 |
| Hex | 6F | 47 | 78 | 8 | 29 | 0 | 35 | 121 | 1A | 25 |
| Octal | 157 | 107 | 170 | 10 | 51 | 0 | 65 | 441 | 32 | 45 |
| Binary | 1101111 | 1000111 | 1111000 | 1000 | 101001 | 0 | 110101 | 100100001 | 11010 | 100101 |
Color Harmonies of #6F4778
Complementary color
Monochromatic Colors of #6F4778
Black with #6F4778
Text Example
Text Example
White with #6F4778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4778; }
p { color: rgb(111,71,120); }
H1.HeaderClassName
{
color: #6F4778;
}
.AnyTagClassName
{
color: #6F4778;
}
</style>
background-color css
<style>
a { background-color: #6F4778; }
a { background-color: rgb(111,71,120); }
div.DivClassName
{
background-color: #6F4778;
}
.BgClassName
{
background-color: #6F4778;
}
</style>
border-color css
<style>
span { border-color: #6F4778; }
span { border-color: rgb(111,71,120); }
td.TdClassName
{
border-color: #6F4778;
}
.TagClassName
{
border-color: #6F4778;
}
</style>