COLOR #501565

HEX: #501565
RGB: (80,21,101)

Renk bilgisi

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

RGB renk modeli

#501565 color RGB value is (80,21,101).

  • kırmız ton 80;
  • yeşil ton 21;
  • mavi ton 101.
RGB:
(80,21,101)
(31%,8%,40%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 21 of 255 = 8%
B 101 of 255 = 40%

80
21
101

R + G + B ~ 26%. #501565 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 21 + 101 = 202 (100%)
R 80 of 202 ~ 39.6%
G 21 of 202 ~ 10.4%
B 101 of 202 ~ 50%

%39.6
%10.4
%50

CMYK RENK MODELİ

#501565 rengi CMYK tonu (21,79,0,60).

  • camgöbeği tonu 20.79%
  • eflatun tonu 79.21%
  • sarı tonu 0.00%
  • ana renk tonu 60.39%
CMYK:
(21,79,0,60)
C21M79Y0K60 
(21%,79%,0%,60%)
(0.21/0.79/0.00/0.60)	

CMYK yüzdeleri

%20.79
%79.21
%0
%60.39

Codes

Color #501565 in popluar color models

501565
RGB8021101
HSL284°65.57%23.92%
HSB/HSV284°79.21%39.61%
CMYK20.79%79.21%0.00%
60.39%

Color #501565 in popluar number systems.

HEX501565
Decimal8021101
Binary1010000101011100101
Octal12025145

Shades and tints

Shades of #501565

#501565
(80,21,101)
#49145C
(73,20,92)
#421353
(66,19,83)
#3B124A
(59,18,74)
#341141
(52,17,65)
#2D1038
(45,16,56)
#260F2F
(38,15,47)
#1F0E26
(31,14,38)
#180D1D
(24,13,29)
#110C14
(17,12,20)
#0A0B0B
(10,11,11)
#000000
(0,0,0)

Tints of #501565

#501565
(80,21,101)
#5F2A73
(95,42,115)
#6E3F81
(110,63,129)
#7D548F
(125,84,143)
#8C699D
(140,105,157)
#9B7EAB
(155,126,171)
#AA93B9
(170,147,185)
#B9A8C7
(185,168,199)
#C8BDD5
(200,189,213)
#D7D2E3
(215,210,227)
#E6E7F1
(230,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #501565 color. Also use rgb(80,21,101) instead hex code.

Text Font Color

.myTextColor { color: #501565; }

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

This text font color is #501565.


Background Color

.myBgColor { background-color: #501565; }

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

This div background color is #501565.


Border color

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

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

This div border color is #501565.


Opacity

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

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

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

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

This text has shadow with #501565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501565 on black background.


Color preview on white background

This text has color #501565 on white background.



Black color preview on #501565 background

This text has black color on #501565 background.


White color preview on #501565 background

This text has white color on #501565 background.