Shades of Eminence #683B76
Tints of Eminence #683B76
RGB
CMYK
RGB Variations
Color information
#683B76 (or 0x683B76) is known color: Eminence. HEX triplet: 68, 3B and 76. RGB value is (104,59,118). Sum of RGB (Red+Green+Blue) = 104+59+118=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 59 (23.44% from 255 or 21.00% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 118 - color contains mainly: blue. Hex color #683B76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683B76 is #97C489. Grayscale: #4E4E4E. Windows color (decimal): -9946250 or 7748456. OLE color: 7748456.
HSL color Cylindrical-coordinate representation of color #683B76: hue angle of 285.76º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #683B76 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 104 | 59 | 118 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.54 |
| HSL | 285.76º | 0.33% | 0.35% | - |
| HSV(B) | 285.76º | 0.5% | 0.46% | - |
| XYZ | 10.54 | 7.38 | 18.01 | - |
| YUV | 79.18 | 149.91 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 59 | 118 | 0.12 | 0.50 | 0 | 0.54 | 285.76 | 0.33 | 0.35 |
| Hex | 68 | 3B | 76 | C | 32 | 0 | 36 | 11E | 21 | 23 |
| Octal | 150 | 73 | 166 | 14 | 62 | 0 | 66 | 436 | 41 | 43 |
| Binary | 1101000 | 111011 | 1110110 | 1100 | 110010 | 0 | 110110 | 100011110 | 100001 | 100011 |
Color Harmonies of #683B76
Complementary color
Monochromatic Colors of #683B76
Black with #683B76
Text Example
Text Example
White with #683B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683B76; }
p { color: rgb(104,59,118); }
H1.HeaderClassName
{
color: #683B76;
}
.AnyTagClassName
{
color: #683B76;
}
</style>
background-color css
<style>
a { background-color: #683B76; }
a { background-color: rgb(104,59,118); }
div.DivClassName
{
background-color: #683B76;
}
.BgClassName
{
background-color: #683B76;
}
</style>
border-color css
<style>
span { border-color: #683B76; }
span { border-color: rgb(104,59,118); }
td.TdClassName
{
border-color: #683B76;
}
.TagClassName
{
border-color: #683B76;
}
</style>