COLOR #522F7D

HEX: #522F7D RGB: (82,47,125)

Color info

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

RGB color model

#522F7D color RGB value is (82,47,125).

RGB: (82,47,125) (32%, 18%, 49%)

RGB channels and saturation

R 82 of 255 = 32%
G 47 of 255 = 18%
B 125 of 255 = 49%

82
47
125

R + G + B ~ 33%. #522F7D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 47 + 125 = 254 (100%)
R 82 of 254 ~ 32.28%
G 47 of 254 ~ 18.5%
B 125 of 254 ~ 49.21'%

%32.28
%18.5
%49.21

CMYK color model

#522F7D color CMYK value is (34,62,0,51).

  • cyan value is 34.40%
  • magenta value is 62.40%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (34,62,0,51)
C34M62Y0K51 (34%, 62%, 0%, 51%)
(0.34 / 0.62 / 0.00 / 0.51)

CMYK percentages

%34.4
%62.4
%0
%50.98

Codes

Color #522F7D in popluar color models

52 2F 7D
RGB 82 47 125
HSL 267° 45.35% 33.73%
HSB/HSV 267° 62.40% 49.02%
CMYK 34.40% 62.40% 0.00%
50.98%

Color #522F7D in popluar number systems.

HEX 52 2F 7D
Decimal 82 47 125
Binary 1010010 101111 1111101
Octal 122 57 175

Shades and tints

Shades of #522F7D

#522F7D
(82,47,125)
#4B2B72
(75,43,114)
#442767
(68,39,103)
#3D235C
(61,35,92)
#361F51
(54,31,81)
#2F1B46
(47,27,70)
#28173B
(40,23,59)
#211330
(33,19,48)
#1A0F25
(26,15,37)
#130B1A
(19,11,26)
#0C070F
(12,7,15)
#000000
(0,0,0)

Tints of #522F7D

#522F7D
(82,47,125)
#614188
(97,65,136)
#705393
(112,83,147)
#7F659E
(127,101,158)
#8E77A9
(142,119,169)
#9D89B4
(157,137,180)
#AC9BBF
(172,155,191)
#BBADCA
(187,173,202)
#CABFD5
(202,191,213)
#D9D1E0
(217,209,224)
#E8E3EB
(232,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #522F7D color. Also use rgb(82,47,125) instead hex code.

Text Font Color

.myTextColor { color: #522F7D; }

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

This text font color is #522F7D.

Background Color

.myBgColor { background-color: #522F7D; }

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

This div background color is #522F7D.

Border color

.myBorderColor { border: 1px solid #522F7D; }

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

This div border color is #522F7D.

Opacity

.myOpacity80 { color: #522F7D; opacity: 0.8; }

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

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

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

This text has shadow with #522F7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #522F7D.

Preview

Color preview on black background

This text has color #522F7D on black background.


Color preview on white background

This text has color #522F7D on white background.


Black color preview on #522F7D background

This text has black color on #522F7D background.


White color preview on #522F7D background

This text has white color on #522F7D background.


Related colors

Complementary color

Complementary color for #hex is #ADD082.


I love getcolorcode.com

Triadic colors

1 #7D522F and #2F7D52 with #522F7D are triadic colors.

2 #7D2F52 and #2F527D with #522F7D are triadic colors.