COLOR #501566

HEX: #501566
RGB: (80,21,102)

Renk bilgisi

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

RGB renk modeli

#501566 color RGB value is (80,21,102).

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

RGB bağlantıları ve doygunluk

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

80
21
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 21 + 102 = 203 (100%)
R 80 of 203 ~ 39.41%
G 21 of 203 ~ 10.34%
B 102 of 203 ~ 50.25%

%39.41
%10.34
%50.25

CMYK RENK MODELİ

#501566 rengi CMYK tonu (22,79,0,60).

  • camgöbeği tonu 21.57%
  • eflatun tonu 79.41%
  • sarı tonu 0.00%
  • ana renk tonu 60.00%
CMYK:
(22,79,0,60)
C22M79Y0K60 
(22%,79%,0%,60%)
(0.22/0.79/0.00/0.60)	

CMYK yüzdeleri

%21.57
%79.41
%0
%60

Codes

Color #501566 in popluar color models

501566
RGB8021102
HSL284°65.85%24.12%
HSB/HSV284°79.41%40.00%
CMYK21.57%79.41%0.00%
60.00%

Color #501566 in popluar number systems.

HEX501566
Decimal8021102
Binary1010000101011100110
Octal12025146

Shades and tints

Shades of #501566

#501566
(80,21,102)
#49145D
(73,20,93)
#421354
(66,19,84)
#3B124B
(59,18,75)
#341142
(52,17,66)
#2D1039
(45,16,57)
#260F30
(38,15,48)
#1F0E27
(31,14,39)
#180D1E
(24,13,30)
#110C15
(17,12,21)
#0A0B0C
(10,11,12)
#000000
(0,0,0)

Tints of #501566

#501566
(80,21,102)
#5F2A73
(95,42,115)
#6E3F80
(110,63,128)
#7D548D
(125,84,141)
#8C699A
(140,105,154)
#9B7EA7
(155,126,167)
#AA93B4
(170,147,180)
#B9A8C1
(185,168,193)
#C8BDCE
(200,189,206)
#D7D2DB
(215,210,219)
#E6E7E8
(230,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501566; }

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

This text font color is #501566.


Background Color

.myBgColor { background-color: #501566; }

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

This div background color is #501566.


Border color

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

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

This div border color is #501566.


Opacity

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

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

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

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

This text has shadow with #501566 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501566 on black background.


Color preview on white background

This text has color #501566 on white background.



Black color preview on #501566 background

This text has black color on #501566 background.


White color preview on #501566 background

This text has white color on #501566 background.