COLOR #682682

HEX: #682682
RGB: (104,38,130)

Color info

#682682 contains mainly red and blue colors. Web safe color of #682682 is #663399 (or #639).

RGB color model

#682682 color RGB value is (104,38,130).

  • red value is 104;
  • green value is 38;
  • blue value is 130.
RGB:
(104,38,130)
(41%,15%,51%)

RGB channels and saturation

R 104 of 255 = 41%
G 38 of 255 = 15%
B 130 of 255 = 51%

104
38
130

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

Portions of RGB colors in percentages

R + G + B =
104 + 38 + 130 = 272 (100%)
R 104 of 272 ~ 38.24%
G 38 of 272 ~ 13.97%
B 130 of 272 ~ 47.79%

%38.24
%13.97
%47.79

CMYK color model

#682682 color CMYK value is (20,71,0,49).

  • cyan value is 20.00%
  • magenta value is 70.77%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(20,71,0,49)
C20M71Y0K49 
(20%,71%,0%,49%)
(0.20/0.71/0.00/0.49)	

CMYK percentages

%20
%70.77
%0
%49.02

Codes

Color #682682 in popluar color models

682682
RGB10438130
HSL283°54.76%32.94%
HSB/HSV283°70.77%50.98%
CMYK20.00%70.77%0.00%
49.02%

Color #682682 in popluar number systems.

HEX682682
Decimal10438130
Binary110100010011010000010
Octal15046202

Shades and tints

Shades of #682682

#682682
(104,38,130)
#5F2377
(95,35,119)
#56206C
(86,32,108)
#4D1D61
(77,29,97)
#441A56
(68,26,86)
#3B174B
(59,23,75)
#321440
(50,20,64)
#291135
(41,17,53)
#200E2A
(32,14,42)
#170B1F
(23,11,31)
#0E0814
(14,8,20)
#000000
(0,0,0)

Tints of #682682

#682682
(104,38,130)
#75398D
(117,57,141)
#824C98
(130,76,152)
#8F5FA3
(143,95,163)
#9C72AE
(156,114,174)
#A985B9
(169,133,185)
#B698C4
(182,152,196)
#C3ABCF
(195,171,207)
#D0BEDA
(208,190,218)
#DDD1E5
(221,209,229)
#EAE4F0
(234,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #682682 color. Also use rgb(104,38,130) instead hex code.

Text Font Color

.myTextColor { color: #682682; }

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

This text font color is #682682.


Background Color

.myBgColor { background-color: #682682; }

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

This div background color is #682682.


Border color

.myBorderColor { border: 1px solid #682682; }

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

This div border color is #682682.


Opacity

.myOpacity80 { color: #682682; opacity: 0.8; }

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

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

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

This text has shadow with #682682 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #682682 on black background.


Color preview on white background

This text has color #682682 on white background.



Black color preview on #682682 background

This text has black color on #682682 background.


White color preview on #682682 background

This text has white color on #682682 background.