COLOR #522479

HEX: #522479
RGB: (82,36,121)

Color info

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

RGB color model

#522479 color RGB value is (82,36,121).

  • red value is 82;
  • green value is 36;
  • blue value is 121.
RGB:
(82,36,121)
(32%,14%,47%)

RGB channels and saturation

R 82 of 255 = 32%
G 36 of 255 = 14%
B 121 of 255 = 47%

82
36
121

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

Portions of RGB colors in percentages

R + G + B =
82 + 36 + 121 = 239 (100%)
R 82 of 239 ~ 34.31%
G 36 of 239 ~ 15.06%
B 121 of 239 ~ 50.63%

%34.31
%15.06
%50.63

CMYK color model

#522479 color CMYK value is (32,70,0,53).

  • cyan value is 32.23%
  • magenta value is 70.25%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(32,70,0,53)
C32M70Y0K53 
(32%,70%,0%,53%)
(0.32/0.70/0.00/0.53)	

CMYK percentages

%32.23
%70.25
%0
%52.55

Codes

Color #522479 in popluar color models

522479
RGB8236121
HSL272°54.14%30.78%
HSB/HSV272°70.25%47.45%
CMYK32.23%70.25%0.00%
52.55%

Color #522479 in popluar number systems.

HEX522479
Decimal8236121
Binary10100101001001111001
Octal12244171

Shades and tints

Shades of #522479

#522479
(82,36,121)
#4B216E
(75,33,110)
#441E63
(68,30,99)
#3D1B58
(61,27,88)
#36184D
(54,24,77)
#2F1542
(47,21,66)
#281237
(40,18,55)
#210F2C
(33,15,44)
#1A0C21
(26,12,33)
#130916
(19,9,22)
#0C060B
(12,6,11)
#000000
(0,0,0)

Tints of #522479

#522479
(82,36,121)
#613785
(97,55,133)
#704A91
(112,74,145)
#7F5D9D
(127,93,157)
#8E70A9
(142,112,169)
#9D83B5
(157,131,181)
#AC96C1
(172,150,193)
#BBA9CD
(187,169,205)
#CABCD9
(202,188,217)
#D9CFE5
(217,207,229)
#E8E2F1
(232,226,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #522479 color. Also use rgb(82,36,121) instead hex code.

Text Font Color

.myTextColor { color: #522479; }

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

This text font color is #522479.


Background Color

.myBgColor { background-color: #522479; }

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

This div background color is #522479.


Border color

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

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

This div border color is #522479.


Opacity

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

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

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

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

This text has shadow with #522479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #522479 on black background.


Color preview on white background

This text has color #522479 on white background.



Black color preview on #522479 background

This text has black color on #522479 background.


White color preview on #522479 background

This text has white color on #522479 background.