Shades of Eminence #6D387A
Tints of Eminence #6D387A
RGB
CMYK
RGB Variations
Color information
#6D387A (or 0x6D387A) is known color: Eminence. HEX triplet: 6D, 38 and 7A. RGB value is (109,56,122). Sum of RGB (Red+Green+Blue) = 109+56+122=287 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.98% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 122 - color contains mainly: blue. Hex color #6D387A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D387A is #92C785. Grayscale: #4F4F4F. Windows color (decimal): -9619334 or 8009837. OLE color: 8009837.
HSL color Cylindrical-coordinate representation of color #6D387A: hue angle of 288.18º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D387A is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 109 | 56 | 122 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.52 |
| HSL | 288.18º | 0.37% | 0.35% | - |
| HSV(B) | 288.18º | 0.54% | 0.48% | - |
| XYZ | 11.23 | 7.48 | 19.26 | - |
| YUV | 79.37 | 152.06 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 56 | 122 | 0.11 | 0.54 | 0 | 0.52 | 288.18 | 0.37 | 0.35 |
| Hex | 6D | 38 | 7A | B | 36 | 0 | 34 | 120 | 25 | 23 |
| Octal | 155 | 70 | 172 | 13 | 66 | 0 | 64 | 440 | 45 | 43 |
| Binary | 1101101 | 111000 | 1111010 | 1011 | 110110 | 0 | 110100 | 100100000 | 100101 | 100011 |
Color Harmonies of #6D387A
Complementary color
Monochromatic Colors of #6D387A
Black with #6D387A
Text Example
Text Example
White with #6D387A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D387A; }
p { color: rgb(109,56,122); }
H1.HeaderClassName
{
color: #6D387A;
}
.AnyTagClassName
{
color: #6D387A;
}
</style>
background-color css
<style>
a { background-color: #6D387A; }
a { background-color: rgb(109,56,122); }
div.DivClassName
{
background-color: #6D387A;
}
.BgClassName
{
background-color: #6D387A;
}
</style>
border-color css
<style>
span { border-color: #6D387A; }
span { border-color: rgb(109,56,122); }
td.TdClassName
{
border-color: #6D387A;
}
.TagClassName
{
border-color: #6D387A;
}
</style>