#682C7C

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

Shades of Eminence #682C7C

Tints of Eminence #682C7C

Color information

#682C7C (or 0x682C7C) is unknown color: approx Eminence. HEX triplet: 68, 2C and 7C. RGB value is (104,44,124). Sum of RGB (Red+Green+Blue) = 104+44+124=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 44 (17.58% from 255 or 16.18% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 124 - color contains mainly: blue. Hex color #682C7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682C7C is #97D383. Grayscale: #464646. Windows color (decimal): -9950084 or 8137832. OLE color: 8137832.

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

Color convert

RGB10444124-
CMYK0.160.6500.51
HSL285º47.62%32.94%-
HSV(B)285º64.52%48.63%-
XYZ10.256.219.73-
YUV71.06157.88151.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.24%
GREEN value IS 44 (17.58% from 255) = 16.18%
BLUE value IS 124 (48.83% from 255) = 45.59%
R=38.24%
G=16.18%
B=45.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal104441240.160.6500.5128547.6232.94
Hex682C7C104103311d3021
Octal15054174201010634356041
Binary110100010110011111001000010000010110011100011101110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,44,124); }

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

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

 a { background-color: rgb(104,44,124); }

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

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

 span { border-color: rgb(104,44,124); }

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