COLOR #7B4FAD

HEX: #7B4FAD
RGB: (123,79,173)

Color info

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

RGB color model

#7B4FAD color RGB value is (123,79,173).

  • red value is 123;
  • green value is 79;
  • blue value is 173.
RGB:
(123,79,173)
(48%,31%,68%)

RGB channels and saturation

R 123 of 255 = 48%
G 79 of 255 = 31%
B 173 of 255 = 68%

123
79
173

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

Portions of RGB colors in percentages

R + G + B =
123 + 79 + 173 = 375 (100%)
R 123 of 375 ~ 32.8%
G 79 of 375 ~ 21.07%
B 173 of 375 ~ 46.13%

%32.8
%21.07
%46.13

CMYK color model

#7B4FAD color CMYK value is (29,54,0,32).

  • cyan value is 28.90%
  • magenta value is 54.34%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(29,54,0,32)
C29M54Y0K32 
(29%,54%,0%,32%)
(0.29/0.54/0.00/0.32)	

CMYK percentages

%28.9
%54.34
%0
%32.16

Codes

Color #7B4FAD in popluar color models

7B4FAD
RGB12379173
HSL268°37.30%49.41%
HSB/HSV268°54.34%67.84%
CMYK28.90%54.34%0.00%
32.16%

Color #7B4FAD in popluar number systems.

HEX7B4FAD
Decimal12379173
Binary1111011100111110101101
Octal173117255

Shades and tints

Shades of #7B4FAD

#7B4FAD
(123,79,173)
#70489E
(112,72,158)
#65418F
(101,65,143)
#5A3A80
(90,58,128)
#4F3371
(79,51,113)
#442C62
(68,44,98)
#392553
(57,37,83)
#2E1E44
(46,30,68)
#231735
(35,23,53)
#181026
(24,16,38)
#0D0917
(13,9,23)
#000000
(0,0,0)

Tints of #7B4FAD

#7B4FAD
(123,79,173)
#875FB4
(135,95,180)
#936FBB
(147,111,187)
#9F7FC2
(159,127,194)
#AB8FC9
(171,143,201)
#B79FD0
(183,159,208)
#C3AFD7
(195,175,215)
#CFBFDE
(207,191,222)
#DBCFE5
(219,207,229)
#E7DFEC
(231,223,236)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B4FAD color. Also use rgb(123,79,173) instead hex code.

Text Font Color

.myTextColor { color: #7B4FAD; }

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

This text font color is #7B4FAD.


Background Color

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

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

This div background color is #7B4FAD.


Border color

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

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

This div border color is #7B4FAD.


Opacity

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

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

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

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

This text has shadow with #7B4FAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B4FAD on black background.


Color preview on white background

This text has color #7B4FAD on white background.



Black color preview on #7B4FAD background

This text has black color on #7B4FAD background.


White color preview on #7B4FAD background

This text has white color on #7B4FAD background.