COLOR #801F76

HEX: #801F76
RGB: (128,31,118)

Color info

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

RGB color model

#801F76 color RGB value is (128,31,118).

  • red value is 128;
  • green value is 31;
  • blue value is 118.
RGB:
(128,31,118)
(50%,12%,46%)

RGB channels and saturation

R 128 of 255 = 50%
G 31 of 255 = 12%
B 118 of 255 = 46%

128
31
118

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

Portions of RGB colors in percentages

R + G + B =
128 + 31 + 118 = 277 (100%)
R 128 of 277 ~ 46.21%
G 31 of 277 ~ 11.19%
B 118 of 277 ~ 42.6%

%46.21
%11.19
%42.6

CMYK color model

#801F76 color CMYK value is (0,76,8,50).

  • cyan value is 0.00%
  • magenta value is 75.78%
  • yellow value is 7.81%
  • key color value is 49.80%
CMYK:
(0,76,8,50)
C0M76Y8K50 
(0%,76%,8%,50%)
(0.00/0.76/0.08/0.50)	

CMYK percentages

%0
%75.78
%7.81
%49.8

Codes

Color #801F76 in popluar color models

801F76
RGB12831118
HSL306°61.01%31.18%
HSB/HSV306°75.78%50.20%
CMYK0.00%75.78%7.81%
49.80%

Color #801F76 in popluar number systems.

HEX801F76
Decimal12831118
Binary10000000111111110110
Octal20037166

Shades and tints

Shades of #801F76

#801F76
(128,31,118)
#751D6C
(117,29,108)
#6A1B62
(106,27,98)
#5F1958
(95,25,88)
#54174E
(84,23,78)
#491544
(73,21,68)
#3E133A
(62,19,58)
#331130
(51,17,48)
#280F26
(40,15,38)
#1D0D1C
(29,13,28)
#120B12
(18,11,18)
#000000
(0,0,0)

Tints of #801F76

#801F76
(128,31,118)
#8B3382
(139,51,130)
#96478E
(150,71,142)
#A15B9A
(161,91,154)
#AC6FA6
(172,111,166)
#B783B2
(183,131,178)
#C297BE
(194,151,190)
#CDABCA
(205,171,202)
#D8BFD6
(216,191,214)
#E3D3E2
(227,211,226)
#EEE7EE
(238,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #801F76 color. Also use rgb(128,31,118) instead hex code.

Text Font Color

.myTextColor { color: #801F76; }

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

This text font color is #801F76.


Background Color

.myBgColor { background-color: #801F76; }

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

This div background color is #801F76.


Border color

.myBorderColor { border: 1px solid #801F76; }

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

This div border color is #801F76.


Opacity

.myOpacity80 { color: #801F76; opacity: 0.8; }

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

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

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

This text has shadow with #801F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #801F76 on black background.


Color preview on white background

This text has color #801F76 on white background.



Black color preview on #801F76 background

This text has black color on #801F76 background.


White color preview on #801F76 background

This text has white color on #801F76 background.