Shades of Eminence #6E387F
Tints of Eminence #6E387F
RGB
CMYK
RGB Variations
Color information
#6E387F (or 0x6E387F) is known color: Eminence. HEX triplet: 6E, 38 and 7F. RGB value is (110,56,127). Sum of RGB (Red+Green+Blue) = 110+56+127=293 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.54% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 127 - color contains mainly: blue. Hex color #6E387F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E387F is #91C780. Grayscale: #505050. Windows color (decimal): -9553793 or 8337518. OLE color: 8337518.
HSL color Cylindrical-coordinate representation of color #6E387F: hue angle of 285.63º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E387F is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 110 | 56 | 127 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.50 |
| HSL | 285.63º | 0.39% | 0.36% | - |
| HSV(B) | 285.63º | 0.56% | 0.5% | - |
| XYZ | 11.68 | 7.68 | 20.94 | - |
| YUV | 80.24 | 154.39 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 56 | 127 | 0.13 | 0.56 | 0 | 0.50 | 285.63 | 0.39 | 0.36 |
| Hex | 6E | 38 | 7F | D | 38 | 0 | 32 | 11E | 27 | 24 |
| Octal | 156 | 70 | 177 | 15 | 70 | 0 | 62 | 436 | 47 | 44 |
| Binary | 1101110 | 111000 | 1111111 | 1101 | 111000 | 0 | 110010 | 100011110 | 100111 | 100100 |
Color Harmonies of #6E387F
Complementary color
Monochromatic Colors of #6E387F
Black with #6E387F
Text Example
Text Example
White with #6E387F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E387F; }
p { color: rgb(110,56,127); }
H1.HeaderClassName
{
color: #6E387F;
}
.AnyTagClassName
{
color: #6E387F;
}
</style>
background-color css
<style>
a { background-color: #6E387F; }
a { background-color: rgb(110,56,127); }
div.DivClassName
{
background-color: #6E387F;
}
.BgClassName
{
background-color: #6E387F;
}
</style>
border-color css
<style>
span { border-color: #6E387F; }
span { border-color: rgb(110,56,127); }
td.TdClassName
{
border-color: #6E387F;
}
.TagClassName
{
border-color: #6E387F;
}
</style>