COLOR #7B4A8D

HEX: #7B4A8D
RGB: (123,74,141)

Color info

#7B4A8D contains mainly red and blue colors. Web safe color of #7B4A8D is #663399 (or #639).

RGB color model

#7B4A8D color RGB value is (123,74,141).

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

RGB channels and saturation

R 123 of 255 = 48%
G 74 of 255 = 29%
B 141 of 255 = 55%

123
74
141

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

Portions of RGB colors in percentages

R + G + B =
123 + 74 + 141 = 338 (100%)
R 123 of 338 ~ 36.39%
G 74 of 338 ~ 21.89%
B 141 of 338 ~ 41.72%

%36.39
%21.89
%41.72

CMYK color model

#7B4A8D color CMYK value is (13,48,0,45).

  • cyan value is 12.77%
  • magenta value is 47.52%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(13,48,0,45)
C13M48Y0K45 
(13%,48%,0%,45%)
(0.13/0.48/0.00/0.45)	

CMYK percentages

%12.77
%47.52
%0
%44.71

Codes

Color #7B4A8D in popluar color models

7B4A8D
RGB12374141
HSL284°31.16%42.16%
HSB/HSV284°47.52%55.29%
CMYK12.77%47.52%0.00%
44.71%

Color #7B4A8D in popluar number systems.

HEX7B4A8D
Decimal12374141
Binary1111011100101010001101
Octal173112215

Shades and tints

Shades of #7B4A8D

#7B4A8D
(123,74,141)
#704481
(112,68,129)
#653E75
(101,62,117)
#5A3869
(90,56,105)
#4F325D
(79,50,93)
#442C51
(68,44,81)
#392645
(57,38,69)
#2E2039
(46,32,57)
#231A2D
(35,26,45)
#181421
(24,20,33)
#0D0E15
(13,14,21)
#000000
(0,0,0)

Tints of #7B4A8D

#7B4A8D
(123,74,141)
#875A97
(135,90,151)
#936AA1
(147,106,161)
#9F7AAB
(159,122,171)
#AB8AB5
(171,138,181)
#B79ABF
(183,154,191)
#C3AAC9
(195,170,201)
#CFBAD3
(207,186,211)
#DBCADD
(219,202,221)
#E7DAE7
(231,218,231)
#F3EAF1
(243,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B4A8D; }

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

This text font color is #7B4A8D.


Background Color

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

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

This div background color is #7B4A8D.


Border color

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

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

This div border color is #7B4A8D.


Opacity

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

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

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

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

This text has shadow with #7B4A8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B4A8D on black background.


Color preview on white background

This text has color #7B4A8D on white background.



Black color preview on #7B4A8D background

This text has black color on #7B4A8D background.


White color preview on #7B4A8D background

This text has white color on #7B4A8D background.