COLOR #7B4A82

HEX: #7B4A82
RGB: (123,74,130)

Color info

#7B4A82 contains red, green and blue colors in about the same proportion. Web safe color of #7B4A82 is #663399 (or #639).

RGB color model

#7B4A82 color RGB value is (123,74,130).

  • red value is 123;
  • green value is 74;
  • blue value is 130.
RGB:
(123,74,130)
(48%,29%,51%)

RGB channels and saturation

R 123 of 255 = 48%
G 74 of 255 = 29%
B 130 of 255 = 51%

123
74
130

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

Portions of RGB colors in percentages

R + G + B =
123 + 74 + 130 = 327 (100%)
R 123 of 327 ~ 37.61%
G 74 of 327 ~ 22.63%
B 130 of 327 ~ 39.76%

%37.61
%22.63
%39.76

CMYK color model

#7B4A82 color CMYK value is (5,43,0,49).

  • cyan value is 5.38%
  • magenta value is 43.08%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(5,43,0,49)
C5M43Y0K49 
(5%,43%,0%,49%)
(0.05/0.43/0.00/0.49)	

CMYK percentages

%5.38
%43.08
%0
%49.02

Codes

Color #7B4A82 in popluar color models

7B4A82
RGB12374130
HSL293°27.45%40.00%
HSB/HSV293°43.08%50.98%
CMYK5.38%43.08%0.00%
49.02%

Color #7B4A82 in popluar number systems.

HEX7B4A82
Decimal12374130
Binary1111011100101010000010
Octal173112202

Shades and tints

Shades of #7B4A82

#7B4A82
(123,74,130)
#704477
(112,68,119)
#653E6C
(101,62,108)
#5A3861
(90,56,97)
#4F3256
(79,50,86)
#442C4B
(68,44,75)
#392640
(57,38,64)
#2E2035
(46,32,53)
#231A2A
(35,26,42)
#18141F
(24,20,31)
#0D0E14
(13,14,20)
#000000
(0,0,0)

Tints of #7B4A82

#7B4A82
(123,74,130)
#875A8D
(135,90,141)
#936A98
(147,106,152)
#9F7AA3
(159,122,163)
#AB8AAE
(171,138,174)
#B79AB9
(183,154,185)
#C3AAC4
(195,170,196)
#CFBACF
(207,186,207)
#DBCADA
(219,202,218)
#E7DAE5
(231,218,229)
#F3EAF0
(243,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B4A82 color. Also use rgb(123,74,130) instead hex code.

Text Font Color

.myTextColor { color: #7B4A82; }

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

This text font color is #7B4A82.


Background Color

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

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

This div background color is #7B4A82.


Border color

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

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

This div border color is #7B4A82.


Opacity

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

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

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

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

This text has shadow with #7B4A82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B4A82 on black background.


Color preview on white background

This text has color #7B4A82 on white background.



Black color preview on #7B4A82 background

This text has black color on #7B4A82 background.


White color preview on #7B4A82 background

This text has white color on #7B4A82 background.