COLOR #800080

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

Renk bilgisi

Rengin adı Purple. #800080 contains only red and blue colors. #800080 ‘ nin web güvenlik rengi #660066 (ya da #606) dir.

RGB renk modeli

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

  • kırmız ton 128;
  • yeşil ton 0;
  • mavi ton 128.
RGB:
(128,0,128)
(50%,0%,50%)

RGB bağlantıları ve doygunluk

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.

Yüzdelerle RGB renk parçaları

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 RENK MODELİ

#800080 rengi CMYK tonu (0,100,0,50).

  • camgöbeği tonu 0.00%
  • eflatun tonu 100.00%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(0,100,0,50)
C0M100Y0K50 
(0%,100%,0%,50%)
(0.00/1.00/0.00/0.50)	

CMYK yüzdeleri

%0
%100
%0
%49.8

Codes

Color #800080 in popluar color models

800080
RGB1280128
HSL300°100.00%25.10%
HSB/HSV300°100.00%50.20%
CMYK0.00%100.00%0.00%
49.80%

Color #800080 in popluar number systems.

HEX800080
Decimal1280128
Binary10000000010000000
Octal2000200

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.