Shades of Eminence #6D4171
Tints of Eminence #6D4171
RGB
CMYK
RGB Variations
Color information
#6D4171 (or 0x6D4171) is known color: Eminence. HEX triplet: 6D, 41 and 71. RGB value is (109,65,113). Sum of RGB (Red+Green+Blue) = 109+65+113=287 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.98% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 113 (44.53% from 255 or 39.37% from 287); Max value from RGB is 113 - color contains mainly: blue. Hex color #6D4171 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4171 is #92BE8E. Grayscale: #535353. Windows color (decimal): -9617039 or 7422317. OLE color: 7422317.
HSL color Cylindrical-coordinate representation of color #6D4171: hue angle of 295º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6D4171 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 65 | 113 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.56 |
| HSL | 295º | 0.27% | 0.35% | - |
| HSV(B) | 295º | 0.42% | 0.44% | - |
| XYZ | 11.18 | 8.22 | 16.62 | - |
| YUV | 83.63 | 144.58 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 65 | 113 | 0.04 | 0.42 | 0 | 0.56 | 295 | 0.27 | 0.35 |
| Hex | 6D | 41 | 71 | 4 | 2A | 0 | 38 | 127 | 1B | 23 |
| Octal | 155 | 101 | 161 | 4 | 52 | 0 | 70 | 447 | 33 | 43 |
| Binary | 1101101 | 1000001 | 1110001 | 100 | 101010 | 0 | 111000 | 100100111 | 11011 | 100011 |
Color Harmonies of #6D4171
Complementary color
Monochromatic Colors of #6D4171
Black with #6D4171
Text Example
Text Example
White with #6D4171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4171; }
p { color: rgb(109,65,113); }
H1.HeaderClassName
{
color: #6D4171;
}
.AnyTagClassName
{
color: #6D4171;
}
</style>
background-color css
<style>
a { background-color: #6D4171; }
a { background-color: rgb(109,65,113); }
div.DivClassName
{
background-color: #6D4171;
}
.BgClassName
{
background-color: #6D4171;
}
</style>
border-color css
<style>
span { border-color: #6D4171; }
span { border-color: rgb(109,65,113); }
td.TdClassName
{
border-color: #6D4171;
}
.TagClassName
{
border-color: #6D4171;
}
</style>