Shades of Eminence #6F4970
Tints of Eminence #6F4970
RGB
CMYK
RGB Variations
Color information
#6F4970 (or 0x6F4970) is known color: Eminence. HEX triplet: 6F, 49 and 70. RGB value is (111,73,112). Sum of RGB (Red+Green+Blue) = 111+73+112=296 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.5% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 112 (44.14% from 255 or 37.84% from 296); Max value from RGB is 112 - color contains mainly: blue. Hex color #6F4970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4970 is #90B68F. Grayscale: #585858. Windows color (decimal): -9483920 or 7358831. OLE color: 7358831.
HSL color Cylindrical-coordinate representation of color #6F4970: hue angle of 298.46º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6F4970 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 73 | 112 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.56 |
| HSL | 298.46º | 0.21% | 0.36% | - |
| HSV(B) | 298.46º | 0.35% | 0.44% | - |
| XYZ | 11.86 | 9.31 | 16.5 | - |
| YUV | 88.81 | 141.09 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 73 | 112 | 0.01 | 0.35 | 0 | 0.56 | 298.46 | 0.21 | 0.36 |
| Hex | 6F | 49 | 70 | 1 | 23 | 0 | 38 | 12A | 15 | 24 |
| Octal | 157 | 111 | 160 | 1 | 43 | 0 | 70 | 452 | 25 | 44 |
| Binary | 1101111 | 1001001 | 1110000 | 1 | 100011 | 0 | 111000 | 100101010 | 10101 | 100100 |
Color Harmonies of #6F4970
Complementary color
Monochromatic Colors of #6F4970
Black with #6F4970
Text Example
Text Example
White with #6F4970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4970; }
p { color: rgb(111,73,112); }
H1.HeaderClassName
{
color: #6F4970;
}
.AnyTagClassName
{
color: #6F4970;
}
</style>
background-color css
<style>
a { background-color: #6F4970; }
a { background-color: rgb(111,73,112); }
div.DivClassName
{
background-color: #6F4970;
}
.BgClassName
{
background-color: #6F4970;
}
</style>
border-color css
<style>
span { border-color: #6F4970; }
span { border-color: rgb(111,73,112); }
td.TdClassName
{
border-color: #6F4970;
}
.TagClassName
{
border-color: #6F4970;
}
</style>