Shades of Eminence #683F71
Tints of Eminence #683F71
RGB
CMYK
RGB Variations
Color information
#683F71 (or 0x683F71) is known color: Eminence. HEX triplet: 68, 3F and 71. RGB value is (104,63,113). Sum of RGB (Red+Green+Blue) = 104+63+113=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 113 - color contains mainly: blue. Hex color #683F71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683F71 is #97C08E. Grayscale: #505050. Windows color (decimal): -9945231 or 7421800. OLE color: 7421800.
HSL color Cylindrical-coordinate representation of color #683F71: hue angle of 289.2º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #683F71 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 63 | 113 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.56 |
| HSL | 289.2º | 0.28% | 0.35% | - |
| HSV(B) | 289.2º | 0.44% | 0.44% | - |
| XYZ | 10.47 | 7.69 | 16.56 | - |
| YUV | 80.96 | 146.08 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 63 | 113 | 0.08 | 0.44 | 0 | 0.56 | 289.2 | 0.28 | 0.35 |
| Hex | 68 | 3F | 71 | 8 | 2C | 0 | 38 | 121 | 1C | 23 |
| Octal | 150 | 77 | 161 | 10 | 54 | 0 | 70 | 441 | 34 | 43 |
| Binary | 1101000 | 111111 | 1110001 | 1000 | 101100 | 0 | 111000 | 100100001 | 11100 | 100011 |
Color Harmonies of #683F71
Complementary color
Monochromatic Colors of #683F71
Black with #683F71
Text Example
Text Example
White with #683F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683F71; }
p { color: rgb(104,63,113); }
H1.HeaderClassName
{
color: #683F71;
}
.AnyTagClassName
{
color: #683F71;
}
</style>
background-color css
<style>
a { background-color: #683F71; }
a { background-color: rgb(104,63,113); }
div.DivClassName
{
background-color: #683F71;
}
.BgClassName
{
background-color: #683F71;
}
</style>
border-color css
<style>
span { border-color: #683F71; }
span { border-color: rgb(104,63,113); }
td.TdClassName
{
border-color: #683F71;
}
.TagClassName
{
border-color: #683F71;
}
</style>