Shades of Eminence #6D3A70
Tints of Eminence #6D3A70
RGB
CMYK
RGB Variations
Color information
#6D3A70 (or 0x6D3A70) is known color: Eminence. HEX triplet: 6D, 3A and 70. RGB value is (109,58,112). Sum of RGB (Red+Green+Blue) = 109+58+112=279 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.07% from 279); Green value is 58 (23.05% from 255 or 20.79% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 112 - color contains mainly: blue. Hex color #6D3A70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3A70 is #92C58F. Grayscale: #4F4F4F. Windows color (decimal): -9618832 or 7354989. OLE color: 7354989.
HSL color Cylindrical-coordinate representation of color #6D3A70: hue angle of 296.67º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D3A70 is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 58 | 112 | - |
| CMYK | 0.03 | 0.48 | 0 | 0.56 |
| HSL | 296.67º | 0.32% | 0.33% | - |
| HSV(B) | 296.67º | 0.48% | 0.44% | - |
| XYZ | 10.74 | 7.45 | 16.2 | - |
| YUV | 79.41 | 146.4 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 58 | 112 | 0.03 | 0.48 | 0 | 0.56 | 296.67 | 0.32 | 0.33 |
| Hex | 6D | 3A | 70 | 3 | 30 | 0 | 38 | 129 | 20 | 21 |
| Octal | 155 | 72 | 160 | 3 | 60 | 0 | 70 | 451 | 40 | 41 |
| Binary | 1101101 | 111010 | 1110000 | 11 | 110000 | 0 | 111000 | 100101001 | 100000 | 100001 |
Color Harmonies of #6D3A70
Complementary color
Monochromatic Colors of #6D3A70
Black with #6D3A70
Text Example
Text Example
White with #6D3A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3A70; }
p { color: rgb(109,58,112); }
H1.HeaderClassName
{
color: #6D3A70;
}
.AnyTagClassName
{
color: #6D3A70;
}
</style>
background-color css
<style>
a { background-color: #6D3A70; }
a { background-color: rgb(109,58,112); }
div.DivClassName
{
background-color: #6D3A70;
}
.BgClassName
{
background-color: #6D3A70;
}
</style>
border-color css
<style>
span { border-color: #6D3A70; }
span { border-color: rgb(109,58,112); }
td.TdClassName
{
border-color: #6D3A70;
}
.TagClassName
{
border-color: #6D3A70;
}
</style>