COLOR #802B71

HEX: #802B71
RGB: (128,43,113)

Color info

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

RGB color model

#802B71 color RGB value is (128,43,113).

  • red value is 128;
  • green value is 43;
  • blue value is 113.
RGB:
(128,43,113)
(50%,17%,44%)

RGB channels and saturation

R 128 of 255 = 50%
G 43 of 255 = 17%
B 113 of 255 = 44%

128
43
113

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

Portions of RGB colors in percentages

R + G + B =
128 + 43 + 113 = 284 (100%)
R 128 of 284 ~ 45.07%
G 43 of 284 ~ 15.14%
B 113 of 284 ~ 39.79%

%45.07
%15.14
%39.79

CMYK color model

#802B71 color CMYK value is (0,66,12,50).

  • cyan value is 0.00%
  • magenta value is 66.41%
  • yellow value is 11.72%
  • key color value is 49.80%
CMYK:
(0,66,12,50)
C0M66Y12K50 
(0%,66%,12%,50%)
(0.00/0.66/0.12/0.50)	

CMYK percentages

%0
%66.41
%11.72
%49.8

Codes

Color #802B71 in popluar color models

802B71
RGB12843113
HSL311°49.71%33.53%
HSB/HSV311°66.41%50.20%
CMYK0.00%66.41%11.72%
49.80%

Color #802B71 in popluar number systems.

HEX802B71
Decimal12843113
Binary100000001010111110001
Octal20053161

Shades and tints

Shades of #802B71

#802B71
(128,43,113)
#752867
(117,40,103)
#6A255D
(106,37,93)
#5F2253
(95,34,83)
#541F49
(84,31,73)
#491C3F
(73,28,63)
#3E1935
(62,25,53)
#33162B
(51,22,43)
#281321
(40,19,33)
#1D1017
(29,16,23)
#120D0D
(18,13,13)
#000000
(0,0,0)

Tints of #802B71

#802B71
(128,43,113)
#8B3E7D
(139,62,125)
#965189
(150,81,137)
#A16495
(161,100,149)
#AC77A1
(172,119,161)
#B78AAD
(183,138,173)
#C29DB9
(194,157,185)
#CDB0C5
(205,176,197)
#D8C3D1
(216,195,209)
#E3D6DD
(227,214,221)
#EEE9E9
(238,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #802B71 color. Also use rgb(128,43,113) instead hex code.

Text Font Color

.myTextColor { color: #802B71; }

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

This text font color is #802B71.


Background Color

.myBgColor { background-color: #802B71; }

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

This div background color is #802B71.


Border color

.myBorderColor { border: 1px solid #802B71; }

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

This div border color is #802B71.


Opacity

.myOpacity80 { color: #802B71; opacity: 0.8; }

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

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

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

This text has shadow with #802B71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #802B71 on black background.


Color preview on white background

This text has color #802B71 on white background.



Black color preview on #802B71 background

This text has black color on #802B71 background.


White color preview on #802B71 background

This text has white color on #802B71 background.