Shades of Eminence #673D74
Tints of Eminence #673D74
RGB
CMYK
RGB Variations
Color information
#673D74 (or 0x673D74) is known color: Eminence. HEX triplet: 67, 3D and 74. RGB value is (103,61,116). Sum of RGB (Red+Green+Blue) = 103+61+116=280 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.79% from 280); Green value is 61 (24.22% from 255 or 21.79% from 280); Blue value is 116 (45.70% from 255 or 41.43% from 280); Max value from RGB is 116 - color contains mainly: blue. Hex color #673D74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673D74 is #98C28B. Grayscale: #4F4F4F. Windows color (decimal): -10011276 or 7617895. OLE color: 7617895.
HSL color Cylindrical-coordinate representation of color #673D74: hue angle of 285.82º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #673D74 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 103 | 61 | 116 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.55 |
| HSL | 285.82º | 0.31% | 0.35% | - |
| HSV(B) | 285.82º | 0.47% | 0.45% | - |
| XYZ | 10.41 | 7.48 | 17.42 | - |
| YUV | 79.83 | 148.41 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 61 | 116 | 0.11 | 0.47 | 0 | 0.55 | 285.82 | 0.31 | 0.35 |
| Hex | 67 | 3D | 74 | B | 2F | 0 | 37 | 11E | 1F | 23 |
| Octal | 147 | 75 | 164 | 13 | 57 | 0 | 67 | 436 | 37 | 43 |
| Binary | 1100111 | 111101 | 1110100 | 1011 | 101111 | 0 | 110111 | 100011110 | 11111 | 100011 |
Color Harmonies of #673D74
Complementary color
Monochromatic Colors of #673D74
Black with #673D74
Text Example
Text Example
White with #673D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673D74; }
p { color: rgb(103,61,116); }
H1.HeaderClassName
{
color: #673D74;
}
.AnyTagClassName
{
color: #673D74;
}
</style>
background-color css
<style>
a { background-color: #673D74; }
a { background-color: rgb(103,61,116); }
div.DivClassName
{
background-color: #673D74;
}
.BgClassName
{
background-color: #673D74;
}
</style>
border-color css
<style>
span { border-color: #673D74; }
span { border-color: rgb(103,61,116); }
td.TdClassName
{
border-color: #673D74;
}
.TagClassName
{
border-color: #673D74;
}
</style>