Shades of Eminence #673A70
Tints of Eminence #673A70
RGB
CMYK
RGB Variations
Color information
#673A70 (or 0x673A70) is known color: Eminence. HEX triplet: 67, 3A and 70. RGB value is (103,58,112). Sum of RGB (Red+Green+Blue) = 103+58+112=273 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.73% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 112 - color contains mainly: blue. Hex color #673A70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673A70 is #98C58F. Grayscale: #4D4D4D. Windows color (decimal): -10012048 or 7354983. OLE color: 7354983.
HSL color Cylindrical-coordinate representation of color #673A70: hue angle of 290º degrees, saturation: 0.32, 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 #673A70 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 58 | 112 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.56 |
| HSL | 290º | 0.32% | 0.33% | - |
| HSV(B) | 290º | 0.48% | 0.44% | - |
| XYZ | 10.03 | 7.08 | 16.17 | - |
| YUV | 77.61 | 147.41 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 58 | 112 | 0.08 | 0.48 | 0 | 0.56 | 290 | 0.32 | 0.33 |
| Hex | 67 | 3A | 70 | 8 | 30 | 0 | 38 | 122 | 20 | 21 |
| Octal | 147 | 72 | 160 | 10 | 60 | 0 | 70 | 442 | 40 | 41 |
| Binary | 1100111 | 111010 | 1110000 | 1000 | 110000 | 0 | 111000 | 100100010 | 100000 | 100001 |
Color Harmonies of #673A70
Complementary color
Monochromatic Colors of #673A70
Black with #673A70
Text Example
Text Example
White with #673A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673A70; }
p { color: rgb(103,58,112); }
H1.HeaderClassName
{
color: #673A70;
}
.AnyTagClassName
{
color: #673A70;
}
</style>
background-color css
<style>
a { background-color: #673A70; }
a { background-color: rgb(103,58,112); }
div.DivClassName
{
background-color: #673A70;
}
.BgClassName
{
background-color: #673A70;
}
</style>
border-color css
<style>
span { border-color: #673A70; }
span { border-color: rgb(103,58,112); }
td.TdClassName
{
border-color: #673A70;
}
.TagClassName
{
border-color: #673A70;
}
</style>