COLOR #501276

HEX: #501276
RGB: (80,18,118)

Color info

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

RGB color model

#501276 color RGB value is (80,18,118).

  • red value is 80;
  • green value is 18;
  • blue value is 118.
RGB:
(80,18,118)
(31%,7%,46%)

RGB channels and saturation

R 80 of 255 = 31%
G 18 of 255 = 7%
B 118 of 255 = 46%

80
18
118

R + G + B ~ 28%. #501276 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 18 + 118 = 216 (100%)
R 80 of 216 ~ 37.04%
G 18 of 216 ~ 8.33%
B 118 of 216 ~ 54.63%

%37.04
%54.63

CMYK color model

#501276 color CMYK value is (32,85,0,54).

  • cyan value is 32.20%
  • magenta value is 84.75%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(32,85,0,54)
C32M85Y0K54 
(32%,85%,0%,54%)
(0.32/0.85/0.00/0.54)	

CMYK percentages

%32.2
%84.75
%0
%53.73

Codes

Color #501276 in popluar color models

501276
RGB8018118
HSL277°73.53%26.67%
HSB/HSV277°84.75%46.27%
CMYK32.20%84.75%0.00%
53.73%

Color #501276 in popluar number systems.

HEX501276
Decimal8018118
Binary1010000100101110110
Octal12022166

Shades and tints

Shades of #501276

#501276
(80,18,118)
#49116C
(73,17,108)
#421062
(66,16,98)
#3B0F58
(59,15,88)
#340E4E
(52,14,78)
#2D0D44
(45,13,68)
#260C3A
(38,12,58)
#1F0B30
(31,11,48)
#180A26
(24,10,38)
#11091C
(17,9,28)
#0A0812
(10,8,18)
#000000
(0,0,0)

Tints of #501276

#501276
(80,18,118)
#5F2782
(95,39,130)
#6E3C8E
(110,60,142)
#7D519A
(125,81,154)
#8C66A6
(140,102,166)
#9B7BB2
(155,123,178)
#AA90BE
(170,144,190)
#B9A5CA
(185,165,202)
#C8BAD6
(200,186,214)
#D7CFE2
(215,207,226)
#E6E4EE
(230,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501276; }

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

This text font color is #501276.


Background Color

.myBgColor { background-color: #501276; }

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

This div background color is #501276.


Border color

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

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

This div border color is #501276.


Opacity

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

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

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

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

This text has shadow with #501276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501276 on black background.


Color preview on white background

This text has color #501276 on white background.



Black color preview on #501276 background

This text has black color on #501276 background.


White color preview on #501276 background

This text has white color on #501276 background.