Shades of Eminence #6D3080
Tints of Eminence #6D3080
RGB
CMYK
RGB Variations
Color information
#6D3080 (or 0x6D3080) is known color: Eminence. HEX triplet: 6D, 30 and 80. RGB value is (109,48,128). Sum of RGB (Red+Green+Blue) = 109+48+128=285 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.25% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 128 (50.39% from 255 or 44.91% from 285); Max value from RGB is 128 - color contains mainly: blue. Hex color #6D3080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3080 is #92CF7F. Grayscale: #4B4B4B. Windows color (decimal): -9621376 or 8401005. OLE color: 8401005.
HSL color Cylindrical-coordinate representation of color #6D3080: hue angle of 285.75º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6D3080 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 109 | 48 | 128 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.50 |
| HSL | 285.75º | 0.45% | 0.35% | - |
| HSV(B) | 285.75º | 0.63% | 0.5% | - |
| XYZ | 11.26 | 6.92 | 21.17 | - |
| YUV | 75.36 | 157.71 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 48 | 128 | 0.15 | 0.62 | 0 | 0.50 | 285.75 | 0.45 | 0.35 |
| Hex | 6D | 30 | 80 | F | 3E | 0 | 32 | 11E | 2D | 23 |
| Octal | 155 | 60 | 200 | 17 | 76 | 0 | 62 | 436 | 55 | 43 |
| Binary | 1101101 | 110000 | 10000000 | 1111 | 111110 | 0 | 110010 | 100011110 | 101101 | 100011 |
Color Harmonies of #6D3080
Complementary color
Monochromatic Colors of #6D3080
Black with #6D3080
Text Example
Text Example
White with #6D3080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3080; }
p { color: rgb(109,48,128); }
H1.HeaderClassName
{
color: #6D3080;
}
.AnyTagClassName
{
color: #6D3080;
}
</style>
background-color css
<style>
a { background-color: #6D3080; }
a { background-color: rgb(109,48,128); }
div.DivClassName
{
background-color: #6D3080;
}
.BgClassName
{
background-color: #6D3080;
}
</style>
border-color css
<style>
span { border-color: #6D3080; }
span { border-color: rgb(109,48,128); }
td.TdClassName
{
border-color: #6D3080;
}
.TagClassName
{
border-color: #6D3080;
}
</style>