Shades of Eminence #6D3681
Tints of Eminence #6D3681
RGB
CMYK
RGB Variations
Color information
#6D3681 (or 0x6D3681) is known color: Eminence. HEX triplet: 6D, 36 and 81. RGB value is (109,54,129). Sum of RGB (Red+Green+Blue) = 109+54+129=292 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.33% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 129 (50.78% from 255 or 44.18% from 292); Max value from RGB is 129 - color contains mainly: blue. Hex color #6D3681 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3681 is #92C97E. Grayscale: #4E4E4E. Windows color (decimal): -9619839 or 8468077. OLE color: 8468077.
HSL color Cylindrical-coordinate representation of color #6D3681: hue angle of 284º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6D3681 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 54 | 129 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.49 |
| HSL | 284º | 0.41% | 0.36% | - |
| HSV(B) | 284º | 0.58% | 0.51% | - |
| XYZ | 11.59 | 7.47 | 21.6 | - |
| YUV | 79 | 156.22 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 54 | 129 | 0.16 | 0.58 | 0 | 0.49 | 284 | 0.41 | 0.36 |
| Hex | 6D | 36 | 81 | 10 | 3A | 0 | 31 | 11C | 29 | 24 |
| Octal | 155 | 66 | 201 | 20 | 72 | 0 | 61 | 434 | 51 | 44 |
| Binary | 1101101 | 110110 | 10000001 | 10000 | 111010 | 0 | 110001 | 100011100 | 101001 | 100100 |
Color Harmonies of #6D3681
Complementary color
Monochromatic Colors of #6D3681
Black with #6D3681
Text Example
Text Example
White with #6D3681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3681; }
p { color: rgb(109,54,129); }
H1.HeaderClassName
{
color: #6D3681;
}
.AnyTagClassName
{
color: #6D3681;
}
</style>
background-color css
<style>
a { background-color: #6D3681; }
a { background-color: rgb(109,54,129); }
div.DivClassName
{
background-color: #6D3681;
}
.BgClassName
{
background-color: #6D3681;
}
</style>
border-color css
<style>
span { border-color: #6D3681; }
span { border-color: rgb(109,54,129); }
td.TdClassName
{
border-color: #6D3681;
}
.TagClassName
{
border-color: #6D3681;
}
</style>