COLOR #501041

HEX: #501041
RGB: (80,16,65)

Color info

#501041 contains mainly red and blue colors. Web safe color of #501041 is #660033 (or #603).

RGB color model

#501041 color RGB value is (80,16,65).

  • red value is 80;
  • green value is 16;
  • blue value is 65.
RGB:
(80,16,65)
(31%,6%,25%)

RGB channels and saturation

R 80 of 255 = 31%
G 16 of 255 = 6%
B 65 of 255 = 25%

80
16
65

R + G + B ~ 21%. #501041 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 16 + 65 = 161 (100%)
R 80 of 161 ~ 49.69%
G 16 of 161 ~ 9.94%
B 65 of 161 ~ 40.37%

%49.69
%9.94
%40.37

CMYK color model

#501041 color CMYK value is (0,80,19,69).

  • cyan value is 0.00%
  • magenta value is 80.00%
  • yellow value is 18.75%
  • key color value is 68.63%
CMYK:
(0,80,19,69)
C0M80Y19K69 
(0%,80%,19%,69%)
(0.00/0.80/0.19/0.69)	

CMYK percentages

%0
%80
%18.75
%68.63

Codes

Color #501041 in popluar color models

501041
RGB801665
HSL314°66.67%18.82%
HSB/HSV314°80.00%31.37%
CMYK0.00%80.00%18.75%
68.63%

Color #501041 in popluar number systems.

HEX501041
Decimal801665
Binary1010000100001000001
Octal12020101

Shades and tints

Shades of #501041

#501041
(80,16,65)
#490F3C
(73,15,60)
#420E37
(66,14,55)
#3B0D32
(59,13,50)
#340C2D
(52,12,45)
#2D0B28
(45,11,40)
#260A23
(38,10,35)
#1F091E
(31,9,30)
#180819
(24,8,25)
#110714
(17,7,20)
#0A060F
(10,6,15)
#000000
(0,0,0)

Tints of #501041

#501041
(80,16,65)
#5F2552
(95,37,82)
#6E3A63
(110,58,99)
#7D4F74
(125,79,116)
#8C6485
(140,100,133)
#9B7996
(155,121,150)
#AA8EA7
(170,142,167)
#B9A3B8
(185,163,184)
#C8B8C9
(200,184,201)
#D7CDDA
(215,205,218)
#E6E2EB
(230,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #501041 color. Also use rgb(80,16,65) instead hex code.

Text Font Color

.myTextColor { color: #501041; }

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

This text font color is #501041.


Background Color

.myBgColor { background-color: #501041; }

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

This div background color is #501041.


Border color

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

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

This div border color is #501041.


Opacity

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

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

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

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

This text has shadow with #501041 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501041 on black background.


Color preview on white background

This text has color #501041 on white background.



Black color preview on #501041 background

This text has black color on #501041 background.


White color preview on #501041 background

This text has white color on #501041 background.