Shades of Eminence #6D397B
Tints of Eminence #6D397B
RGB
CMYK
RGB Variations
Color information
#6D397B (or 0x6D397B) is known color: Eminence. HEX triplet: 6D, 39 and 7B. RGB value is (109,57,123). Sum of RGB (Red+Green+Blue) = 109+57+123=289 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.72% from 289); Green value is 57 (22.66% from 255 or 19.72% from 289); Blue value is 123 (48.44% from 255 or 42.56% from 289); Max value from RGB is 123 - color contains mainly: blue. Hex color #6D397B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D397B is #92C684. Grayscale: #4F4F4F. Windows color (decimal): -9619077 or 8075629. OLE color: 8075629.
HSL color Cylindrical-coordinate representation of color #6D397B: hue angle of 287.27º 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 #6D397B is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 109 | 57 | 123 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.52 |
| HSL | 287.27º | 0.37% | 0.35% | - |
| HSV(B) | 287.27º | 0.54% | 0.48% | - |
| XYZ | 11.34 | 7.61 | 19.61 | - |
| YUV | 80.07 | 152.23 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 57 | 123 | 0.11 | 0.54 | 0 | 0.52 | 287.27 | 0.37 | 0.35 |
| Hex | 6D | 39 | 7B | B | 36 | 0 | 34 | 11F | 25 | 23 |
| Octal | 155 | 71 | 173 | 13 | 66 | 0 | 64 | 437 | 45 | 43 |
| Binary | 1101101 | 111001 | 1111011 | 1011 | 110110 | 0 | 110100 | 100011111 | 100101 | 100011 |
Color Harmonies of #6D397B
Complementary color
Monochromatic Colors of #6D397B
Black with #6D397B
Text Example
Text Example
White with #6D397B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D397B; }
p { color: rgb(109,57,123); }
H1.HeaderClassName
{
color: #6D397B;
}
.AnyTagClassName
{
color: #6D397B;
}
</style>
background-color css
<style>
a { background-color: #6D397B; }
a { background-color: rgb(109,57,123); }
div.DivClassName
{
background-color: #6D397B;
}
.BgClassName
{
background-color: #6D397B;
}
</style>
border-color css
<style>
span { border-color: #6D397B; }
span { border-color: rgb(109,57,123); }
td.TdClassName
{
border-color: #6D397B;
}
.TagClassName
{
border-color: #6D397B;
}
</style>