COLOR #681F75

HEX: #681F75 RGB: (104,31,117)

Color info

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

RGB color model

#681F75 color RGB value is (104,31,117).

RGB: (104,31,117) (41%, 12%, 46%)

RGB channels and saturation

R 104 of 255 = 41%
G 31 of 255 = 12%
B 117 of 255 = 46%

104
31
117

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

Portions of RGB colors in percentages

R + G + B = 104 + 31 + 117 = 252 (100%)
R 104 of 252 ~ 41.27%
G 31 of 252 ~ 12.3%
B 117 of 252 ~ 46.43'%

%41.27
%12.3
%46.43

CMYK color model

#681F75 color CMYK value is (11,74,0,54).

  • cyan value is 11.11%
  • magenta value is 73.50%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (11,74,0,54)
C11M74Y0K54 (11%, 74%, 0%, 54%)
(0.11 / 0.74 / 0.00 / 0.54)

CMYK percentages

%11.11
%73.5
%0
%54.12

Codes

Color #681F75 in popluar color models

68 1F 75
RGB 104 31 117
HSL 291° 58.11% 29.02%
HSB/HSV 291° 73.50% 45.88%
CMYK 11.11% 73.50% 0.00%
54.12%

Color #681F75 in popluar number systems.

HEX 68 1F 75
Decimal 104 31 117
Binary 1101000 11111 1110101
Octal 150 37 165

Shades and tints

Shades of #681F75

#681F75
(104,31,117)
#5F1D6B
(95,29,107)
#561B61
(86,27,97)
#4D1957
(77,25,87)
#44174D
(68,23,77)
#3B1543
(59,21,67)
#321339
(50,19,57)
#29112F
(41,17,47)
#200F25
(32,15,37)
#170D1B
(23,13,27)
#0E0B11
(14,11,17)
#000000
(0,0,0)

Tints of #681F75

#681F75
(104,31,117)
#753381
(117,51,129)
#82478D
(130,71,141)
#8F5B99
(143,91,153)
#9C6FA5
(156,111,165)
#A983B1
(169,131,177)
#B697BD
(182,151,189)
#C3ABC9
(195,171,201)
#D0BFD5
(208,191,213)
#DDD3E1
(221,211,225)
#EAE7ED
(234,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #681F75 color. Also use rgb(104,31,117) instead hex code.

Text Font Color

.myTextColor { color: #681F75; }

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

This text font color is #681F75.

Background Color

.myBgColor { background-color: #681F75; }

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

This div background color is #681F75.

Border color

.myBorderColor { border: 1px solid #681F75; }

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

This div border color is #681F75.

Opacity

.myOpacity80 { color: #681F75; opacity: 0.8; }

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

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

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

This text has shadow with #681F75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #681F75.

Preview

Color preview on black background

This text has color #681F75 on black background.


Color preview on white background

This text has color #681F75 on white background.


Black color preview on #681F75 background

This text has black color on #681F75 background.


White color preview on #681F75 background

This text has white color on #681F75 background.


Related colors

Complementary color

Complementary color for #hex is #97E08A.


I love getcolorcode.com

Triadic colors

1 #75681F and #1F7568 with #681F75 are triadic colors.

2 #751F68 and #1F6875 with #681F75 are triadic colors.