Shades of Eminence #6F397C
Tints of Eminence #6F397C
RGB
CMYK
RGB Variations
Color information
#6F397C (or 0x6F397C) is known color: Eminence. HEX triplet: 6F, 39 and 7C. RGB value is (111,57,124). Sum of RGB (Red+Green+Blue) = 111+57+124=292 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.01% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 124 - color contains mainly: blue. Hex color #6F397C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F397C is #90C683. Grayscale: #505050. Windows color (decimal): -9488004 or 8141167. OLE color: 8141167.
HSL color Cylindrical-coordinate representation of color #6F397C: hue angle of 288.36º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6F397C is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 57 | 124 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.51 |
| HSL | 288.36º | 0.37% | 0.35% | - |
| HSV(B) | 288.36º | 0.54% | 0.49% | - |
| XYZ | 11.66 | 7.76 | 19.95 | - |
| YUV | 80.78 | 152.39 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 57 | 124 | 0.10 | 0.54 | 0 | 0.51 | 288.36 | 0.37 | 0.35 |
| Hex | 6F | 39 | 7C | A | 36 | 0 | 33 | 120 | 25 | 23 |
| Octal | 157 | 71 | 174 | 12 | 66 | 0 | 63 | 440 | 45 | 43 |
| Binary | 1101111 | 111001 | 1111100 | 1010 | 110110 | 0 | 110011 | 100100000 | 100101 | 100011 |
Color Harmonies of #6F397C
Complementary color
Monochromatic Colors of #6F397C
Black with #6F397C
Text Example
Text Example
White with #6F397C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F397C; }
p { color: rgb(111,57,124); }
H1.HeaderClassName
{
color: #6F397C;
}
.AnyTagClassName
{
color: #6F397C;
}
</style>
background-color css
<style>
a { background-color: #6F397C; }
a { background-color: rgb(111,57,124); }
div.DivClassName
{
background-color: #6F397C;
}
.BgClassName
{
background-color: #6F397C;
}
</style>
border-color css
<style>
span { border-color: #6F397C; }
span { border-color: rgb(111,57,124); }
td.TdClassName
{
border-color: #6F397C;
}
.TagClassName
{
border-color: #6F397C;
}
</style>