Shades of Eminence #6F337D
Tints of Eminence #6F337D
RGB
CMYK
RGB Variations
Color information
#6F337D (or 0x6F337D) is known color: Eminence. HEX triplet: 6F, 33 and 7D. RGB value is (111,51,125). Sum of RGB (Red+Green+Blue) = 111+51+125=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 125 (49.22% from 255 or 43.55% from 287); Max value from RGB is 125 - color contains mainly: blue. Hex color #6F337D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F337D is #90CC82. Grayscale: #4D4D4D. Windows color (decimal): -9489539 or 8205167. OLE color: 8205167.
HSL color Cylindrical-coordinate representation of color #6F337D: hue angle of 288.65º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F337D is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 51 | 125 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.51 |
| HSL | 288.65º | 0.42% | 0.35% | - |
| HSV(B) | 288.65º | 0.59% | 0.49% | - |
| XYZ | 11.44 | 7.23 | 20.19 | - |
| YUV | 77.38 | 154.88 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 51 | 125 | 0.11 | 0.59 | 0 | 0.51 | 288.65 | 0.42 | 0.35 |
| Hex | 6F | 33 | 7D | B | 3B | 0 | 33 | 121 | 2A | 23 |
| Octal | 157 | 63 | 175 | 13 | 73 | 0 | 63 | 441 | 52 | 43 |
| Binary | 1101111 | 110011 | 1111101 | 1011 | 111011 | 0 | 110011 | 100100001 | 101010 | 100011 |
Color Harmonies of #6F337D
Complementary color
Monochromatic Colors of #6F337D
Black with #6F337D
Text Example
Text Example
White with #6F337D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F337D; }
p { color: rgb(111,51,125); }
H1.HeaderClassName
{
color: #6F337D;
}
.AnyTagClassName
{
color: #6F337D;
}
</style>
background-color css
<style>
a { background-color: #6F337D; }
a { background-color: rgb(111,51,125); }
div.DivClassName
{
background-color: #6F337D;
}
.BgClassName
{
background-color: #6F337D;
}
</style>
border-color css
<style>
span { border-color: #6F337D; }
span { border-color: rgb(111,51,125); }
td.TdClassName
{
border-color: #6F337D;
}
.TagClassName
{
border-color: #6F337D;
}
</style>