Shades of Eminence #6F3E72
Tints of Eminence #6F3E72
RGB
CMYK
RGB Variations
Color information
#6F3E72 (or 0x6F3E72) is known color: Eminence. HEX triplet: 6F, 3E and 72. RGB value is (111,62,114). Sum of RGB (Red+Green+Blue) = 111+62+114=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 114 - color contains mainly: blue. Hex color #6F3E72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3E72 is #90C18D. Grayscale: #525252. Windows color (decimal): -9486734 or 7487087. OLE color: 7487087.
HSL color Cylindrical-coordinate representation of color #6F3E72: hue angle of 296.54º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F3E72 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 62 | 114 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.55 |
| HSL | 296.54º | 0.3% | 0.35% | - |
| HSV(B) | 296.54º | 0.46% | 0.45% | - |
| XYZ | 11.32 | 8.04 | 16.88 | - |
| YUV | 82.58 | 145.73 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 62 | 114 | 0.03 | 0.46 | 0 | 0.55 | 296.54 | 0.3 | 0.35 |
| Hex | 6F | 3E | 72 | 3 | 2E | 0 | 37 | 129 | 1E | 23 |
| Octal | 157 | 76 | 162 | 3 | 56 | 0 | 67 | 451 | 36 | 43 |
| Binary | 1101111 | 111110 | 1110010 | 11 | 101110 | 0 | 110111 | 100101001 | 11110 | 100011 |
Color Harmonies of #6F3E72
Complementary color
Monochromatic Colors of #6F3E72
Black with #6F3E72
Text Example
Text Example
White with #6F3E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3E72; }
p { color: rgb(111,62,114); }
H1.HeaderClassName
{
color: #6F3E72;
}
.AnyTagClassName
{
color: #6F3E72;
}
</style>
background-color css
<style>
a { background-color: #6F3E72; }
a { background-color: rgb(111,62,114); }
div.DivClassName
{
background-color: #6F3E72;
}
.BgClassName
{
background-color: #6F3E72;
}
</style>
border-color css
<style>
span { border-color: #6F3E72; }
span { border-color: rgb(111,62,114); }
td.TdClassName
{
border-color: #6F3E72;
}
.TagClassName
{
border-color: #6F3E72;
}
</style>