COLOR #803D79

HEX: #803D79
RGB: (128,61,121)

Color info

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

RGB color model

#803D79 color RGB value is (128,61,121).

  • red value is 128;
  • green value is 61;
  • blue value is 121.
RGB:
(128,61,121)
(50%,24%,47%)

RGB channels and saturation

R 128 of 255 = 50%
G 61 of 255 = 24%
B 121 of 255 = 47%

128
61
121

R + G + B ~ 40%. #803D79 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 61 + 121 = 310 (100%)
R 128 of 310 ~ 41.29%
G 61 of 310 ~ 19.68%
B 121 of 310 ~ 39.03%

%41.29
%19.68
%39.03

CMYK color model

#803D79 color CMYK value is (0,52,5,50).

  • cyan value is 0.00%
  • magenta value is 52.34%
  • yellow value is 5.47%
  • key color value is 49.80%
CMYK:
(0,52,5,50)
C0M52Y5K50 
(0%,52%,5%,50%)
(0.00/0.52/0.05/0.50)	

CMYK percentages

%0
%52.34
%5.47
%49.8

Codes

Color #803D79 in popluar color models

803D79
RGB12861121
HSL306°35.45%37.06%
HSB/HSV306°52.34%50.20%
CMYK0.00%52.34%5.47%
49.80%

Color #803D79 in popluar number systems.

HEX803D79
Decimal12861121
Binary100000001111011111001
Octal20075171

Shades and tints

Shades of #803D79

#803D79
(128,61,121)
#75386E
(117,56,110)
#6A3363
(106,51,99)
#5F2E58
(95,46,88)
#54294D
(84,41,77)
#492442
(73,36,66)
#3E1F37
(62,31,55)
#331A2C
(51,26,44)
#281521
(40,21,33)
#1D1016
(29,16,22)
#120B0B
(18,11,11)
#000000
(0,0,0)

Tints of #803D79

#803D79
(128,61,121)
#8B4E85
(139,78,133)
#965F91
(150,95,145)
#A1709D
(161,112,157)
#AC81A9
(172,129,169)
#B792B5
(183,146,181)
#C2A3C1
(194,163,193)
#CDB4CD
(205,180,205)
#D8C5D9
(216,197,217)
#E3D6E5
(227,214,229)
#EEE7F1
(238,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #803D79 color. Also use rgb(128,61,121) instead hex code.

Text Font Color

.myTextColor { color: #803D79; }

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

This text font color is #803D79.


Background Color

.myBgColor { background-color: #803D79; }

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

This div background color is #803D79.


Border color

.myBorderColor { border: 1px solid #803D79; }

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

This div border color is #803D79.


Opacity

.myOpacity80 { color: #803D79; opacity: 0.8; }

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

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

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

This text has shadow with #803D79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #803D79 on black background.


Color preview on white background

This text has color #803D79 on white background.



Black color preview on #803D79 background

This text has black color on #803D79 background.


White color preview on #803D79 background

This text has white color on #803D79 background.