Shades of Eminence #673D75
Tints of Eminence #673D75
RGB
CMYK
RGB Variations
Color information
#673D75 (or 0x673D75) is known color: Eminence. HEX triplet: 67, 3D and 75. RGB value is (103,61,117). Sum of RGB (Red+Green+Blue) = 103+61+117=281 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.65% from 281); Green value is 61 (24.22% from 255 or 21.71% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 117 - color contains mainly: blue. Hex color #673D75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673D75 is #98C28A. Grayscale: #4F4F4F. Windows color (decimal): -10011275 or 7683431. OLE color: 7683431.
HSL color Cylindrical-coordinate representation of color #673D75: hue angle of 285º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #673D75 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 103 | 61 | 117 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.54 |
| HSL | 285º | 0.31% | 0.35% | - |
| HSV(B) | 285º | 0.48% | 0.46% | - |
| XYZ | 10.47 | 7.51 | 17.73 | - |
| YUV | 79.94 | 148.91 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 61 | 117 | 0.12 | 0.48 | 0 | 0.54 | 285 | 0.31 | 0.35 |
| Hex | 67 | 3D | 75 | C | 30 | 0 | 36 | 11D | 1F | 23 |
| Octal | 147 | 75 | 165 | 14 | 60 | 0 | 66 | 435 | 37 | 43 |
| Binary | 1100111 | 111101 | 1110101 | 1100 | 110000 | 0 | 110110 | 100011101 | 11111 | 100011 |
Color Harmonies of #673D75
Complementary color
Monochromatic Colors of #673D75
Black with #673D75
Text Example
Text Example
White with #673D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673D75; }
p { color: rgb(103,61,117); }
H1.HeaderClassName
{
color: #673D75;
}
.AnyTagClassName
{
color: #673D75;
}
</style>
background-color css
<style>
a { background-color: #673D75; }
a { background-color: rgb(103,61,117); }
div.DivClassName
{
background-color: #673D75;
}
.BgClassName
{
background-color: #673D75;
}
</style>
border-color css
<style>
span { border-color: #673D75; }
span { border-color: rgb(103,61,117); }
td.TdClassName
{
border-color: #673D75;
}
.TagClassName
{
border-color: #673D75;
}
</style>