Shades of Eminence #6D4B71
Tints of Eminence #6D4B71
RGB
CMYK
RGB Variations
Color information
#6D4B71 (or 0x6D4B71) is known color: Eminence. HEX triplet: 6D, 4B and 71. RGB value is (109,75,113). Sum of RGB (Red+Green+Blue) = 109+75+113=297 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.70% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 113 - color contains mainly: blue. Hex color #6D4B71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4B71 is #92B48E. Grayscale: #595959. Windows color (decimal): -9614479 or 7424877. OLE color: 7424877.
HSL color Cylindrical-coordinate representation of color #6D4B71: hue angle of 293.68º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6D4B71 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 75 | 113 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.56 |
| HSL | 293.68º | 0.2% | 0.37% | - |
| HSV(B) | 293.68º | 0.34% | 0.44% | - |
| XYZ | 11.8 | 9.48 | 16.83 | - |
| YUV | 89.5 | 141.26 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 75 | 113 | 0.04 | 0.34 | 0 | 0.56 | 293.68 | 0.2 | 0.37 |
| Hex | 6D | 4B | 71 | 4 | 22 | 0 | 38 | 126 | 14 | 25 |
| Octal | 155 | 113 | 161 | 4 | 42 | 0 | 70 | 446 | 24 | 45 |
| Binary | 1101101 | 1001011 | 1110001 | 100 | 100010 | 0 | 111000 | 100100110 | 10100 | 100101 |
Color Harmonies of #6D4B71
Complementary color
Monochromatic Colors of #6D4B71
Black with #6D4B71
Text Example
Text Example
White with #6D4B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4B71; }
p { color: rgb(109,75,113); }
H1.HeaderClassName
{
color: #6D4B71;
}
.AnyTagClassName
{
color: #6D4B71;
}
</style>
background-color css
<style>
a { background-color: #6D4B71; }
a { background-color: rgb(109,75,113); }
div.DivClassName
{
background-color: #6D4B71;
}
.BgClassName
{
background-color: #6D4B71;
}
</style>
border-color css
<style>
span { border-color: #6D4B71; }
span { border-color: rgb(109,75,113); }
td.TdClassName
{
border-color: #6D4B71;
}
.TagClassName
{
border-color: #6D4B71;
}
</style>