COLOR #520073

HEX: #520073 RGB: (82,0,115)

Color info

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

RGB color model

#520073 color RGB value is (82,0,115).

RGB: (82,0,115) (32%, 0%, 45%)

RGB channels and saturation

R 82 of 255 = 32%
G 0 of 255 = 0%
B 115 of 255 = 45%

82
0
115

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

Portions of RGB colors in percentages

R + G + B = 82 + 0 + 115 = 197 (100%)
R 82 of 197 ~ 41.62%
G 0 of 197 ~ 0%
B 115 of 197 ~ 58.38'%

%41.62
%58.38

CMYK color model

#520073 color CMYK value is (29,100,0,55).

  • cyan value is 28.70%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 54.90%

CMYK: (29,100,0,55)
C29M100Y0K55 (29%, 100%, 0%, 55%)
(0.29 / 1.00 / 0.00 / 0.55)

CMYK percentages

%28.7
%100
%0
%54.9

Codes

Color #520073 in popluar color models

52 00 73
RGB 82 0 115
HSL 283° 100.00% 22.55%
HSB/HSV 283° 100.00% 45.10%
CMYK 28.70% 100.00% 0.00%
54.90%

Color #520073 in popluar number systems.

HEX 52 00 73
Decimal 82 0 115
Binary 1010010 0 1110011
Octal 122 0 163

Shades and tints

Shades of #520073

#520073
(82,0,115)
#4B0069
(75,0,105)
#44005F
(68,0,95)
#3D0055
(61,0,85)
#36004B
(54,0,75)
#2F0041
(47,0,65)
#280037
(40,0,55)
#21002D
(33,0,45)
#1A0023
(26,0,35)
#130019
(19,0,25)
#0C000F
(12,0,15)
#000000
(0,0,0)

Tints of #520073

#520073
(82,0,115)
#61177F
(97,23,127)
#702E8B
(112,46,139)
#7F4597
(127,69,151)
#8E5CA3
(142,92,163)
#9D73AF
(157,115,175)
#AC8ABB
(172,138,187)
#BBA1C7
(187,161,199)
#CAB8D3
(202,184,211)
#D9CFDF
(217,207,223)
#E8E6EB
(232,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #520073 color. Also use rgb(82,0,115) instead hex code.

Text Font Color

.myTextColor { color: #520073; }

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

This text font color is #520073.

Background Color

.myBgColor { background-color: #520073; }

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

This div background color is #520073.

Border color

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

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

This div border color is #520073.

Opacity

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

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

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

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

This text has shadow with #520073 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #520073.

Preview

Color preview on black background

This text has color #520073 on black background.


Color preview on white background

This text has color #520073 on white background.


Black color preview on #520073 background

This text has black color on #520073 background.


White color preview on #520073 background

This text has white color on #520073 background.


Related colors

Complementary color

Complementary color for #hex is #ADFF8C.


I love getcolorcode.com

Triadic colors

1 #735200 and #007352 with #520073 are triadic colors.

2 #730052 and #005273 with #520073 are triadic colors.