COLOR #501979

HEX: #501979
RGB: (80,25,121)

Renk bilgisi

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

RGB renk modeli

#501979 color RGB value is (80,25,121).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 25 of 255 = 10%
B 121 of 255 = 47%

80
25
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 25 + 121 = 226 (100%)
R 80 of 226 ~ 35.4%
G 25 of 226 ~ 11.06%
B 121 of 226 ~ 53.54%

%35.4
%11.06
%53.54

CMYK RENK MODELİ

#501979 rengi CMYK tonu (34,79,0,53).

  • camgöbeği tonu 33.88%
  • eflatun tonu 79.34%
  • sarı tonu 0.00%
  • ana renk tonu 52.55%
CMYK:
(34,79,0,53)
C34M79Y0K53 
(34%,79%,0%,53%)
(0.34/0.79/0.00/0.53)	

CMYK yüzdeleri

%33.88
%79.34
%0
%52.55

Codes

Color #501979 in popluar color models

501979
RGB8025121
HSL274°65.75%28.63%
HSB/HSV274°79.34%47.45%
CMYK33.88%79.34%0.00%
52.55%

Color #501979 in popluar number systems.

HEX501979
Decimal8025121
Binary1010000110011111001
Octal12031171

Shades and tints

Shades of #501979

#501979
(80,25,121)
#49176E
(73,23,110)
#421563
(66,21,99)
#3B1358
(59,19,88)
#34114D
(52,17,77)
#2D0F42
(45,15,66)
#260D37
(38,13,55)
#1F0B2C
(31,11,44)
#180921
(24,9,33)
#110716
(17,7,22)
#0A050B
(10,5,11)
#000000
(0,0,0)

Tints of #501979

#501979
(80,25,121)
#5F2D85
(95,45,133)
#6E4191
(110,65,145)
#7D559D
(125,85,157)
#8C69A9
(140,105,169)
#9B7DB5
(155,125,181)
#AA91C1
(170,145,193)
#B9A5CD
(185,165,205)
#C8B9D9
(200,185,217)
#D7CDE5
(215,205,229)
#E6E1F1
(230,225,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501979; }

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

This text font color is #501979.


Background Color

.myBgColor { background-color: #501979; }

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

This div background color is #501979.


Border color

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

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

This div border color is #501979.


Opacity

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

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

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

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

This text has shadow with #501979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501979 on black background.


Color preview on white background

This text has color #501979 on white background.



Black color preview on #501979 background

This text has black color on #501979 background.


White color preview on #501979 background

This text has white color on #501979 background.