COLOR #683F79

HEX: #683F79 RGB: (104,63,121)

Color info

#683F79 contains red, green and blue colors in about the same proportion. Web safe color of #683F79 is #663366 (or #636).

RGB color model

#683F79 color RGB value is (104,63,121).

RGB: (104,63,121) (41%, 25%, 47%)

RGB channels and saturation

R 104 of 255 = 41%
G 63 of 255 = 25%
B 121 of 255 = 47%

104
63
121

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

Portions of RGB colors in percentages

R + G + B = 104 + 63 + 121 = 288 (100%)
R 104 of 288 ~ 36.11%
G 63 of 288 ~ 21.88%
B 121 of 288 ~ 42.01'%

%36.11
%21.88
%42.01

CMYK color model

#683F79 color CMYK value is (14,48,0,53).

  • cyan value is 14.05%
  • magenta value is 47.93%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (14,48,0,53)
C14M48Y0K53 (14%, 48%, 0%, 53%)
(0.14 / 0.48 / 0.00 / 0.53)

CMYK percentages

%14.05
%47.93
%0
%52.55

Codes

Color #683F79 in popluar color models

68 3F 79
RGB 104 63 121
HSL 282° 31.52% 36.08%
HSB/HSV 282° 47.93% 47.45%
CMYK 14.05% 47.93% 0.00%
52.55%

Color #683F79 in popluar number systems.

HEX 68 3F 79
Decimal 104 63 121
Binary 1101000 111111 1111001
Octal 150 77 171

Shades and tints

Shades of #683F79

#683F79
(104,63,121)
#5F3A6E
(95,58,110)
#563563
(86,53,99)
#4D3058
(77,48,88)
#442B4D
(68,43,77)
#3B2642
(59,38,66)
#322137
(50,33,55)
#291C2C
(41,28,44)
#201721
(32,23,33)
#171216
(23,18,22)
#0E0D0B
(14,13,11)
#000000
(0,0,0)

Tints of #683F79

#683F79
(104,63,121)
#755085
(117,80,133)
#826191
(130,97,145)
#8F729D
(143,114,157)
#9C83A9
(156,131,169)
#A994B5
(169,148,181)
#B6A5C1
(182,165,193)
#C3B6CD
(195,182,205)
#D0C7D9
(208,199,217)
#DDD8E5
(221,216,229)
#EAE9F1
(234,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #683F79 color. Also use rgb(104,63,121) instead hex code.

Text Font Color

.myTextColor { color: #683F79; }

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

This text font color is #683F79.

Background Color

.myBgColor { background-color: #683F79; }

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

This div background color is #683F79.

Border color

.myBorderColor { border: 1px solid #683F79; }

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

This div border color is #683F79.

Opacity

.myOpacity80 { color: #683F79; opacity: 0.8; }

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

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

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

This text has shadow with #683F79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #683F79.

Preview

Color preview on black background

This text has color #683F79 on black background.


Color preview on white background

This text has color #683F79 on white background.


Black color preview on #683F79 background

This text has black color on #683F79 background.


White color preview on #683F79 background

This text has white color on #683F79 background.


Related colors

Complementary color

Complementary color for #hex is #97C086.


I love getcolorcode.com

Triadic colors

1 #79683F and #3F7968 with #683F79 are triadic colors.

2 #793F68 and #3F6879 with #683F79 are triadic colors.