COLOR #521A7B

HEX: #521A7B
RGB: (82,26,123)

Color info

#521A7B contains mainly red and blue colors. Web safe color of #521A7B is #660066 (or #606).

RGB color model

#521A7B color RGB value is (82,26,123).

  • red value is 82;
  • green value is 26;
  • blue value is 123.
RGB:
(82,26,123)
(32%,10%,48%)

RGB channels and saturation

R 82 of 255 = 32%
G 26 of 255 = 10%
B 123 of 255 = 48%

82
26
123

R + G + B ~ 30%. #521A7B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 26 + 123 = 231 (100%)
R 82 of 231 ~ 35.5%
G 26 of 231 ~ 11.26%
B 123 of 231 ~ 53.25%

%35.5
%11.26
%53.25

CMYK color model

#521A7B color CMYK value is (33,79,0,52).

  • cyan value is 33.33%
  • magenta value is 78.86%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(33,79,0,52)
C33M79Y0K52 
(33%,79%,0%,52%)
(0.33/0.79/0.00/0.52)	

CMYK percentages

%33.33
%78.86
%0
%51.76

Codes

Color #521A7B in popluar color models

521A7B
RGB8226123
HSL275°65.10%29.22%
HSB/HSV275°78.86%48.24%
CMYK33.33%78.86%0.00%
51.76%

Color #521A7B in popluar number systems.

HEX521A7B
Decimal8226123
Binary1010010110101111011
Octal12232173

Shades and tints

Shades of #521A7B

#521A7B
(82,26,123)
#4B1870
(75,24,112)
#441665
(68,22,101)
#3D145A
(61,20,90)
#36124F
(54,18,79)
#2F1044
(47,16,68)
#280E39
(40,14,57)
#210C2E
(33,12,46)
#1A0A23
(26,10,35)
#130818
(19,8,24)
#0C060D
(12,6,13)
#000000
(0,0,0)

Tints of #521A7B

#521A7B
(82,26,123)
#612E87
(97,46,135)
#704293
(112,66,147)
#7F569F
(127,86,159)
#8E6AAB
(142,106,171)
#9D7EB7
(157,126,183)
#AC92C3
(172,146,195)
#BBA6CF
(187,166,207)
#CABADB
(202,186,219)
#D9CEE7
(217,206,231)
#E8E2F3
(232,226,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #521A7B color. Also use rgb(82,26,123) instead hex code.

Text Font Color

.myTextColor { color: #521A7B; }

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

This text font color is #521A7B.


Background Color

.myBgColor { background-color: #521A7B; }

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

This div background color is #521A7B.


Border color

.myBorderColor { border: 1px solid #521A7B; }

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

This div border color is #521A7B.


Opacity

.myOpacity80 { color: #521A7B; opacity: 0.8; }

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

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

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

This text has shadow with #521A7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #521A7B on black background.


Color preview on white background

This text has color #521A7B on white background.



Black color preview on #521A7B background

This text has black color on #521A7B background.


White color preview on #521A7B background

This text has white color on #521A7B background.