COLOR #800080

HEX: #800080 RGB: (128,0,128)

Color info

Color name is Purple. #800080 contains only red and blue colors. Web safe color of #800080 is #660066 (or #606).

RGB color model

#800080 color RGB value is (128,0,128).

RGB: (128,0,128) (50%, 0%, 50%)

RGB channels and saturation

R 128 of 255 = 50%
G 0 of 255 = 0%
B 128 of 255 = 50%

128
0
128

R + G + B ~ 33%. #800080 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 128 + 0 + 128 = 256 (100%)
R 128 of 256 ~ 50%
G 0 of 256 ~ 0%
B 128 of 256 ~ 50'%

%50
%50

CMYK color model

#800080 color CMYK value is (0,100,0,50).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (0,100,0,50)
C0M100Y0K50 (0%, 100%, 0%, 50%)
(0.00 / 1.00 / 0.00 / 0.50)

CMYK percentages

%0
%100
%0
%49.8

Codes

Color #800080 in popluar color models

80 00 80
RGB 128 0 128
HSL 300° 100.00% 25.10%
HSB/HSV 300° 100.00% 50.20%
CMYK 0.00% 100.00% 0.00%
49.80%

Color #800080 in popluar number systems.

HEX 80 00 80
Decimal 128 0 128
Binary 10000000 0 10000000
Octal 200 0 200

Shades and tints

Shades of #800080

#800080
(128,0,128)
#750075
(117,0,117)
#6A006A
(106,0,106)
#5F005F
(95,0,95)
#540054
(84,0,84)
#490049
(73,0,73)
#3E003E
(62,0,62)
#330033
(51,0,51)
#280028
(40,0,40)
#1D001D
(29,0,29)
#120012
(18,0,18)
#000000
(0,0,0)

Tints of #800080

#800080
(128,0,128)
#8B178B
(139,23,139)
#962E96
(150,46,150)
#A145A1
(161,69,161)
#AC5CAC
(172,92,172)
#B773B7
(183,115,183)
#C28AC2
(194,138,194)
#CDA1CD
(205,161,205)
#D8B8D8
(216,184,216)
#E3CFE3
(227,207,227)
#EEE6EE
(238,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #800080; }

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

This text font color is #800080.

Background Color

.myBgColor { background-color: #800080; }

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

This div background color is #800080.

Border color

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

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

This div border color is #800080.

Opacity

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

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

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

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

This text has shadow with #800080 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #800080.

Preview

Color preview on black background

This text has color #800080 on black background.


Color preview on white background

This text has color #800080 on white background.


Black color preview on #800080 background

This text has black color on #800080 background.


White color preview on #800080 background

This text has white color on #800080 background.


Related colors

Complementary color

Complementary color for #hex is #7FFF7F.


I love getcolorcode.com

Gradients

Color #800080 is used in Purple (HTML) gradient.

Purple (HTML)


Triadic colors

1 #808000 and #008080 with #800080 are triadic colors.

2 #800080 and #008080 with #800080 are triadic colors.