COLOR #682C7F

HEX: #682C7F
RGB: (104,44,127)

Color info

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

RGB color model

#682C7F color RGB value is (104,44,127).

  • red value is 104;
  • green value is 44;
  • blue value is 127.
RGB:
(104,44,127)
(41%,17%,50%)

RGB channels and saturation

R 104 of 255 = 41%
G 44 of 255 = 17%
B 127 of 255 = 50%

104
44
127

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

Portions of RGB colors in percentages

R + G + B =
104 + 44 + 127 = 275 (100%)
R 104 of 275 ~ 37.82%
G 44 of 275 ~ 16%
B 127 of 275 ~ 46.18%

%37.82
%16
%46.18

CMYK color model

#682C7F color CMYK value is (18,65,0,50).

  • cyan value is 18.11%
  • magenta value is 65.35%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(18,65,0,50)
C18M65Y0K50 
(18%,65%,0%,50%)
(0.18/0.65/0.00/0.50)	

CMYK percentages

%18.11
%65.35
%0
%50.2

Codes

Color #682C7F in popluar color models

682C7F
RGB10444127
HSL283°48.54%33.53%
HSB/HSV283°65.35%49.80%
CMYK18.11%65.35%0.00%
50.20%

Color #682C7F in popluar number systems.

HEX682C7F
Decimal10444127
Binary11010001011001111111
Octal15054177

Shades and tints

Shades of #682C7F

#682C7F
(104,44,127)
#5F2874
(95,40,116)
#562469
(86,36,105)
#4D205E
(77,32,94)
#441C53
(68,28,83)
#3B1848
(59,24,72)
#32143D
(50,20,61)
#291032
(41,16,50)
#200C27
(32,12,39)
#17081C
(23,8,28)
#0E0411
(14,4,17)
#000000
(0,0,0)

Tints of #682C7F

#682C7F
(104,44,127)
#753F8A
(117,63,138)
#825295
(130,82,149)
#8F65A0
(143,101,160)
#9C78AB
(156,120,171)
#A98BB6
(169,139,182)
#B69EC1
(182,158,193)
#C3B1CC
(195,177,204)
#D0C4D7
(208,196,215)
#DDD7E2
(221,215,226)
#EAEAED
(234,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #682C7F color. Also use rgb(104,44,127) instead hex code.

Text Font Color

.myTextColor { color: #682C7F; }

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

This text font color is #682C7F.


Background Color

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

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

This div background color is #682C7F.


Border color

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

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

This div border color is #682C7F.


Opacity

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

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

Text with #682C7F 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 #682C7F;}

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

This text has shadow with #682C7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #682C7F on black background.


Color preview on white background

This text has color #682C7F on white background.



Black color preview on #682C7F background

This text has black color on #682C7F background.


White color preview on #682C7F background

This text has white color on #682C7F background.