Shades of Eminence #683580
Tints of Eminence #683580
RGB
CMYK
RGB Variations
Color information
#683580 (or 0x683580) is known color: Eminence. HEX triplet: 68, 35 and 80. RGB value is (104,53,128). Sum of RGB (Red+Green+Blue) = 104+53+128=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 128 (50.39% from 255 or 44.91% from 285); Max value from RGB is 128 - color contains mainly: blue. Hex color #683580 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683580 is #97CA7F. Grayscale: #4C4C4C. Windows color (decimal): -9947776 or 8402280. OLE color: 8402280.
HSL color Cylindrical-coordinate representation of color #683580: hue angle of 280.8º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #683580 is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 104 | 53 | 128 | - |
| CMYK | 0.19 | 0.59 | 0 | 0.50 |
| HSL | 280.8º | 0.41% | 0.35% | - |
| HSV(B) | 280.8º | 0.59% | 0.5% | - |
| XYZ | 10.88 | 7.05 | 21.21 | - |
| YUV | 76.8 | 156.9 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 53 | 128 | 0.19 | 0.59 | 0 | 0.50 | 280.8 | 0.41 | 0.35 |
| Hex | 68 | 35 | 80 | 13 | 3B | 0 | 32 | 119 | 29 | 23 |
| Octal | 150 | 65 | 200 | 23 | 73 | 0 | 62 | 431 | 51 | 43 |
| Binary | 1101000 | 110101 | 10000000 | 10011 | 111011 | 0 | 110010 | 100011001 | 101001 | 100011 |
Color Harmonies of #683580
Complementary color
Monochromatic Colors of #683580
Black with #683580
Text Example
Text Example
White with #683580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683580; }
p { color: rgb(104,53,128); }
H1.HeaderClassName
{
color: #683580;
}
.AnyTagClassName
{
color: #683580;
}
</style>
background-color css
<style>
a { background-color: #683580; }
a { background-color: rgb(104,53,128); }
div.DivClassName
{
background-color: #683580;
}
.BgClassName
{
background-color: #683580;
}
</style>
border-color css
<style>
span { border-color: #683580; }
span { border-color: rgb(104,53,128); }
td.TdClassName
{
border-color: #683580;
}
.TagClassName
{
border-color: #683580;
}
</style>