COLOR #500D75

HEX: #500D75
RGB: (80,13,117)

Color info

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

RGB color model

#500D75 color RGB value is (80,13,117).

  • red value is 80;
  • green value is 13;
  • blue value is 117.
RGB:
(80,13,117)
(31%,5%,46%)

RGB channels and saturation

R 80 of 255 = 31%
G 13 of 255 = 5%
B 117 of 255 = 46%

80
13
117

R + G + B ~ 27%. #500D75 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 13 + 117 = 210 (100%)
R 80 of 210 ~ 38.1%
G 13 of 210 ~ 6.19%
B 117 of 210 ~ 55.71%

%38.1
%55.71

CMYK color model

#500D75 color CMYK value is (32,89,0,54).

  • cyan value is 31.62%
  • magenta value is 88.89%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(32,89,0,54)
C32M89Y0K54 
(32%,89%,0%,54%)
(0.32/0.89/0.00/0.54)	

CMYK percentages

%31.62
%88.89
%0
%54.12

Codes

Color #500D75 in popluar color models

500D75
RGB8013117
HSL279°80.00%25.49%
HSB/HSV279°88.89%45.88%
CMYK31.62%88.89%0.00%
54.12%

Color #500D75 in popluar number systems.

HEX500D75
Decimal8013117
Binary101000011011110101
Octal12015165

Shades and tints

Shades of #500D75

#500D75
(80,13,117)
#490C6B
(73,12,107)
#420B61
(66,11,97)
#3B0A57
(59,10,87)
#34094D
(52,9,77)
#2D0843
(45,8,67)
#260739
(38,7,57)
#1F062F
(31,6,47)
#180525
(24,5,37)
#11041B
(17,4,27)
#0A0311
(10,3,17)
#000000
(0,0,0)

Tints of #500D75

#500D75
(80,13,117)
#5F2381
(95,35,129)
#6E398D
(110,57,141)
#7D4F99
(125,79,153)
#8C65A5
(140,101,165)
#9B7BB1
(155,123,177)
#AA91BD
(170,145,189)
#B9A7C9
(185,167,201)
#C8BDD5
(200,189,213)
#D7D3E1
(215,211,225)
#E6E9ED
(230,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #500D75 color. Also use rgb(80,13,117) instead hex code.

Text Font Color

.myTextColor { color: #500D75; }

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

This text font color is #500D75.


Background Color

.myBgColor { background-color: #500D75; }

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

This div background color is #500D75.


Border color

.myBorderColor { border: 1px solid #500D75; }

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

This div border color is #500D75.


Opacity

.myOpacity80 { color: #500D75; opacity: 0.8; }

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

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

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

This text has shadow with #500D75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500D75 on black background.


Color preview on white background

This text has color #500D75 on white background.



Black color preview on #500D75 background

This text has black color on #500D75 background.


White color preview on #500D75 background

This text has white color on #500D75 background.