COLOR #682E7C

HEX: #682E7C
RGB: (104,46,124)

Color info

#682E7C contains mainly red and blue colors. Web safe color of #682E7C is #663366 (or #636).

RGB color model

#682E7C color RGB value is (104,46,124).

  • red value is 104;
  • green value is 46;
  • blue value is 124.
RGB:
(104,46,124)
(41%,18%,49%)

RGB channels and saturation

R 104 of 255 = 41%
G 46 of 255 = 18%
B 124 of 255 = 49%

104
46
124

R + G + B ~ 36%. #682E7C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 46 + 124 = 274 (100%)
R 104 of 274 ~ 37.96%
G 46 of 274 ~ 16.79%
B 124 of 274 ~ 45.26%

%37.96
%16.79
%45.26

CMYK color model

#682E7C color CMYK value is (16,63,0,51).

  • cyan value is 16.13%
  • magenta value is 62.90%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(16,63,0,51)
C16M63Y0K51 
(16%,63%,0%,51%)
(0.16/0.63/0.00/0.51)	

CMYK percentages

%16.13
%62.9
%0
%51.37

Codes

Color #682E7C in popluar color models

682E7C
RGB10446124
HSL285°45.88%33.33%
HSB/HSV285°62.90%48.63%
CMYK16.13%62.90%0.00%
51.37%

Color #682E7C in popluar number systems.

HEX682E7C
Decimal10446124
Binary11010001011101111100
Octal15056174

Shades and tints

Shades of #682E7C

#682E7C
(104,46,124)
#5F2A71
(95,42,113)
#562666
(86,38,102)
#4D225B
(77,34,91)
#441E50
(68,30,80)
#3B1A45
(59,26,69)
#32163A
(50,22,58)
#29122F
(41,18,47)
#200E24
(32,14,36)
#170A19
(23,10,25)
#0E060E
(14,6,14)
#000000
(0,0,0)

Tints of #682E7C

#682E7C
(104,46,124)
#754187
(117,65,135)
#825492
(130,84,146)
#8F679D
(143,103,157)
#9C7AA8
(156,122,168)
#A98DB3
(169,141,179)
#B6A0BE
(182,160,190)
#C3B3C9
(195,179,201)
#D0C6D4
(208,198,212)
#DDD9DF
(221,217,223)
#EAECEA
(234,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #682E7C color. Also use rgb(104,46,124) instead hex code.

Text Font Color

.myTextColor { color: #682E7C; }

<p style="color:#682E7C">This sample text font color is #682E7C.</p>

This text font color is #682E7C.


Background Color

.myBgColor { background-color: #682E7C; }

<div style="background-color:#682E7C">Inner text</div>

This div background color is #682E7C.


Border color

.myBorderColor { border: 1px solid #682E7C; }

<div style="border:3px solid #682E7C">Div</div>

This div border color is #682E7C.


Opacity

.myOpacity80 { color: #682E7C; opacity: 0.8; }

<p style="color:#682E7C;opacity:0.8;">80%</p>

Text with #682E7C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #682E7C;}

<p style="text-shadow: 3px 3px 1px #682E7C">Text here.</p>

This text has shadow with #682E7C color.

.textShadow {text-shadow: 3px 3px 1px #682E7C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #682E7C, 5px 5px 20px red">Text here.</p>

This text has shadow with #682E7C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#682E7C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#682E7C, Direction=45, Strength=4)">Text</p>

This text has shadow with #682E7C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #682E7C;
  -webkit-box-shadow:	1px 1px 3px 2px #682E7C;
  box-shadow:		1px 1px 3px 2px #682E7C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #682E7C;
-webkit-box-shadow: 1px 1px 3px 2px #682E7C;
box-shadow:1px 1px 3px 2px #682E7C;">
Div content here</div>
This div box has shadow with color #682E7C.

Preview

Color preview on black background

This text has color #682E7C on black background.


Color preview on white background

This text has color #682E7C on white background.



Black color preview on #682E7C background

This text has black color on #682E7C background.


White color preview on #682E7C background

This text has white color on #682E7C background.