Shades of Eminence #6F3E6F
Tints of Eminence #6F3E6F
RGB
CMYK
RGB Variations
Color information
#6F3E6F (or 0x6F3E6F) is known color: Eminence. HEX triplet: 6F, 3E and 6F. RGB value is (111,62,111). Sum of RGB (Red+Green+Blue) = 111+62+111=284 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.08% from 284); Green value is 62 (24.61% from 255 or 21.83% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 111 - color contains mainly: red, blue. Hex color #6F3E6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3E6F is #90C190. Grayscale: #525252. Windows color (decimal): -9486737 or 7290479. OLE color: 7290479.
HSL color Cylindrical-coordinate representation of color #6F3E6F: hue angle of 300º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6F3E6F is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 62 | 111 | - |
| CMYK | 0 | 0.44 | 0 | 0.56 |
| HSL | 300º | 0.28% | 0.34% | - |
| HSV(B) | 300º | 0.44% | 0.44% | - |
| XYZ | 11.15 | 7.97 | 15.99 | - |
| YUV | 82.24 | 144.23 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 62 | 111 | 0 | 0.44 | 0 | 0.56 | 300 | 0.28 | 0.34 |
| Hex | 6F | 3E | 6F | 0 | 2C | 0 | 38 | 12C | 1C | 22 |
| Octal | 157 | 76 | 157 | 0 | 54 | 0 | 70 | 454 | 34 | 42 |
| Binary | 1101111 | 111110 | 1101111 | 0 | 101100 | 0 | 111000 | 100101100 | 11100 | 100010 |
Color Harmonies of #6F3E6F
Complementary color
Monochromatic Colors of #6F3E6F
Black with #6F3E6F
Text Example
Text Example
White with #6F3E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3E6F; }
p { color: rgb(111,62,111); }
H1.HeaderClassName
{
color: #6F3E6F;
}
.AnyTagClassName
{
color: #6F3E6F;
}
</style>
background-color css
<style>
a { background-color: #6F3E6F; }
a { background-color: rgb(111,62,111); }
div.DivClassName
{
background-color: #6F3E6F;
}
.BgClassName
{
background-color: #6F3E6F;
}
</style>
border-color css
<style>
span { border-color: #6F3E6F; }
span { border-color: rgb(111,62,111); }
td.TdClassName
{
border-color: #6F3E6F;
}
.TagClassName
{
border-color: #6F3E6F;
}
</style>