Shades of Eminence #6F4774
Tints of Eminence #6F4774
RGB
CMYK
RGB Variations
Color information
#6F4774 (or 0x6F4774) is known color: Eminence. HEX triplet: 6F, 47 and 74. RGB value is (111,71,116). Sum of RGB (Red+Green+Blue) = 111+71+116=298 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.25% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 116 - color contains mainly: blue. Hex color #6F4774 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4774 is #90B88B. Grayscale: #575757. Windows color (decimal): -9484428 or 7620463. OLE color: 7620463.
HSL color Cylindrical-coordinate representation of color #6F4774: hue angle of 293.33º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6F4774 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 71 | 116 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.55 |
| HSL | 293.33º | 0.24% | 0.37% | - |
| HSV(B) | 293.33º | 0.39% | 0.45% | - |
| XYZ | 11.96 | 9.15 | 17.66 | - |
| YUV | 88.09 | 143.75 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 71 | 116 | 0.04 | 0.39 | 0 | 0.55 | 293.33 | 0.24 | 0.37 |
| Hex | 6F | 47 | 74 | 4 | 27 | 0 | 37 | 125 | 18 | 25 |
| Octal | 157 | 107 | 164 | 4 | 47 | 0 | 67 | 445 | 30 | 45 |
| Binary | 1101111 | 1000111 | 1110100 | 100 | 100111 | 0 | 110111 | 100100101 | 11000 | 100101 |
Color Harmonies of #6F4774
Complementary color
Monochromatic Colors of #6F4774
Black with #6F4774
Text Example
Text Example
White with #6F4774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4774; }
p { color: rgb(111,71,116); }
H1.HeaderClassName
{
color: #6F4774;
}
.AnyTagClassName
{
color: #6F4774;
}
</style>
background-color css
<style>
a { background-color: #6F4774; }
a { background-color: rgb(111,71,116); }
div.DivClassName
{
background-color: #6F4774;
}
.BgClassName
{
background-color: #6F4774;
}
</style>
border-color css
<style>
span { border-color: #6F4774; }
span { border-color: rgb(111,71,116); }
td.TdClassName
{
border-color: #6F4774;
}
.TagClassName
{
border-color: #6F4774;
}
</style>