COLOR #682596

HEX: #682596
RGB: (104,37,150)

Color info

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

RGB color model

#682596 color RGB value is (104,37,150).

  • red value is 104;
  • green value is 37;
  • blue value is 150.
RGB:
(104,37,150)
(41%,15%,59%)

RGB channels and saturation

R 104 of 255 = 41%
G 37 of 255 = 15%
B 150 of 255 = 59%

104
37
150

R + G + B ~ 38%. #682596 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 37 + 150 = 291 (100%)
R 104 of 291 ~ 35.74%
G 37 of 291 ~ 12.71%
B 150 of 291 ~ 51.55%

%35.74
%12.71
%51.55

CMYK color model

#682596 color CMYK value is (31,75,0,41).

  • cyan value is 30.67%
  • magenta value is 75.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(31,75,0,41)
C31M75Y0K41 
(31%,75%,0%,41%)
(0.31/0.75/0.00/0.41)	

CMYK percentages

%30.67
%75.33
%0
%41.18

Codes

Color #682596 in popluar color models

682596
RGB10437150
HSL276°60.43%36.67%
HSB/HSV276°75.33%58.82%
CMYK30.67%75.33%0.00%
41.18%

Color #682596 in popluar number systems.

HEX682596
Decimal10437150
Binary110100010010110010110
Octal15045226

Shades and tints

Shades of #682596

#682596
(104,37,150)
#5F2289
(95,34,137)
#561F7C
(86,31,124)
#4D1C6F
(77,28,111)
#441962
(68,25,98)
#3B1655
(59,22,85)
#321348
(50,19,72)
#29103B
(41,16,59)
#200D2E
(32,13,46)
#170A21
(23,10,33)
#0E0714
(14,7,20)
#000000
(0,0,0)

Tints of #682596

#682596
(104,37,150)
#75389F
(117,56,159)
#824BA8
(130,75,168)
#8F5EB1
(143,94,177)
#9C71BA
(156,113,186)
#A984C3
(169,132,195)
#B697CC
(182,151,204)
#C3AAD5
(195,170,213)
#D0BDDE
(208,189,222)
#DDD0E7
(221,208,231)
#EAE3F0
(234,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #682596 color. Also use rgb(104,37,150) instead hex code.

Text Font Color

.myTextColor { color: #682596; }

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

This text font color is #682596.


Background Color

.myBgColor { background-color: #682596; }

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

This div background color is #682596.


Border color

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

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

This div border color is #682596.


Opacity

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

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

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

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

This text has shadow with #682596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #682596 on black background.


Color preview on white background

This text has color #682596 on white background.



Black color preview on #682596 background

This text has black color on #682596 background.


White color preview on #682596 background

This text has white color on #682596 background.