#682D80

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

Shades of Eminence #682D80

Tints of Eminence #682D80

Color information

#682D80 (or 0x682D80) is unknown color: approx Eminence. HEX triplet: 68, 2D and 80. RGB value is (104,45,128). Sum of RGB (Red+Green+Blue) = 104+45+128=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 45 (17.97% from 255 or 16.25% from 277); Blue value is 128 (50.39% from 255 or 46.21% from 277); Max value from RGB is 128 - color contains mainly: blue. Hex color #682D80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682D80 is #97D27F. Grayscale: #474747. Windows color (decimal): -9949824 or 8400232. OLE color: 8400232.

HSL color Cylindrical-coordinate representation of color #682D80: hue angle of 282.65º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #682D80 is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10445128-
CMYK0.190.6500.50
HSL282.65º47.98%33.92%-
HSV(B)282.65º64.84%50.2%-
XYZ10.546.3821.1-
YUV72.1159.55150.75-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.55%
GREEN value IS 45 (17.97% from 255) = 16.25%
BLUE value IS 128 (50.39% from 255) = 46.21%
R=37.55%
G=16.25%
B=46.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal104451280.190.6500.50282.6547.9833.92
Hex682D80134103211b3022
Octal15055200231010624336042
Binary1101000101101100000001001110000010110010100011011110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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