COLOR #682771

HEX: #682771
RGB: (104,39,113)

Color info

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

RGB color model

#682771 color RGB value is (104,39,113).

  • red value is 104;
  • green value is 39;
  • blue value is 113.
RGB:
(104,39,113)
(41%,15%,44%)

RGB channels and saturation

R 104 of 255 = 41%
G 39 of 255 = 15%
B 113 of 255 = 44%

104
39
113

R + G + B ~ 33%. #682771 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 39 + 113 = 256 (100%)
R 104 of 256 ~ 40.63%
G 39 of 256 ~ 15.23%
B 113 of 256 ~ 44.14%

%40.63
%15.23
%44.14

CMYK color model

#682771 color CMYK value is (8,65,0,56).

  • cyan value is 7.96%
  • magenta value is 65.49%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(8,65,0,56)
C8M65Y0K56 
(8%,65%,0%,56%)
(0.08/0.65/0.00/0.56)	

CMYK percentages

%7.96
%65.49
%0
%55.69

Codes

Color #682771 in popluar color models

682771
RGB10439113
HSL293°48.68%29.80%
HSB/HSV293°65.49%44.31%
CMYK7.96%65.49%0.00%
55.69%

Color #682771 in popluar number systems.

HEX682771
Decimal10439113
Binary11010001001111110001
Octal15047161

Shades and tints

Shades of #682771

#682771
(104,39,113)
#5F2467
(95,36,103)
#56215D
(86,33,93)
#4D1E53
(77,30,83)
#441B49
(68,27,73)
#3B183F
(59,24,63)
#321535
(50,21,53)
#29122B
(41,18,43)
#200F21
(32,15,33)
#170C17
(23,12,23)
#0E090D
(14,9,13)
#000000
(0,0,0)

Tints of #682771

#682771
(104,39,113)
#753A7D
(117,58,125)
#824D89
(130,77,137)
#8F6095
(143,96,149)
#9C73A1
(156,115,161)
#A986AD
(169,134,173)
#B699B9
(182,153,185)
#C3ACC5
(195,172,197)
#D0BFD1
(208,191,209)
#DDD2DD
(221,210,221)
#EAE5E9
(234,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #682771 color. Also use rgb(104,39,113) instead hex code.

Text Font Color

.myTextColor { color: #682771; }

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

This text font color is #682771.


Background Color

.myBgColor { background-color: #682771; }

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

This div background color is #682771.


Border color

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

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

This div border color is #682771.


Opacity

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

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

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

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

This text has shadow with #682771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #682771 on black background.


Color preview on white background

This text has color #682771 on white background.



Black color preview on #682771 background

This text has black color on #682771 background.


White color preview on #682771 background

This text has white color on #682771 background.