Shades of Eminence #683C75
Tints of Eminence #683C75
RGB
CMYK
RGB Variations
Color information
#683C75 (or 0x683C75) is known color: Eminence. HEX triplet: 68, 3C and 75. RGB value is (104,60,117). Sum of RGB (Red+Green+Blue) = 104+60+117=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 60 (23.83% from 255 or 21.35% 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 #683C75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683C75 is #97C38A. Grayscale: #4F4F4F. Windows color (decimal): -9945995 or 7683176. OLE color: 7683176.
HSL color Cylindrical-coordinate representation of color #683C75: hue angle of 286.32º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #683C75 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 104 | 60 | 117 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.54 |
| HSL | 286.32º | 0.32% | 0.35% | - |
| HSV(B) | 286.32º | 0.49% | 0.46% | - |
| XYZ | 10.54 | 7.46 | 17.71 | - |
| YUV | 79.65 | 149.08 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 60 | 117 | 0.11 | 0.49 | 0 | 0.54 | 286.32 | 0.32 | 0.35 |
| Hex | 68 | 3C | 75 | B | 31 | 0 | 36 | 11E | 20 | 23 |
| Octal | 150 | 74 | 165 | 13 | 61 | 0 | 66 | 436 | 40 | 43 |
| Binary | 1101000 | 111100 | 1110101 | 1011 | 110001 | 0 | 110110 | 100011110 | 100000 | 100011 |
Color Harmonies of #683C75
Complementary color
Monochromatic Colors of #683C75
Black with #683C75
Text Example
Text Example
White with #683C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683C75; }
p { color: rgb(104,60,117); }
H1.HeaderClassName
{
color: #683C75;
}
.AnyTagClassName
{
color: #683C75;
}
</style>
background-color css
<style>
a { background-color: #683C75; }
a { background-color: rgb(104,60,117); }
div.DivClassName
{
background-color: #683C75;
}
.BgClassName
{
background-color: #683C75;
}
</style>
border-color css
<style>
span { border-color: #683C75; }
span { border-color: rgb(104,60,117); }
td.TdClassName
{
border-color: #683C75;
}
.TagClassName
{
border-color: #683C75;
}
</style>