COLOR #7B52AA

HEX: #7B52AA RGB: (123,82,170)

Color info

#7B52AA contains mainly red and blue colors. Web safe color of #7B52AA is #666699 (or #669).

RGB color model

#7B52AA color RGB value is (123,82,170).

RGB: (123,82,170) (48%, 32%, 67%)

RGB channels and saturation

R 123 of 255 = 48%
G 82 of 255 = 32%
B 170 of 255 = 67%

123
82
170

R + G + B ~ 49%. #7B52AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 123 + 82 + 170 = 375 (100%)
R 123 of 375 ~ 32.8%
G 82 of 375 ~ 21.87%
B 170 of 375 ~ 45.33'%

%32.8
%21.87
%45.33

CMYK color model

#7B52AA color CMYK value is (28,52,0,33).

  • cyan value is 27.65%
  • magenta value is 51.76%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (28,52,0,33) C28M52Y0K33 (28%,52%,0%,33%) (0.28/0.52/0.00/0.33) 

CMYK percentages

%27.65
%51.76
%0
%33.33

Codes

Color #7B52AA in popluar color models

7B 52 AA
RGB 123 82 170
HSL 268° 34.92% 49.41%
HSB/HSV 268° 51.76% 66.67%
CMYK 27.65% 51.76% 0.00%
33.33%

Color #7B52AA in popluar number systems.

HEX 7B 52 AA
Decimal 123 82 170
Binary 1111011 1010010 10101010
Octal 173 122 252

Shades and tints

Shades of #7B52AA

#7B52AA
(123,82,170)
#704B9B
(112,75,155)
#65448C
(101,68,140)
#5A3D7D
(90,61,125)
#4F366E
(79,54,110)
#442F5F
(68,47,95)
#392850
(57,40,80)
#2E2141
(46,33,65)
#231A32
(35,26,50)
#181323
(24,19,35)
#0D0C14
(13,12,20)
#000000
(0,0,0)

Tints of #7B52AA

#7B52AA
(123,82,170)
#8761B1
(135,97,177)
#9370B8
(147,112,184)
#9F7FBF
(159,127,191)
#AB8EC6
(171,142,198)
#B79DCD
(183,157,205)
#C3ACD4
(195,172,212)
#CFBBDB
(207,187,219)
#DBCAE2
(219,202,226)
#E7D9E9
(231,217,233)
#F3E8F0
(243,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B52AA color. Also use rgb(123,82,170) instead hex code.

Text Font Color

.myTextColor { color: #7B52AA; }

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

This text font color is #7B52AA.

Background Color

.myBgColor { background-color: #7B52AA; }

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

This div background color is #7B52AA.

Border color

.myBorderColor { border: 1px solid #7B52AA; }

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

This div border color is #7B52AA.

Opacity

.myOpacity80 { color: #7B52AA; opacity: 0.8; }

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

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

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

This text has shadow with #7B52AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B52AA.

Preview

Color preview on black background

This text has color #7B52AA on black background.


Color preview on white background

This text has color #7B52AA on white background.


Black color preview on #7B52AA background

This text has black color on #7B52AA background.


White color preview on #7B52AA background

This text has white color on #7B52AA background.


Related colors

Complementary color

Complementary color for #hex is #84AD55.


I love getcolorcode.com

Triadic colors

1 #AA7B52 and #52AA7B with #7B52AA are triadic colors.

2 #AA527B and #527BAA with #7B52AA are triadic colors.