COLOR #502779

HEX: #502779
RGB: (80,39,121)

Color info

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

RGB color model

#502779 color RGB value is (80,39,121).

  • red value is 80;
  • green value is 39;
  • blue value is 121.
RGB:
(80,39,121)
(31%,15%,47%)

RGB channels and saturation

R 80 of 255 = 31%
G 39 of 255 = 15%
B 121 of 255 = 47%

80
39
121

R + G + B ~ 31%. #502779 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 39 + 121 = 240 (100%)
R 80 of 240 ~ 33.33%
G 39 of 240 ~ 16.25%
B 121 of 240 ~ 50.42%

%33.33
%16.25
%50.42

CMYK color model

#502779 color CMYK value is (34,68,0,53).

  • cyan value is 33.88%
  • magenta value is 67.77%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(34,68,0,53)
C34M68Y0K53 
(34%,68%,0%,53%)
(0.34/0.68/0.00/0.53)	

CMYK percentages

%33.88
%67.77
%0
%52.55

Codes

Color #502779 in popluar color models

502779
RGB8039121
HSL270°51.25%31.37%
HSB/HSV270°67.77%47.45%
CMYK33.88%67.77%0.00%
52.55%

Color #502779 in popluar number systems.

HEX502779
Decimal8039121
Binary10100001001111111001
Octal12047171

Shades and tints

Shades of #502779

#502779
(80,39,121)
#49246E
(73,36,110)
#422163
(66,33,99)
#3B1E58
(59,30,88)
#341B4D
(52,27,77)
#2D1842
(45,24,66)
#261537
(38,21,55)
#1F122C
(31,18,44)
#180F21
(24,15,33)
#110C16
(17,12,22)
#0A090B
(10,9,11)
#000000
(0,0,0)

Tints of #502779

#502779
(80,39,121)
#5F3A85
(95,58,133)
#6E4D91
(110,77,145)
#7D609D
(125,96,157)
#8C73A9
(140,115,169)
#9B86B5
(155,134,181)
#AA99C1
(170,153,193)
#B9ACCD
(185,172,205)
#C8BFD9
(200,191,217)
#D7D2E5
(215,210,229)
#E6E5F1
(230,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502779; }

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

This text font color is #502779.


Background Color

.myBgColor { background-color: #502779; }

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

This div background color is #502779.


Border color

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

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

This div border color is #502779.


Opacity

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

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

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

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

This text has shadow with #502779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502779 on black background.


Color preview on white background

This text has color #502779 on white background.



Black color preview on #502779 background

This text has black color on #502779 background.


White color preview on #502779 background

This text has white color on #502779 background.