COLOR #501165

HEX: #501165
RGB: (80,17,101)

Color info

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

RGB color model

#501165 color RGB value is (80,17,101).

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

RGB channels and saturation

R 80 of 255 = 31%
G 17 of 255 = 7%
B 101 of 255 = 40%

80
17
101

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

Portions of RGB colors in percentages

R + G + B =
80 + 17 + 101 = 198 (100%)
R 80 of 198 ~ 40.4%
G 17 of 198 ~ 8.59%
B 101 of 198 ~ 51.01%

%40.4
%51.01

CMYK color model

#501165 color CMYK value is (21,83,0,60).

  • cyan value is 20.79%
  • magenta value is 83.17%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(21,83,0,60)
C21M83Y0K60 
(21%,83%,0%,60%)
(0.21/0.83/0.00/0.60)	

CMYK percentages

%20.79
%83.17
%0
%60.39

Codes

Color #501165 in popluar color models

501165
RGB8017101
HSL285°71.19%23.14%
HSB/HSV285°83.17%39.61%
CMYK20.79%83.17%0.00%
60.39%

Color #501165 in popluar number systems.

HEX501165
Decimal8017101
Binary1010000100011100101
Octal12021145

Shades and tints

Shades of #501165

#501165
(80,17,101)
#49105C
(73,16,92)
#420F53
(66,15,83)
#3B0E4A
(59,14,74)
#340D41
(52,13,65)
#2D0C38
(45,12,56)
#260B2F
(38,11,47)
#1F0A26
(31,10,38)
#18091D
(24,9,29)
#110814
(17,8,20)
#0A070B
(10,7,11)
#000000
(0,0,0)

Tints of #501165

#501165
(80,17,101)
#5F2673
(95,38,115)
#6E3B81
(110,59,129)
#7D508F
(125,80,143)
#8C659D
(140,101,157)
#9B7AAB
(155,122,171)
#AA8FB9
(170,143,185)
#B9A4C7
(185,164,199)
#C8B9D5
(200,185,213)
#D7CEE3
(215,206,227)
#E6E3F1
(230,227,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501165; }

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

This text font color is #501165.


Background Color

.myBgColor { background-color: #501165; }

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

This div background color is #501165.


Border color

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

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

This div border color is #501165.


Opacity

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

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

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

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

This text has shadow with #501165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501165 on black background.


Color preview on white background

This text has color #501165 on white background.



Black color preview on #501165 background

This text has black color on #501165 background.


White color preview on #501165 background

This text has white color on #501165 background.