Shades of Eminence #682882
Tints of Eminence #682882
RGB
CMYK
RGB Variations
Color information
#682882 (or 0x682882) is known color: Eminence. HEX triplet: 68, 28 and 82. RGB value is (104,40,130). Sum of RGB (Red+Green+Blue) = 104+40+130=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 40 (16.02% from 255 or 14.60% from 274); Blue value is 130 (51.17% from 255 or 47.45% from 274); Max value from RGB is 130 - color contains mainly: blue. Hex color #682882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682882 is #97D77D. Grayscale: #454545. Windows color (decimal): -9951102 or 8530024. OLE color: 8530024.
HSL color Cylindrical-coordinate representation of color #682882: hue angle of 282.67º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #682882 is Cyan = 0.2, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 40 | 130 | - |
| CMYK | 0.2 | 0.69 | 0 | 0.49 |
| HSL | 282.67º | 0.53% | 0.33% | - |
| HSV(B) | 282.67º | 0.69% | 0.51% | - |
| XYZ | 10.5 | 6.07 | 21.74 | - |
| YUV | 69.4 | 162.2 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 40 | 130 | 0.2 | 0.69 | 0 | 0.49 | 282.67 | 0.53 | 0.33 |
| Hex | 68 | 28 | 82 | 14 | 45 | 0 | 31 | 11B | 35 | 21 |
| Octal | 150 | 50 | 202 | 24 | 105 | 0 | 61 | 433 | 65 | 41 |
| Binary | 1101000 | 101000 | 10000010 | 10100 | 1000101 | 0 | 110001 | 100011011 | 110101 | 100001 |
Color Harmonies of #682882
Complementary color
Monochromatic Colors of #682882
Black with #682882
Text Example
Text Example
White with #682882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682882; }
p { color: rgb(104,40,130); }
H1.HeaderClassName
{
color: #682882;
}
.AnyTagClassName
{
color: #682882;
}
</style>
background-color css
<style>
a { background-color: #682882; }
a { background-color: rgb(104,40,130); }
div.DivClassName
{
background-color: #682882;
}
.BgClassName
{
background-color: #682882;
}
</style>
border-color css
<style>
span { border-color: #682882; }
span { border-color: rgb(104,40,130); }
td.TdClassName
{
border-color: #682882;
}
.TagClassName
{
border-color: #682882;
}
</style>