Shades of Eminence #6E367F
Tints of Eminence #6E367F
RGB
CMYK
RGB Variations
Color information
#6E367F (or 0x6E367F) is known color: Eminence. HEX triplet: 6E, 36 and 7F. RGB value is (110,54,127). Sum of RGB (Red+Green+Blue) = 110+54+127=291 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.80% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 127 (50% from 255 or 43.64% from 291); Max value from RGB is 127 - color contains mainly: blue. Hex color #6E367F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E367F is #91C980. Grayscale: #4E4E4E. Windows color (decimal): -9554305 or 8337006. OLE color: 8337006.
HSL color Cylindrical-coordinate representation of color #6E367F: hue angle of 286.03º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E367F is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 110 | 54 | 127 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.50 |
| HSL | 286.03º | 0.4% | 0.35% | - |
| HSV(B) | 286.03º | 0.57% | 0.5% | - |
| XYZ | 11.58 | 7.49 | 20.91 | - |
| YUV | 79.07 | 155.05 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 54 | 127 | 0.13 | 0.57 | 0 | 0.50 | 286.03 | 0.4 | 0.35 |
| Hex | 6E | 36 | 7F | D | 39 | 0 | 32 | 11E | 28 | 23 |
| Octal | 156 | 66 | 177 | 15 | 71 | 0 | 62 | 436 | 50 | 43 |
| Binary | 1101110 | 110110 | 1111111 | 1101 | 111001 | 0 | 110010 | 100011110 | 101000 | 100011 |
Color Harmonies of #6E367F
Complementary color
Monochromatic Colors of #6E367F
Black with #6E367F
Text Example
Text Example
White with #6E367F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E367F; }
p { color: rgb(110,54,127); }
H1.HeaderClassName
{
color: #6E367F;
}
.AnyTagClassName
{
color: #6E367F;
}
</style>
background-color css
<style>
a { background-color: #6E367F; }
a { background-color: rgb(110,54,127); }
div.DivClassName
{
background-color: #6E367F;
}
.BgClassName
{
background-color: #6E367F;
}
</style>
border-color css
<style>
span { border-color: #6E367F; }
span { border-color: rgb(110,54,127); }
td.TdClassName
{
border-color: #6E367F;
}
.TagClassName
{
border-color: #6E367F;
}
</style>