COLOR #501C85

HEX: #501C85
RGB: (80,28,133)

Color info

#501C85 contains mainly red and blue colors. Web safe color of #501C85 is #663399 (or #639).

RGB color model

#501C85 color RGB value is (80,28,133).

  • red value is 80;
  • green value is 28;
  • blue value is 133.
RGB:
(80,28,133)
(31%,11%,52%)

RGB channels and saturation

R 80 of 255 = 31%
G 28 of 255 = 11%
B 133 of 255 = 52%

80
28
133

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

Portions of RGB colors in percentages

R + G + B =
80 + 28 + 133 = 241 (100%)
R 80 of 241 ~ 33.2%
G 28 of 241 ~ 11.62%
B 133 of 241 ~ 55.19%

%33.2
%11.62
%55.19

CMYK color model

#501C85 color CMYK value is (40,79,0,48).

  • cyan value is 39.85%
  • magenta value is 78.95%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(40,79,0,48)
C40M79Y0K48 
(40%,79%,0%,48%)
(0.40/0.79/0.00/0.48)	

CMYK percentages

%39.85
%78.95
%0
%47.84

Codes

Color #501C85 in popluar color models

501C85
RGB8028133
HSL270°65.22%31.57%
HSB/HSV270°78.95%52.16%
CMYK39.85%78.95%0.00%
47.84%

Color #501C85 in popluar number systems.

HEX501C85
Decimal8028133
Binary10100001110010000101
Octal12034205

Shades and tints

Shades of #501C85

#501C85
(80,28,133)
#491A79
(73,26,121)
#42186D
(66,24,109)
#3B1661
(59,22,97)
#341455
(52,20,85)
#2D1249
(45,18,73)
#26103D
(38,16,61)
#1F0E31
(31,14,49)
#180C25
(24,12,37)
#110A19
(17,10,25)
#0A080D
(10,8,13)
#000000
(0,0,0)

Tints of #501C85

#501C85
(80,28,133)
#5F3090
(95,48,144)
#6E449B
(110,68,155)
#7D58A6
(125,88,166)
#8C6CB1
(140,108,177)
#9B80BC
(155,128,188)
#AA94C7
(170,148,199)
#B9A8D2
(185,168,210)
#C8BCDD
(200,188,221)
#D7D0E8
(215,208,232)
#E6E4F3
(230,228,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #501C85 color. Also use rgb(80,28,133) instead hex code.

Text Font Color

.myTextColor { color: #501C85; }

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

This text font color is #501C85.


Background Color

.myBgColor { background-color: #501C85; }

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

This div background color is #501C85.


Border color

.myBorderColor { border: 1px solid #501C85; }

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

This div border color is #501C85.


Opacity

.myOpacity80 { color: #501C85; opacity: 0.8; }

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

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

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

This text has shadow with #501C85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501C85 on black background.


Color preview on white background

This text has color #501C85 on white background.



Black color preview on #501C85 background

This text has black color on #501C85 background.


White color preview on #501C85 background

This text has white color on #501C85 background.