COLOR #501971

HEX: #501971
RGB: (80,25,113)

Renk bilgisi

#501971 contains mainly red and blue colors. #501971 ‘ nin web güvenlik rengi #660066 (ya da #606) dir.

RGB renk modeli

#501971 color RGB value is (80,25,113).

  • kırmız ton 80;
  • yeşil ton 25;
  • mavi ton 113.
RGB:
(80,25,113)
(31%,10%,44%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 25 of 255 = 10%
B 113 of 255 = 44%

80
25
113

R + G + B ~ 28%. #501971 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 25 + 113 = 218 (100%)
R 80 of 218 ~ 36.7%
G 25 of 218 ~ 11.47%
B 113 of 218 ~ 51.83%

%36.7
%11.47
%51.83

CMYK RENK MODELİ

#501971 rengi CMYK tonu (29,78,0,56).

  • camgöbeği tonu 29.20%
  • eflatun tonu 77.88%
  • sarı tonu 0.00%
  • ana renk tonu 55.69%
CMYK:
(29,78,0,56)
C29M78Y0K56 
(29%,78%,0%,56%)
(0.29/0.78/0.00/0.56)	

CMYK yüzdeleri

%29.2
%77.88
%0
%55.69

Codes

Color #501971 in popluar color models

501971
RGB8025113
HSL278°63.77%27.06%
HSB/HSV278°77.88%44.31%
CMYK29.20%77.88%0.00%
55.69%

Color #501971 in popluar number systems.

HEX501971
Decimal8025113
Binary1010000110011110001
Octal12031161

Shades and tints

Shades of #501971

#501971
(80,25,113)
#491767
(73,23,103)
#42155D
(66,21,93)
#3B1353
(59,19,83)
#341149
(52,17,73)
#2D0F3F
(45,15,63)
#260D35
(38,13,53)
#1F0B2B
(31,11,43)
#180921
(24,9,33)
#110717
(17,7,23)
#0A050D
(10,5,13)
#000000
(0,0,0)

Tints of #501971

#501971
(80,25,113)
#5F2D7D
(95,45,125)
#6E4189
(110,65,137)
#7D5595
(125,85,149)
#8C69A1
(140,105,161)
#9B7DAD
(155,125,173)
#AA91B9
(170,145,185)
#B9A5C5
(185,165,197)
#C8B9D1
(200,185,209)
#D7CDDD
(215,205,221)
#E6E1E9
(230,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #501971 color. Also use rgb(80,25,113) instead hex code.

Text Font Color

.myTextColor { color: #501971; }

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

This text font color is #501971.


Background Color

.myBgColor { background-color: #501971; }

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

This div background color is #501971.


Border color

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

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

This div border color is #501971.


Opacity

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

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

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

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

This text has shadow with #501971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501971 on black background.


Color preview on white background

This text has color #501971 on white background.



Black color preview on #501971 background

This text has black color on #501971 background.


White color preview on #501971 background

This text has white color on #501971 background.