Shades of Eminence #6F4773
Tints of Eminence #6F4773
RGB
CMYK
RGB Variations
Color information
#6F4773 (or 0x6F4773) is known color: Eminence. HEX triplet: 6F, 47 and 73. RGB value is (111,71,115). Sum of RGB (Red+Green+Blue) = 111+71+115=297 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.37% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 115 - color contains mainly: blue. Hex color #6F4773 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4773 is #90B88C. Grayscale: #575757. Windows color (decimal): -9484429 or 7554927. OLE color: 7554927.
HSL color Cylindrical-coordinate representation of color #6F4773: hue angle of 294.55º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F4773 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 71 | 115 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.55 |
| HSL | 294.55º | 0.24% | 0.36% | - |
| HSV(B) | 294.55º | 0.38% | 0.45% | - |
| XYZ | 11.9 | 9.12 | 17.35 | - |
| YUV | 87.98 | 143.25 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 71 | 115 | 0.03 | 0.38 | 0 | 0.55 | 294.55 | 0.24 | 0.36 |
| Hex | 6F | 47 | 73 | 3 | 26 | 0 | 37 | 127 | 18 | 24 |
| Octal | 157 | 107 | 163 | 3 | 46 | 0 | 67 | 447 | 30 | 44 |
| Binary | 1101111 | 1000111 | 1110011 | 11 | 100110 | 0 | 110111 | 100100111 | 11000 | 100100 |
Color Harmonies of #6F4773
Complementary color
Monochromatic Colors of #6F4773
Black with #6F4773
Text Example
Text Example
White with #6F4773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4773; }
p { color: rgb(111,71,115); }
H1.HeaderClassName
{
color: #6F4773;
}
.AnyTagClassName
{
color: #6F4773;
}
</style>
background-color css
<style>
a { background-color: #6F4773; }
a { background-color: rgb(111,71,115); }
div.DivClassName
{
background-color: #6F4773;
}
.BgClassName
{
background-color: #6F4773;
}
</style>
border-color css
<style>
span { border-color: #6F4773; }
span { border-color: rgb(111,71,115); }
td.TdClassName
{
border-color: #6F4773;
}
.TagClassName
{
border-color: #6F4773;
}
</style>