Shades of Eminence #6E367A
Tints of Eminence #6E367A
RGB
CMYK
RGB Variations
Color information
#6E367A (or 0x6E367A) is known color: Eminence. HEX triplet: 6E, 36 and 7A. RGB value is (110,54,122). Sum of RGB (Red+Green+Blue) = 110+54+122=286 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.46% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 122 (48.05% from 255 or 42.66% from 286); Max value from RGB is 122 - color contains mainly: blue. Hex color #6E367A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E367A is #91C985. Grayscale: #4E4E4E. Windows color (decimal): -9554310 or 8009326. OLE color: 8009326.
HSL color Cylindrical-coordinate representation of color #6E367A: hue angle of 289.41º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E367A is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 110 | 54 | 122 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.52 |
| HSL | 289.41º | 0.39% | 0.35% | - |
| HSV(B) | 289.41º | 0.56% | 0.48% | - |
| XYZ | 11.26 | 7.36 | 19.24 | - |
| YUV | 78.5 | 152.55 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 54 | 122 | 0.10 | 0.56 | 0 | 0.52 | 289.41 | 0.39 | 0.35 |
| Hex | 6E | 36 | 7A | A | 38 | 0 | 34 | 121 | 27 | 23 |
| Octal | 156 | 66 | 172 | 12 | 70 | 0 | 64 | 441 | 47 | 43 |
| Binary | 1101110 | 110110 | 1111010 | 1010 | 111000 | 0 | 110100 | 100100001 | 100111 | 100011 |
Color Harmonies of #6E367A
Complementary color
Monochromatic Colors of #6E367A
Black with #6E367A
Text Example
Text Example
White with #6E367A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E367A; }
p { color: rgb(110,54,122); }
H1.HeaderClassName
{
color: #6E367A;
}
.AnyTagClassName
{
color: #6E367A;
}
</style>
background-color css
<style>
a { background-color: #6E367A; }
a { background-color: rgb(110,54,122); }
div.DivClassName
{
background-color: #6E367A;
}
.BgClassName
{
background-color: #6E367A;
}
</style>
border-color css
<style>
span { border-color: #6E367A; }
span { border-color: rgb(110,54,122); }
td.TdClassName
{
border-color: #6E367A;
}
.TagClassName
{
border-color: #6E367A;
}
</style>