COLOR #501169

HEX: #501169
RGB: (80,17,105)

Color info

#501169 contains mainly red and blue colors. Web safe color of #501169 is #660066 (or #606).

RGB color model

#501169 color RGB value is (80,17,105).

  • red value is 80;
  • green value is 17;
  • blue value is 105.
RGB:
(80,17,105)
(31%,7%,41%)

RGB channels and saturation

R 80 of 255 = 31%
G 17 of 255 = 7%
B 105 of 255 = 41%

80
17
105

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

Portions of RGB colors in percentages

R + G + B =
80 + 17 + 105 = 202 (100%)
R 80 of 202 ~ 39.6%
G 17 of 202 ~ 8.42%
B 105 of 202 ~ 51.98%

%39.6
%51.98

CMYK color model

#501169 color CMYK value is (24,84,0,59).

  • cyan value is 23.81%
  • magenta value is 83.81%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(24,84,0,59)
C24M84Y0K59 
(24%,84%,0%,59%)
(0.24/0.84/0.00/0.59)	

CMYK percentages

%23.81
%83.81
%0
%58.82

Codes

Color #501169 in popluar color models

501169
RGB8017105
HSL283°72.13%23.92%
HSB/HSV283°83.81%41.18%
CMYK23.81%83.81%0.00%
58.82%

Color #501169 in popluar number systems.

HEX501169
Decimal8017105
Binary1010000100011101001
Octal12021151

Shades and tints

Shades of #501169

#501169
(80,17,105)
#491060
(73,16,96)
#420F57
(66,15,87)
#3B0E4E
(59,14,78)
#340D45
(52,13,69)
#2D0C3C
(45,12,60)
#260B33
(38,11,51)
#1F0A2A
(31,10,42)
#180921
(24,9,33)
#110818
(17,8,24)
#0A070F
(10,7,15)
#000000
(0,0,0)

Tints of #501169

#501169
(80,17,105)
#5F2676
(95,38,118)
#6E3B83
(110,59,131)
#7D5090
(125,80,144)
#8C659D
(140,101,157)
#9B7AAA
(155,122,170)
#AA8FB7
(170,143,183)
#B9A4C4
(185,164,196)
#C8B9D1
(200,185,209)
#D7CEDE
(215,206,222)
#E6E3EB
(230,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #501169 color. Also use rgb(80,17,105) instead hex code.

Text Font Color

.myTextColor { color: #501169; }

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

This text font color is #501169.


Background Color

.myBgColor { background-color: #501169; }

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

This div background color is #501169.


Border color

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

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

This div border color is #501169.


Opacity

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

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

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

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

This text has shadow with #501169 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501169 on black background.


Color preview on white background

This text has color #501169 on white background.



Black color preview on #501169 background

This text has black color on #501169 background.


White color preview on #501169 background

This text has white color on #501169 background.