COLOR #501450

HEX: #501450
RGB: (80,20,80)

Color info

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

RGB color model

#501450 color RGB value is (80,20,80).

  • red value is 80;
  • green value is 20;
  • blue value is 80.
RGB:
(80,20,80)
(31%,8%,31%)

RGB channels and saturation

R 80 of 255 = 31%
G 20 of 255 = 8%
B 80 of 255 = 31%

80
20
80

R + G + B ~ 23%. #501450 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 20 + 80 = 180 (100%)
R 80 of 180 ~ 44.44%
G 20 of 180 ~ 11.11%
B 80 of 180 ~ 44.44%

%44.44
%11.11
%44.44

CMYK color model

#501450 color CMYK value is (0,75,0,69).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(0,75,0,69)
C0M75Y0K69 
(0%,75%,0%,69%)
(0.00/0.75/0.00/0.69)	

CMYK percentages

%0
%75
%0
%68.63

Codes

Color #501450 in popluar color models

501450
RGB802080
HSL300°60.00%19.61%
HSB/HSV300°75.00%31.37%
CMYK0.00%75.00%0.00%
68.63%

Color #501450 in popluar number systems.

HEX501450
Decimal802080
Binary1010000101001010000
Octal12024120

Shades and tints

Shades of #501450

#501450
(80,20,80)
#491349
(73,19,73)
#421242
(66,18,66)
#3B113B
(59,17,59)
#341034
(52,16,52)
#2D0F2D
(45,15,45)
#260E26
(38,14,38)
#1F0D1F
(31,13,31)
#180C18
(24,12,24)
#110B11
(17,11,17)
#0A0A0A
(10,10,10)
#000000
(0,0,0)

Tints of #501450

#501450
(80,20,80)
#5F295F
(95,41,95)
#6E3E6E
(110,62,110)
#7D537D
(125,83,125)
#8C688C
(140,104,140)
#9B7D9B
(155,125,155)
#AA92AA
(170,146,170)
#B9A7B9
(185,167,185)
#C8BCC8
(200,188,200)
#D7D1D7
(215,209,215)
#E6E6E6
(230,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501450; }

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

This text font color is #501450.


Background Color

.myBgColor { background-color: #501450; }

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

This div background color is #501450.


Border color

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

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

This div border color is #501450.


Opacity

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

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

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

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

This text has shadow with #501450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501450 on black background.


Color preview on white background

This text has color #501450 on white background.



Black color preview on #501450 background

This text has black color on #501450 background.


White color preview on #501450 background

This text has white color on #501450 background.