#682D82

Color #682D82 Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #682D82

Tints of Eminence #682D82

Color information

#682D82 (or 0x682D82) is unknown color: approx Eminence. HEX triplet: 68, 2D and 82. RGB value is (104,45,130). Sum of RGB (Red+Green+Blue) = 104+45+130=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 45 (17.97% from 255 or 16.13% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: blue. Hex color #682D82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682D82 is #97D27D. Grayscale: #484848. Windows color (decimal): -9949822 or 8531304. OLE color: 8531304.

HSL color Cylindrical-coordinate representation of color #682D82: hue angle of 281.65º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #682D82 is Cyan = 0.2, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10445130-
CMYK0.20.6500.49
HSL281.65º48.57%34.31%-
HSV(B)281.65º65.38%50.98%-
XYZ10.686.4321.8-
YUV72.33160.55150.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 37.28%
GREEN value IS 45 (17.97% from 255) = 16.13%
BLUE value IS 130 (51.17% from 255) = 46.59%
R=37.28%
G=16.13%
B=46.59%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104451300.20.6500.49281.6548.5734.31
Hex682D82144103111a3122
Octal15055202241010614326142
Binary1101000101101100000101010010000010110001100011010110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682D82; }

 p { color: rgb(104,45,130); }

 H1.HeaderClassName
 {
   color: #682D82;
 }
 .AnyTagClassName
 {
   color: #682D82;
 }
</style>
background-color css

<style>
 a { background-color: #682D82; }

 a { background-color: rgb(104,45,130); }

 div.DivClassName
 {
   background-color: #682D82;
 }
 .BgClassName
 {
   background-color: #682D82;
 }
</style>
border-color css

<style>
 span { border-color: #682D82; }

 span { border-color: rgb(104,45,130); }

 td.TdClassName
 {
   border-color: #682D82;
 }
 .TagClassName
 {
   border-color: #682D82;
 }
</style>