COLOR #803C7D

HEX: #803C7D
RGB: (128,60,125)

Color info

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

RGB color model

#803C7D color RGB value is (128,60,125).

  • red value is 128;
  • green value is 60;
  • blue value is 125.
RGB:
(128,60,125)
(50%,24%,49%)

RGB channels and saturation

R 128 of 255 = 50%
G 60 of 255 = 24%
B 125 of 255 = 49%

128
60
125

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

Portions of RGB colors in percentages

R + G + B =
128 + 60 + 125 = 313 (100%)
R 128 of 313 ~ 40.89%
G 60 of 313 ~ 19.17%
B 125 of 313 ~ 39.94%

%40.89
%19.17
%39.94

CMYK color model

#803C7D color CMYK value is (0,53,2,50).

  • cyan value is 0.00%
  • magenta value is 53.13%
  • yellow value is 2.34%
  • key color value is 49.80%
CMYK:
(0,53,2,50)
C0M53Y2K50 
(0%,53%,2%,50%)
(0.00/0.53/0.02/0.50)	

CMYK percentages

%0
%53.13
%2.34
%49.8

Codes

Color #803C7D in popluar color models

803C7D
RGB12860125
HSL303°36.17%36.86%
HSB/HSV303°53.13%50.20%
CMYK0.00%53.13%2.34%
49.80%

Color #803C7D in popluar number systems.

HEX803C7D
Decimal12860125
Binary100000001111001111101
Octal20074175

Shades and tints

Shades of #803C7D

#803C7D
(128,60,125)
#753772
(117,55,114)
#6A3267
(106,50,103)
#5F2D5C
(95,45,92)
#542851
(84,40,81)
#492346
(73,35,70)
#3E1E3B
(62,30,59)
#331930
(51,25,48)
#281425
(40,20,37)
#1D0F1A
(29,15,26)
#120A0F
(18,10,15)
#000000
(0,0,0)

Tints of #803C7D

#803C7D
(128,60,125)
#8B4D88
(139,77,136)
#965E93
(150,94,147)
#A16F9E
(161,111,158)
#AC80A9
(172,128,169)
#B791B4
(183,145,180)
#C2A2BF
(194,162,191)
#CDB3CA
(205,179,202)
#D8C4D5
(216,196,213)
#E3D5E0
(227,213,224)
#EEE6EB
(238,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #803C7D color. Also use rgb(128,60,125) instead hex code.

Text Font Color

.myTextColor { color: #803C7D; }

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

This text font color is #803C7D.


Background Color

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

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

This div background color is #803C7D.


Border color

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

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

This div border color is #803C7D.


Opacity

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

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

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

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

This text has shadow with #803C7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #803C7D on black background.


Color preview on white background

This text has color #803C7D on white background.



Black color preview on #803C7D background

This text has black color on #803C7D background.


White color preview on #803C7D background

This text has white color on #803C7D background.