Shades of Eminence #673A6F
Tints of Eminence #673A6F
RGB
CMYK
RGB Variations
Color information
#673A6F (or 0x673A6F) is known color: Eminence. HEX triplet: 67, 3A and 6F. RGB value is (103,58,111). Sum of RGB (Red+Green+Blue) = 103+58+111=272 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.87% from 272); Green value is 58 (23.05% from 255 or 21.32% from 272); Blue value is 111 (43.75% from 255 or 40.81% from 272); Max value from RGB is 111 - color contains mainly: blue. Hex color #673A6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673A6F is #98C590. Grayscale: #4D4D4D. Windows color (decimal): -10012049 or 7289447. OLE color: 7289447.
HSL color Cylindrical-coordinate representation of color #673A6F: hue angle of 290.94º degrees, saturation: 0.31, 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 #673A6F is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 58 | 111 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.56 |
| HSL | 290.94º | 0.31% | 0.33% | - |
| HSV(B) | 290.94º | 0.48% | 0.44% | - |
| XYZ | 9.98 | 7.06 | 15.88 | - |
| YUV | 77.5 | 146.91 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 58 | 111 | 0.07 | 0.48 | 0 | 0.56 | 290.94 | 0.31 | 0.33 |
| Hex | 67 | 3A | 6F | 7 | 30 | 0 | 38 | 123 | 1F | 21 |
| Octal | 147 | 72 | 157 | 7 | 60 | 0 | 70 | 443 | 37 | 41 |
| Binary | 1100111 | 111010 | 1101111 | 111 | 110000 | 0 | 111000 | 100100011 | 11111 | 100001 |
Color Harmonies of #673A6F
Complementary color
Monochromatic Colors of #673A6F
Black with #673A6F
Text Example
Text Example
White with #673A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673A6F; }
p { color: rgb(103,58,111); }
H1.HeaderClassName
{
color: #673A6F;
}
.AnyTagClassName
{
color: #673A6F;
}
</style>
background-color css
<style>
a { background-color: #673A6F; }
a { background-color: rgb(103,58,111); }
div.DivClassName
{
background-color: #673A6F;
}
.BgClassName
{
background-color: #673A6F;
}
</style>
border-color css
<style>
span { border-color: #673A6F; }
span { border-color: rgb(103,58,111); }
td.TdClassName
{
border-color: #673A6F;
}
.TagClassName
{
border-color: #673A6F;
}
</style>