COLOR #501D64

HEX: #501D64
RGB: (80,29,100)

Color info

#501D64 contains mainly red and blue colors. Web safe color of #501D64 is #663366 (or #636).

RGB color model

#501D64 color RGB value is (80,29,100).

  • red value is 80;
  • green value is 29;
  • blue value is 100.
RGB:
(80,29,100)
(31%,11%,39%)

RGB channels and saturation

R 80 of 255 = 31%
G 29 of 255 = 11%
B 100 of 255 = 39%

80
29
100

R + G + B ~ 27%. #501D64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 29 + 100 = 209 (100%)
R 80 of 209 ~ 38.28%
G 29 of 209 ~ 13.88%
B 100 of 209 ~ 47.85%

%38.28
%13.88
%47.85

CMYK color model

#501D64 color CMYK value is (20,71,0,61).

  • cyan value is 20.00%
  • magenta value is 71.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(20,71,0,61)
C20M71Y0K61 
(20%,71%,0%,61%)
(0.20/0.71/0.00/0.61)	

CMYK percentages

%20
%71
%0
%60.78

Codes

Color #501D64 in popluar color models

501D64
RGB8029100
HSL283°55.04%25.29%
HSB/HSV283°71.00%39.22%
CMYK20.00%71.00%0.00%
60.78%

Color #501D64 in popluar number systems.

HEX501D64
Decimal8029100
Binary1010000111011100100
Octal12035144

Shades and tints

Shades of #501D64

#501D64
(80,29,100)
#491B5B
(73,27,91)
#421952
(66,25,82)
#3B1749
(59,23,73)
#341540
(52,21,64)
#2D1337
(45,19,55)
#26112E
(38,17,46)
#1F0F25
(31,15,37)
#180D1C
(24,13,28)
#110B13
(17,11,19)
#0A090A
(10,9,10)
#000000
(0,0,0)

Tints of #501D64

#501D64
(80,29,100)
#5F3172
(95,49,114)
#6E4580
(110,69,128)
#7D598E
(125,89,142)
#8C6D9C
(140,109,156)
#9B81AA
(155,129,170)
#AA95B8
(170,149,184)
#B9A9C6
(185,169,198)
#C8BDD4
(200,189,212)
#D7D1E2
(215,209,226)
#E6E5F0
(230,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #501D64 color. Also use rgb(80,29,100) instead hex code.

Text Font Color

.myTextColor { color: #501D64; }

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

This text font color is #501D64.


Background Color

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

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

This div background color is #501D64.


Border color

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

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

This div border color is #501D64.


Opacity

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

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

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

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

This text has shadow with #501D64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501D64 on black background.


Color preview on white background

This text has color #501D64 on white background.



Black color preview on #501D64 background

This text has black color on #501D64 background.


White color preview on #501D64 background

This text has white color on #501D64 background.