COLOR #803797

HEX: #803797
RGB: (128,55,151)

Color info

#803797 contains mainly red and blue colors. Web safe color of #803797 is #663399 (or #639).

RGB color model

#803797 color RGB value is (128,55,151).

  • red value is 128;
  • green value is 55;
  • blue value is 151.
RGB:
(128,55,151)
(50%,22%,59%)

RGB channels and saturation

R 128 of 255 = 50%
G 55 of 255 = 22%
B 151 of 255 = 59%

128
55
151

R + G + B ~ 44%. #803797 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 55 + 151 = 334 (100%)
R 128 of 334 ~ 38.32%
G 55 of 334 ~ 16.47%
B 151 of 334 ~ 45.21%

%38.32
%16.47
%45.21

CMYK color model

#803797 color CMYK value is (15,64,0,41).

  • cyan value is 15.23%
  • magenta value is 63.58%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(15,64,0,41)
C15M64Y0K41 
(15%,64%,0%,41%)
(0.15/0.64/0.00/0.41)	

CMYK percentages

%15.23
%63.58
%0
%40.78

Codes

Color #803797 in popluar color models

803797
RGB12855151
HSL286°46.60%40.39%
HSB/HSV286°63.58%59.22%
CMYK15.23%63.58%0.00%
40.78%

Color #803797 in popluar number systems.

HEX803797
Decimal12855151
Binary1000000011011110010111
Octal20067227

Shades and tints

Shades of #803797

#803797
(128,55,151)
#75328A
(117,50,138)
#6A2D7D
(106,45,125)
#5F2870
(95,40,112)
#542363
(84,35,99)
#491E56
(73,30,86)
#3E1949
(62,25,73)
#33143C
(51,20,60)
#280F2F
(40,15,47)
#1D0A22
(29,10,34)
#120515
(18,5,21)
#000000
(0,0,0)

Tints of #803797

#803797
(128,55,151)
#8B49A0
(139,73,160)
#965BA9
(150,91,169)
#A16DB2
(161,109,178)
#AC7FBB
(172,127,187)
#B791C4
(183,145,196)
#C2A3CD
(194,163,205)
#CDB5D6
(205,181,214)
#D8C7DF
(216,199,223)
#E3D9E8
(227,217,232)
#EEEBF1
(238,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #803797 color. Also use rgb(128,55,151) instead hex code.

Text Font Color

.myTextColor { color: #803797; }

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

This text font color is #803797.


Background Color

.myBgColor { background-color: #803797; }

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

This div background color is #803797.


Border color

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

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

This div border color is #803797.


Opacity

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

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

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

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

This text has shadow with #803797 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #803797 on black background.


Color preview on white background

This text has color #803797 on white background.



Black color preview on #803797 background

This text has black color on #803797 background.


White color preview on #803797 background

This text has white color on #803797 background.