Shades of Eminence #683D71
Tints of Eminence #683D71
RGB
CMYK
RGB Variations
Color information
#683D71 (or 0x683D71) is known color: Eminence. HEX triplet: 68, 3D and 71. RGB value is (104,61,113). Sum of RGB (Red+Green+Blue) = 104+61+113=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 113 - color contains mainly: blue. Hex color #683D71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683D71 is #97C28E. Grayscale: #4F4F4F. Windows color (decimal): -9945743 or 7421288. OLE color: 7421288.
HSL color Cylindrical-coordinate representation of color #683D71: hue angle of 289.62º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #683D71 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 61 | 113 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.56 |
| HSL | 289.62º | 0.3% | 0.34% | - |
| HSV(B) | 289.62º | 0.46% | 0.44% | - |
| XYZ | 10.36 | 7.47 | 16.52 | - |
| YUV | 79.79 | 146.75 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 113 | 0.08 | 0.46 | 0 | 0.56 | 289.62 | 0.3 | 0.34 |
| Hex | 68 | 3D | 71 | 8 | 2E | 0 | 38 | 122 | 1E | 22 |
| Octal | 150 | 75 | 161 | 10 | 56 | 0 | 70 | 442 | 36 | 42 |
| Binary | 1101000 | 111101 | 1110001 | 1000 | 101110 | 0 | 111000 | 100100010 | 11110 | 100010 |
Color Harmonies of #683D71
Complementary color
Monochromatic Colors of #683D71
Black with #683D71
Text Example
Text Example
White with #683D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683D71; }
p { color: rgb(104,61,113); }
H1.HeaderClassName
{
color: #683D71;
}
.AnyTagClassName
{
color: #683D71;
}
</style>
background-color css
<style>
a { background-color: #683D71; }
a { background-color: rgb(104,61,113); }
div.DivClassName
{
background-color: #683D71;
}
.BgClassName
{
background-color: #683D71;
}
</style>
border-color css
<style>
span { border-color: #683D71; }
span { border-color: rgb(104,61,113); }
td.TdClassName
{
border-color: #683D71;
}
.TagClassName
{
border-color: #683D71;
}
</style>