COLOR #683181

HEX: #683181
RGB: (104,49,129)

Color info

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

RGB color model

#683181 color RGB value is (104,49,129).

  • red value is 104;
  • green value is 49;
  • blue value is 129.
RGB:
(104,49,129)
(41%,19%,51%)

RGB channels and saturation

R 104 of 255 = 41%
G 49 of 255 = 19%
B 129 of 255 = 51%

104
49
129

R + G + B ~ 37%. #683181 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 49 + 129 = 282 (100%)
R 104 of 282 ~ 36.88%
G 49 of 282 ~ 17.38%
B 129 of 282 ~ 45.74%

%36.88
%17.38
%45.74

CMYK color model

#683181 color CMYK value is (19,62,0,49).

  • cyan value is 19.38%
  • magenta value is 62.02%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(19,62,0,49)
C19M62Y0K49 
(19%,62%,0%,49%)
(0.19/0.62/0.00/0.49)	

CMYK percentages

%19.38
%62.02
%0
%49.41

Codes

Color #683181 in popluar color models

683181
RGB10449129
HSL281°44.94%34.90%
HSB/HSV281°62.02%50.59%
CMYK19.38%62.02%0.00%
49.41%

Color #683181 in popluar number systems.

HEX683181
Decimal10449129
Binary110100011000110000001
Octal15061201

Shades and tints

Shades of #683181

#683181
(104,49,129)
#5F2D76
(95,45,118)
#56296B
(86,41,107)
#4D2560
(77,37,96)
#442155
(68,33,85)
#3B1D4A
(59,29,74)
#32193F
(50,25,63)
#291534
(41,21,52)
#201129
(32,17,41)
#170D1E
(23,13,30)
#0E0913
(14,9,19)
#000000
(0,0,0)

Tints of #683181

#683181
(104,49,129)
#75438C
(117,67,140)
#825597
(130,85,151)
#8F67A2
(143,103,162)
#9C79AD
(156,121,173)
#A98BB8
(169,139,184)
#B69DC3
(182,157,195)
#C3AFCE
(195,175,206)
#D0C1D9
(208,193,217)
#DDD3E4
(221,211,228)
#EAE5EF
(234,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #683181 color. Also use rgb(104,49,129) instead hex code.

Text Font Color

.myTextColor { color: #683181; }

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

This text font color is #683181.


Background Color

.myBgColor { background-color: #683181; }

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

This div background color is #683181.


Border color

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

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

This div border color is #683181.


Opacity

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

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

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

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

This text has shadow with #683181 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683181 on black background.


Color preview on white background

This text has color #683181 on white background.



Black color preview on #683181 background

This text has black color on #683181 background.


White color preview on #683181 background

This text has white color on #683181 background.