COLOR #502170

HEX: #502170
RGB: (80,33,112)

Color info

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

RGB color model

#502170 color RGB value is (80,33,112).

  • red value is 80;
  • green value is 33;
  • blue value is 112.
RGB:
(80,33,112)
(31%,13%,44%)

RGB channels and saturation

R 80 of 255 = 31%
G 33 of 255 = 13%
B 112 of 255 = 44%

80
33
112

R + G + B ~ 29%. #502170 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 33 + 112 = 225 (100%)
R 80 of 225 ~ 35.56%
G 33 of 225 ~ 14.67%
B 112 of 225 ~ 49.78%

%35.56
%14.67
%49.78

CMYK color model

#502170 color CMYK value is (29,71,0,56).

  • cyan value is 28.57%
  • magenta value is 70.54%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(29,71,0,56)
C29M71Y0K56 
(29%,71%,0%,56%)
(0.29/0.71/0.00/0.56)	

CMYK percentages

%28.57
%70.54
%0
%56.08

Codes

Color #502170 in popluar color models

502170
RGB8033112
HSL276°54.48%28.43%
HSB/HSV276°70.54%43.92%
CMYK28.57%70.54%0.00%
56.08%

Color #502170 in popluar number systems.

HEX502170
Decimal8033112
Binary10100001000011110000
Octal12041160

Shades and tints

Shades of #502170

#502170
(80,33,112)
#491E66
(73,30,102)
#421B5C
(66,27,92)
#3B1852
(59,24,82)
#341548
(52,21,72)
#2D123E
(45,18,62)
#260F34
(38,15,52)
#1F0C2A
(31,12,42)
#180920
(24,9,32)
#110616
(17,6,22)
#0A030C
(10,3,12)
#000000
(0,0,0)

Tints of #502170

#502170
(80,33,112)
#5F357D
(95,53,125)
#6E498A
(110,73,138)
#7D5D97
(125,93,151)
#8C71A4
(140,113,164)
#9B85B1
(155,133,177)
#AA99BE
(170,153,190)
#B9ADCB
(185,173,203)
#C8C1D8
(200,193,216)
#D7D5E5
(215,213,229)
#E6E9F2
(230,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502170; }

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

This text font color is #502170.


Background Color

.myBgColor { background-color: #502170; }

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

This div background color is #502170.


Border color

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

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

This div border color is #502170.


Opacity

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

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

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

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

This text has shadow with #502170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502170 on black background.


Color preview on white background

This text has color #502170 on white background.



Black color preview on #502170 background

This text has black color on #502170 background.


White color preview on #502170 background

This text has white color on #502170 background.