COLOR #7B4A9A

HEX: #7B4A9A RGB: (123,74,154)

Color info

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

RGB color model

#7B4A9A color RGB value is (123,74,154).

RGB: (123,74,154) (48%, 29%, 60%)

RGB channels and saturation

R 123 of 255 = 48%
G 74 of 255 = 29%
B 154 of 255 = 60%

123
74
154

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

Portions of RGB colors in percentages

R + G + B = 123 + 74 + 154 = 351 (100%)
R 123 of 351 ~ 35.04%
G 74 of 351 ~ 21.08%
B 154 of 351 ~ 43.87'%

%35.04
%21.08
%43.87

CMYK color model

#7B4A9A color CMYK value is (20,52,0,40).

  • cyan value is 20.13%
  • magenta value is 51.95%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (20,52,0,40)
C20M52Y0K40 (20%, 52%, 0%, 40%)
(0.20 / 0.52 / 0.00 / 0.40)

CMYK percentages

%20.13
%51.95
%0
%39.61

Codes

Color #7B4A9A in popluar color models

7B 4A 9A
RGB 123 74 154
HSL 277° 35.09% 44.71%
HSB/HSV 277° 51.95% 60.39%
CMYK 20.13% 51.95% 0.00%
39.61%

Color #7B4A9A in popluar number systems.

HEX 7B 4A 9A
Decimal 123 74 154
Binary 1111011 1001010 10011010
Octal 173 112 232

Shades and tints

Shades of #7B4A9A

#7B4A9A
(123,74,154)
#70448C
(112,68,140)
#653E7E
(101,62,126)
#5A3870
(90,56,112)
#4F3262
(79,50,98)
#442C54
(68,44,84)
#392646
(57,38,70)
#2E2038
(46,32,56)
#231A2A
(35,26,42)
#18141C
(24,20,28)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #7B4A9A

#7B4A9A
(123,74,154)
#875AA3
(135,90,163)
#936AAC
(147,106,172)
#9F7AB5
(159,122,181)
#AB8ABE
(171,138,190)
#B79AC7
(183,154,199)
#C3AAD0
(195,170,208)
#CFBAD9
(207,186,217)
#DBCAE2
(219,202,226)
#E7DAEB
(231,218,235)
#F3EAF4
(243,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B4A9A; }

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

This text font color is #7B4A9A.

Background Color

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

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

This div background color is #7B4A9A.

Border color

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

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

This div border color is #7B4A9A.

Opacity

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

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

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

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

This text has shadow with #7B4A9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B4A9A.

Preview

Color preview on black background

This text has color #7B4A9A on black background.


Color preview on white background

This text has color #7B4A9A on white background.


Black color preview on #7B4A9A background

This text has black color on #7B4A9A background.


White color preview on #7B4A9A background

This text has white color on #7B4A9A background.


Related colors

Complementary color

Complementary color for #hex is #84B565.


I love getcolorcode.com

Triadic colors

1 #9A7B4A and #4A9A7B with #7B4A9A are triadic colors.

2 #9A4A7B and #4A7B9A with #7B4A9A are triadic colors.