Shades of Eminence #683D73
Tints of Eminence #683D73
RGB
CMYK
RGB Variations
Color information
#683D73 (or 0x683D73) is known color: Eminence. HEX triplet: 68, 3D and 73. RGB value is (104,61,115). Sum of RGB (Red+Green+Blue) = 104+61+115=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 61 (24.22% from 255 or 21.79% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 115 - color contains mainly: blue. Hex color #683D73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683D73 is #97C28C. Grayscale: #4F4F4F. Windows color (decimal): -9945741 or 7552360. OLE color: 7552360.
HSL color Cylindrical-coordinate representation of color #683D73: hue angle of 287.78º 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 #683D73 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 61 | 115 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.55 |
| HSL | 287.78º | 0.31% | 0.35% | - |
| HSV(B) | 287.78º | 0.47% | 0.45% | - |
| XYZ | 10.47 | 7.52 | 17.12 | - |
| YUV | 80.01 | 147.75 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 115 | 0.10 | 0.47 | 0 | 0.55 | 287.78 | 0.31 | 0.35 |
| Hex | 68 | 3D | 73 | A | 2F | 0 | 37 | 120 | 1F | 23 |
| Octal | 150 | 75 | 163 | 12 | 57 | 0 | 67 | 440 | 37 | 43 |
| Binary | 1101000 | 111101 | 1110011 | 1010 | 101111 | 0 | 110111 | 100100000 | 11111 | 100011 |
Color Harmonies of #683D73
Complementary color
Monochromatic Colors of #683D73
Black with #683D73
Text Example
Text Example
White with #683D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683D73; }
p { color: rgb(104,61,115); }
H1.HeaderClassName
{
color: #683D73;
}
.AnyTagClassName
{
color: #683D73;
}
</style>
background-color css
<style>
a { background-color: #683D73; }
a { background-color: rgb(104,61,115); }
div.DivClassName
{
background-color: #683D73;
}
.BgClassName
{
background-color: #683D73;
}
</style>
border-color css
<style>
span { border-color: #683D73; }
span { border-color: rgb(104,61,115); }
td.TdClassName
{
border-color: #683D73;
}
.TagClassName
{
border-color: #683D73;
}
</style>