Shades of Eminence #6F4A6D
Tints of Eminence #6F4A6D
RGB
CMYK
RGB Variations
Color information
#6F4A6D (or 0x6F4A6D) is known color: Eminence. HEX triplet: 6F, 4A and 6D. RGB value is (111,74,109). Sum of RGB (Red+Green+Blue) = 111+74+109=294 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.76% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4A6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4A6D is #90B592. Grayscale: #585858. Windows color (decimal): -9483667 or 7162479. OLE color: 7162479.
HSL color Cylindrical-coordinate representation of color #6F4A6D: hue angle of 303.24º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6F4A6D is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 74 | 109 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.56 |
| HSL | 303.24º | 0.2% | 0.36% | - |
| HSV(B) | 303.24º | 0.33% | 0.44% | - |
| XYZ | 11.76 | 9.38 | 15.66 | - |
| YUV | 89.05 | 139.26 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 74 | 109 | 0 | 0.33 | 0.02 | 0.56 | 303.24 | 0.2 | 0.36 |
| Hex | 6F | 4A | 6D | 0 | 21 | 2 | 38 | 12F | 14 | 24 |
| Octal | 157 | 112 | 155 | 0 | 41 | 2 | 70 | 457 | 24 | 44 |
| Binary | 1101111 | 1001010 | 1101101 | 0 | 100001 | 10 | 111000 | 100101111 | 10100 | 100100 |
Color Harmonies of #6F4A6D
Complementary color
Monochromatic Colors of #6F4A6D
Black with #6F4A6D
Text Example
Text Example
White with #6F4A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4A6D; }
p { color: rgb(111,74,109); }
H1.HeaderClassName
{
color: #6F4A6D;
}
.AnyTagClassName
{
color: #6F4A6D;
}
</style>
background-color css
<style>
a { background-color: #6F4A6D; }
a { background-color: rgb(111,74,109); }
div.DivClassName
{
background-color: #6F4A6D;
}
.BgClassName
{
background-color: #6F4A6D;
}
</style>
border-color css
<style>
span { border-color: #6F4A6D; }
span { border-color: rgb(111,74,109); }
td.TdClassName
{
border-color: #6F4A6D;
}
.TagClassName
{
border-color: #6F4A6D;
}
</style>