COLOR #801D68

HEX: #801D68
RGB: (128,29,104)

Renk bilgisi

#801D68 contains mainly red and blue colors. #801D68 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#801D68 color RGB value is (128,29,104).

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

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 29 of 255 = 11%
B 104 of 255 = 41%

128
29
104

R + G + B ~ 34%. #801D68 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 29 + 104 = 261 (100%)
R 128 of 261 ~ 49.04%
G 29 of 261 ~ 11.11%
B 104 of 261 ~ 39.85%

%49.04
%11.11
%39.85

CMYK RENK MODELİ

#801D68 rengi CMYK tonu (0,77,19,50).

  • camgöbeği tonu 0.00%
  • eflatun tonu 77.34%
  • sarı tonu 18.75%
  • ana renk tonu 49.80%
CMYK:
(0,77,19,50)
C0M77Y19K50 
(0%,77%,19%,50%)
(0.00/0.77/0.19/0.50)	

CMYK yüzdeleri

%0
%77.34
%18.75
%49.8

Codes

Color #801D68 in popluar color models

801D68
RGB12829104
HSL315°63.06%30.78%
HSB/HSV315°77.34%50.20%
CMYK0.00%77.34%18.75%
49.80%

Color #801D68 in popluar number systems.

HEX801D68
Decimal12829104
Binary10000000111011101000
Octal20035150

Shades and tints

Shades of #801D68

#801D68
(128,29,104)
#751B5F
(117,27,95)
#6A1956
(106,25,86)
#5F174D
(95,23,77)
#541544
(84,21,68)
#49133B
(73,19,59)
#3E1132
(62,17,50)
#330F29
(51,15,41)
#280D20
(40,13,32)
#1D0B17
(29,11,23)
#12090E
(18,9,14)
#000000
(0,0,0)

Tints of #801D68

#801D68
(128,29,104)
#8B3175
(139,49,117)
#964582
(150,69,130)
#A1598F
(161,89,143)
#AC6D9C
(172,109,156)
#B781A9
(183,129,169)
#C295B6
(194,149,182)
#CDA9C3
(205,169,195)
#D8BDD0
(216,189,208)
#E3D1DD
(227,209,221)
#EEE5EA
(238,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #801D68 color. Also use rgb(128,29,104) instead hex code.

Text Font Color

.myTextColor { color: #801D68; }

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

This text font color is #801D68.


Background Color

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

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

This div background color is #801D68.


Border color

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

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

This div border color is #801D68.


Opacity

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

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

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

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

This text has shadow with #801D68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #801D68 on black background.


Color preview on white background

This text has color #801D68 on white background.



Black color preview on #801D68 background

This text has black color on #801D68 background.


White color preview on #801D68 background

This text has white color on #801D68 background.