COLOR #681399

HEX: #681399
RGB: (104,19,153)

Color info

#681399 contains mainly red and blue colors. Web safe color of #681399 is #660099 (or #609).

RGB color model

#681399 color RGB value is (104,19,153).

  • red value is 104;
  • green value is 19;
  • blue value is 153.
RGB:
(104,19,153)
(41%,7%,60%)

RGB channels and saturation

R 104 of 255 = 41%
G 19 of 255 = 7%
B 153 of 255 = 60%

104
19
153

R + G + B ~ 36%. #681399 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 19 + 153 = 276 (100%)
R 104 of 276 ~ 37.68%
G 19 of 276 ~ 6.88%
B 153 of 276 ~ 55.43%

%37.68
%55.43

CMYK color model

#681399 color CMYK value is (32,88,0,40).

  • cyan value is 32.03%
  • magenta value is 87.58%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(32,88,0,40)
C32M88Y0K40 
(32%,88%,0%,40%)
(0.32/0.88/0.00/0.40)	

CMYK percentages

%32.03
%87.58
%0
%40

Codes

Color #681399 in popluar color models

681399
RGB10419153
HSL278°77.91%33.73%
HSB/HSV278°87.58%60.00%
CMYK32.03%87.58%0.00%
40.00%

Color #681399 in popluar number systems.

HEX681399
Decimal10419153
Binary11010001001110011001
Octal15023231

Shades and tints

Shades of #681399

#681399
(104,19,153)
#5F128C
(95,18,140)
#56117F
(86,17,127)
#4D1072
(77,16,114)
#440F65
(68,15,101)
#3B0E58
(59,14,88)
#320D4B
(50,13,75)
#290C3E
(41,12,62)
#200B31
(32,11,49)
#170A24
(23,10,36)
#0E0917
(14,9,23)
#000000
(0,0,0)

Tints of #681399

#681399
(104,19,153)
#7528A2
(117,40,162)
#823DAB
(130,61,171)
#8F52B4
(143,82,180)
#9C67BD
(156,103,189)
#A97CC6
(169,124,198)
#B691CF
(182,145,207)
#C3A6D8
(195,166,216)
#D0BBE1
(208,187,225)
#DDD0EA
(221,208,234)
#EAE5F3
(234,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #681399 color. Also use rgb(104,19,153) instead hex code.

Text Font Color

.myTextColor { color: #681399; }

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

This text font color is #681399.


Background Color

.myBgColor { background-color: #681399; }

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

This div background color is #681399.


Border color

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

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

This div border color is #681399.


Opacity

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

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

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

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

This text has shadow with #681399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #681399 on black background.


Color preview on white background

This text has color #681399 on white background.



Black color preview on #681399 background

This text has black color on #681399 background.


White color preview on #681399 background

This text has white color on #681399 background.