Shades of Eminence #682982
Tints of Eminence #682982
RGB
CMYK
RGB Variations
Color information
#682982 (or 0x682982) is known color: Eminence. HEX triplet: 68, 29 and 82. RGB value is (104,41,130). Sum of RGB (Red+Green+Blue) = 104+41+130=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 41 (16.41% from 255 or 14.91% from 275); Blue value is 130 (51.17% from 255 or 47.27% from 275); Max value from RGB is 130 - color contains mainly: blue. Hex color #682982 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682982 is #97D67D. Grayscale: #454545. Windows color (decimal): -9950846 or 8530280. OLE color: 8530280.
HSL color Cylindrical-coordinate representation of color #682982: hue angle of 282.47º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #682982 is Cyan = 0.2, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 41 | 130 | - |
| CMYK | 0.2 | 0.68 | 0 | 0.49 |
| HSL | 282.47º | 0.52% | 0.34% | - |
| HSV(B) | 282.47º | 0.68% | 0.51% | - |
| XYZ | 10.53 | 6.14 | 21.75 | - |
| YUV | 69.98 | 161.87 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 41 | 130 | 0.2 | 0.68 | 0 | 0.49 | 282.47 | 0.52 | 0.34 |
| Hex | 68 | 29 | 82 | 14 | 44 | 0 | 31 | 11A | 34 | 22 |
| Octal | 150 | 51 | 202 | 24 | 104 | 0 | 61 | 432 | 64 | 42 |
| Binary | 1101000 | 101001 | 10000010 | 10100 | 1000100 | 0 | 110001 | 100011010 | 110100 | 100010 |
Color Harmonies of #682982
Complementary color
Monochromatic Colors of #682982
Black with #682982
Text Example
Text Example
White with #682982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682982; }
p { color: rgb(104,41,130); }
H1.HeaderClassName
{
color: #682982;
}
.AnyTagClassName
{
color: #682982;
}
</style>
background-color css
<style>
a { background-color: #682982; }
a { background-color: rgb(104,41,130); }
div.DivClassName
{
background-color: #682982;
}
.BgClassName
{
background-color: #682982;
}
</style>
border-color css
<style>
span { border-color: #682982; }
span { border-color: rgb(104,41,130); }
td.TdClassName
{
border-color: #682982;
}
.TagClassName
{
border-color: #682982;
}
</style>