COLOR #501D73

HEX: #501D73
RGB: (80,29,115)

Renk bilgisi

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

RGB renk modeli

#501D73 color RGB value is (80,29,115).

  • kırmız ton 80;
  • yeşil ton 29;
  • mavi ton 115.
RGB:
(80,29,115)
(31%,11%,45%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 29 of 255 = 11%
B 115 of 255 = 45%

80
29
115

R + G + B ~ 29%. #501D73 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 29 + 115 = 224 (100%)
R 80 of 224 ~ 35.71%
G 29 of 224 ~ 12.95%
B 115 of 224 ~ 51.34%

%35.71
%12.95
%51.34

CMYK RENK MODELİ

#501D73 rengi CMYK tonu (30,75,0,55).

  • camgöbeği tonu 30.43%
  • eflatun tonu 74.78%
  • sarı tonu 0.00%
  • ana renk tonu 54.90%
CMYK:
(30,75,0,55)
C30M75Y0K55 
(30%,75%,0%,55%)
(0.30/0.75/0.00/0.55)	

CMYK yüzdeleri

%30.43
%74.78
%0
%54.9

Codes

Color #501D73 in popluar color models

501D73
RGB8029115
HSL276°59.72%28.24%
HSB/HSV276°74.78%45.10%
CMYK30.43%74.78%0.00%
54.90%

Color #501D73 in popluar number systems.

HEX501D73
Decimal8029115
Binary1010000111011110011
Octal12035163

Shades and tints

Shades of #501D73

#501D73
(80,29,115)
#491B69
(73,27,105)
#42195F
(66,25,95)
#3B1755
(59,23,85)
#34154B
(52,21,75)
#2D1341
(45,19,65)
#261137
(38,17,55)
#1F0F2D
(31,15,45)
#180D23
(24,13,35)
#110B19
(17,11,25)
#0A090F
(10,9,15)
#000000
(0,0,0)

Tints of #501D73

#501D73
(80,29,115)
#5F317F
(95,49,127)
#6E458B
(110,69,139)
#7D5997
(125,89,151)
#8C6DA3
(140,109,163)
#9B81AF
(155,129,175)
#AA95BB
(170,149,187)
#B9A9C7
(185,169,199)
#C8BDD3
(200,189,211)
#D7D1DF
(215,209,223)
#E6E5EB
(230,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #501D73 color. Also use rgb(80,29,115) instead hex code.

Text Font Color

.myTextColor { color: #501D73; }

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

This text font color is #501D73.


Background Color

.myBgColor { background-color: #501D73; }

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

This div background color is #501D73.


Border color

.myBorderColor { border: 1px solid #501D73; }

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

This div border color is #501D73.


Opacity

.myOpacity80 { color: #501D73; opacity: 0.8; }

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

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

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

This text has shadow with #501D73 color.

.textShadow {text-shadow: 3px 3px 1px #501D73, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501D73 on black background.


Color preview on white background

This text has color #501D73 on white background.



Black color preview on #501D73 background

This text has black color on #501D73 background.


White color preview on #501D73 background

This text has white color on #501D73 background.