COLOR #501786

HEX: #501786
RGB: (80,23,134)

Color info

#501786 contains mainly red and blue colors. Web safe color of #501786 is #660099 (or #609).

RGB color model

#501786 color RGB value is (80,23,134).

  • red value is 80;
  • green value is 23;
  • blue value is 134.
RGB:
(80,23,134)
(31%,9%,53%)

RGB channels and saturation

R 80 of 255 = 31%
G 23 of 255 = 9%
B 134 of 255 = 53%

80
23
134

R + G + B ~ 31%. #501786 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 23 + 134 = 237 (100%)
R 80 of 237 ~ 33.76%
G 23 of 237 ~ 9.7%
B 134 of 237 ~ 56.54%

%33.76
%9.7
%56.54

CMYK color model

#501786 color CMYK value is (40,83,0,47).

  • cyan value is 40.30%
  • magenta value is 82.84%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(40,83,0,47)
C40M83Y0K47 
(40%,83%,0%,47%)
(0.40/0.83/0.00/0.47)	

CMYK percentages

%40.3
%82.84
%0
%47.45

Codes

Color #501786 in popluar color models

501786
RGB8023134
HSL271°70.70%30.78%
HSB/HSV271°82.84%52.55%
CMYK40.30%82.84%0.00%
47.45%

Color #501786 in popluar number systems.

HEX501786
Decimal8023134
Binary10100001011110000110
Octal12027206

Shades and tints

Shades of #501786

#501786
(80,23,134)
#49157A
(73,21,122)
#42136E
(66,19,110)
#3B1162
(59,17,98)
#340F56
(52,15,86)
#2D0D4A
(45,13,74)
#260B3E
(38,11,62)
#1F0932
(31,9,50)
#180726
(24,7,38)
#11051A
(17,5,26)
#0A030E
(10,3,14)
#000000
(0,0,0)

Tints of #501786

#501786
(80,23,134)
#5F2C91
(95,44,145)
#6E419C
(110,65,156)
#7D56A7
(125,86,167)
#8C6BB2
(140,107,178)
#9B80BD
(155,128,189)
#AA95C8
(170,149,200)
#B9AAD3
(185,170,211)
#C8BFDE
(200,191,222)
#D7D4E9
(215,212,233)
#E6E9F4
(230,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #501786 color. Also use rgb(80,23,134) instead hex code.

Text Font Color

.myTextColor { color: #501786; }

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

This text font color is #501786.


Background Color

.myBgColor { background-color: #501786; }

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

This div background color is #501786.


Border color

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

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

This div border color is #501786.


Opacity

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

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

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

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

This text has shadow with #501786 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501786 on black background.


Color preview on white background

This text has color #501786 on white background.



Black color preview on #501786 background

This text has black color on #501786 background.


White color preview on #501786 background

This text has white color on #501786 background.