COLOR #683779

HEX: #683779
RGB: (104,55,121)

Color info

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

RGB color model

#683779 color RGB value is (104,55,121).

  • red value is 104;
  • green value is 55;
  • blue value is 121.
RGB:
(104,55,121)
(41%,22%,47%)

RGB channels and saturation

R 104 of 255 = 41%
G 55 of 255 = 22%
B 121 of 255 = 47%

104
55
121

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

Portions of RGB colors in percentages

R + G + B =
104 + 55 + 121 = 280 (100%)
R 104 of 280 ~ 37.14%
G 55 of 280 ~ 19.64%
B 121 of 280 ~ 43.21%

%37.14
%19.64
%43.21

CMYK color model

#683779 color CMYK value is (14,55,0,53).

  • cyan value is 14.05%
  • magenta value is 54.55%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(14,55,0,53)
C14M55Y0K53 
(14%,55%,0%,53%)
(0.14/0.55/0.00/0.53)	

CMYK percentages

%14.05
%54.55
%0
%52.55

Codes

Color #683779 in popluar color models

683779
RGB10455121
HSL285°37.50%34.51%
HSB/HSV285°54.55%47.45%
CMYK14.05%54.55%0.00%
52.55%

Color #683779 in popluar number systems.

HEX683779
Decimal10455121
Binary11010001101111111001
Octal15067171

Shades and tints

Shades of #683779

#683779
(104,55,121)
#5F326E
(95,50,110)
#562D63
(86,45,99)
#4D2858
(77,40,88)
#44234D
(68,35,77)
#3B1E42
(59,30,66)
#321937
(50,25,55)
#29142C
(41,20,44)
#200F21
(32,15,33)
#170A16
(23,10,22)
#0E050B
(14,5,11)
#000000
(0,0,0)

Tints of #683779

#683779
(104,55,121)
#754985
(117,73,133)
#825B91
(130,91,145)
#8F6D9D
(143,109,157)
#9C7FA9
(156,127,169)
#A991B5
(169,145,181)
#B6A3C1
(182,163,193)
#C3B5CD
(195,181,205)
#D0C7D9
(208,199,217)
#DDD9E5
(221,217,229)
#EAEBF1
(234,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #683779; }

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

This text font color is #683779.


Background Color

.myBgColor { background-color: #683779; }

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

This div background color is #683779.


Border color

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

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

This div border color is #683779.


Opacity

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

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

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

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

This text has shadow with #683779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683779 on black background.


Color preview on white background

This text has color #683779 on white background.



Black color preview on #683779 background

This text has black color on #683779 background.


White color preview on #683779 background

This text has white color on #683779 background.