COLOR #802C7B

HEX: #802C7B
RGB: (128,44,123)

Color info

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

RGB color model

#802C7B color RGB value is (128,44,123).

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

RGB channels and saturation

R 128 of 255 = 50%
G 44 of 255 = 17%
B 123 of 255 = 48%

128
44
123

R + G + B ~ 38%. #802C7B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 44 + 123 = 295 (100%)
R 128 of 295 ~ 43.39%
G 44 of 295 ~ 14.92%
B 123 of 295 ~ 41.69%

%43.39
%14.92
%41.69

CMYK color model

#802C7B color CMYK value is (0,66,4,50).

  • cyan value is 0.00%
  • magenta value is 65.63%
  • yellow value is 3.91%
  • key color value is 49.80%
CMYK:
(0,66,4,50)
C0M66Y4K50 
(0%,66%,4%,50%)
(0.00/0.66/0.04/0.50)	

CMYK percentages

%0
%65.63
%3.91
%49.8

Codes

Color #802C7B in popluar color models

802C7B
RGB12844123
HSL304°48.84%33.73%
HSB/HSV304°65.63%50.20%
CMYK0.00%65.63%3.91%
49.80%

Color #802C7B in popluar number systems.

HEX802C7B
Decimal12844123
Binary100000001011001111011
Octal20054173

Shades and tints

Shades of #802C7B

#802C7B
(128,44,123)
#752870
(117,40,112)
#6A2465
(106,36,101)
#5F205A
(95,32,90)
#541C4F
(84,28,79)
#491844
(73,24,68)
#3E1439
(62,20,57)
#33102E
(51,16,46)
#280C23
(40,12,35)
#1D0818
(29,8,24)
#12040D
(18,4,13)
#000000
(0,0,0)

Tints of #802C7B

#802C7B
(128,44,123)
#8B3F87
(139,63,135)
#965293
(150,82,147)
#A1659F
(161,101,159)
#AC78AB
(172,120,171)
#B78BB7
(183,139,183)
#C29EC3
(194,158,195)
#CDB1CF
(205,177,207)
#D8C4DB
(216,196,219)
#E3D7E7
(227,215,231)
#EEEAF3
(238,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #802C7B color. Also use rgb(128,44,123) instead hex code.

Text Font Color

.myTextColor { color: #802C7B; }

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

This text font color is #802C7B.


Background Color

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

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

This div background color is #802C7B.


Border color

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

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

This div border color is #802C7B.


Opacity

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

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

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

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

This text has shadow with #802C7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #802C7B on black background.


Color preview on white background

This text has color #802C7B on white background.



Black color preview on #802C7B background

This text has black color on #802C7B background.


White color preview on #802C7B background

This text has white color on #802C7B background.