Shades of Eminence #6F3E73
Tints of Eminence #6F3E73
RGB
CMYK
RGB Variations
Color information
#6F3E73 (or 0x6F3E73) is known color: Eminence. HEX triplet: 6F, 3E and 73. RGB value is (111,62,115). Sum of RGB (Red+Green+Blue) = 111+62+115=288 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.54% from 288); Green value is 62 (24.61% from 255 or 21.53% from 288); Blue value is 115 (45.31% from 255 or 39.93% from 288); Max value from RGB is 115 - color contains mainly: blue. Hex color #6F3E73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3E73 is #90C18C. Grayscale: #525252. Windows color (decimal): -9486733 or 7552623. OLE color: 7552623.
HSL color Cylindrical-coordinate representation of color #6F3E73: hue angle of 295.47º 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 #6F3E73 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 62 | 115 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.55 |
| HSL | 295.47º | 0.3% | 0.35% | - |
| HSV(B) | 295.47º | 0.46% | 0.45% | - |
| XYZ | 11.37 | 8.06 | 17.18 | - |
| YUV | 82.69 | 146.23 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 62 | 115 | 0.03 | 0.46 | 0 | 0.55 | 295.47 | 0.3 | 0.35 |
| Hex | 6F | 3E | 73 | 3 | 2E | 0 | 37 | 127 | 1E | 23 |
| Octal | 157 | 76 | 163 | 3 | 56 | 0 | 67 | 447 | 36 | 43 |
| Binary | 1101111 | 111110 | 1110011 | 11 | 101110 | 0 | 110111 | 100100111 | 11110 | 100011 |
Color Harmonies of #6F3E73
Complementary color
Monochromatic Colors of #6F3E73
Black with #6F3E73
Text Example
Text Example
White with #6F3E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3E73; }
p { color: rgb(111,62,115); }
H1.HeaderClassName
{
color: #6F3E73;
}
.AnyTagClassName
{
color: #6F3E73;
}
</style>
background-color css
<style>
a { background-color: #6F3E73; }
a { background-color: rgb(111,62,115); }
div.DivClassName
{
background-color: #6F3E73;
}
.BgClassName
{
background-color: #6F3E73;
}
</style>
border-color css
<style>
span { border-color: #6F3E73; }
span { border-color: rgb(111,62,115); }
td.TdClassName
{
border-color: #6F3E73;
}
.TagClassName
{
border-color: #6F3E73;
}
</style>