COLOR #682D99

HEX: #682D99 RGB: (104,45,153)

Color info

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

RGB color model

#682D99 color RGB value is (104,45,153).

RGB: (104,45,153) (41%, 18%, 60%)

RGB channels and saturation

R 104 of 255 = 41%
G 45 of 255 = 18%
B 153 of 255 = 60%

104
45
153

R + G + B ~ 40%. #682D99 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 104 + 45 + 153 = 302 (100%)
R 104 of 302 ~ 34.44%
G 45 of 302 ~ 14.9%
B 153 of 302 ~ 50.66'%

%34.44
%14.9
%50.66

CMYK color model

#682D99 color CMYK value is (32,71,0,40).

  • cyan value is 32.03%
  • magenta value is 70.59%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (32,71,0,40)
C32M71Y0K40 (32%, 71%, 0%, 40%)
(0.32 / 0.71 / 0.00 / 0.40)

CMYK percentages

%32.03
%70.59
%0
%40

Codes

Color #682D99 in popluar color models

68 2D 99
RGB 104 45 153
HSL 273° 54.55% 38.82%
HSB/HSV 273° 70.59% 60.00%
CMYK 32.03% 70.59% 0.00%
40.00%

Color #682D99 in popluar number systems.

HEX 68 2D 99
Decimal 104 45 153
Binary 1101000 101101 10011001
Octal 150 55 231

Shades and tints

Shades of #682D99

#682D99
(104,45,153)
#5F298C
(95,41,140)
#56257F
(86,37,127)
#4D2172
(77,33,114)
#441D65
(68,29,101)
#3B1958
(59,25,88)
#32154B
(50,21,75)
#29113E
(41,17,62)
#200D31
(32,13,49)
#170924
(23,9,36)
#0E0517
(14,5,23)
#000000
(0,0,0)

Tints of #682D99

#682D99
(104,45,153)
#7540A2
(117,64,162)
#8253AB
(130,83,171)
#8F66B4
(143,102,180)
#9C79BD
(156,121,189)
#A98CC6
(169,140,198)
#B69FCF
(182,159,207)
#C3B2D8
(195,178,216)
#D0C5E1
(208,197,225)
#DDD8EA
(221,216,234)
#EAEBF3
(234,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #682D99 color. Also use rgb(104,45,153) instead hex code.

Text Font Color

.myTextColor { color: #682D99; }

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

This text font color is #682D99.

Background Color

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

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

This div background color is #682D99.

Border color

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

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

This div border color is #682D99.

Opacity

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

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

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

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

This text has shadow with #682D99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #682D99.

Preview

Color preview on black background

This text has color #682D99 on black background.


Color preview on white background

This text has color #682D99 on white background.


Black color preview on #682D99 background

This text has black color on #682D99 background.


White color preview on #682D99 background

This text has white color on #682D99 background.


Related colors

Complementary color

Complementary color for #hex is #97D266.


I love getcolorcode.com

Triadic colors

1 #99682D and #2D9968 with #682D99 are triadic colors.

2 #992D68 and #2D6899 with #682D99 are triadic colors.