COLOR #7B478B

HEX: #7B478B RGB: (123,71,139)

Color info

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

RGB color model

#7B478B color RGB value is (123,71,139).

RGB: (123,71,139) (48%, 28%, 55%)

RGB channels and saturation

R 123 of 255 = 48%
G 71 of 255 = 28%
B 139 of 255 = 55%

123
71
139

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

Portions of RGB colors in percentages

R + G + B = 123 + 71 + 139 = 333 (100%)
R 123 of 333 ~ 36.94%
G 71 of 333 ~ 21.32%
B 139 of 333 ~ 41.74'%

%36.94
%21.32
%41.74

CMYK color model

#7B478B color CMYK value is (12,49,0,45).

  • cyan value is 11.51%
  • magenta value is 48.92%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (12,49,0,45)
C12M49Y0K45 (12%, 49%, 0%, 45%)
(0.12 / 0.49 / 0.00 / 0.45)

CMYK percentages

%11.51
%48.92
%0
%45.49

Codes

Color #7B478B in popluar color models

7B 47 8B
RGB 123 71 139
HSL 286° 32.38% 41.18%
HSB/HSV 286° 48.92% 54.51%
CMYK 11.51% 48.92% 0.00%
45.49%

Color #7B478B in popluar number systems.

HEX 7B 47 8B
Decimal 123 71 139
Binary 1111011 1000111 10001011
Octal 173 107 213

Shades and tints

Shades of #7B478B

#7B478B
(123,71,139)
#70417F
(112,65,127)
#653B73
(101,59,115)
#5A3567
(90,53,103)
#4F2F5B
(79,47,91)
#44294F
(68,41,79)
#392343
(57,35,67)
#2E1D37
(46,29,55)
#23172B
(35,23,43)
#18111F
(24,17,31)
#0D0B13
(13,11,19)
#000000
(0,0,0)

Tints of #7B478B

#7B478B
(123,71,139)
#875795
(135,87,149)
#93679F
(147,103,159)
#9F77A9
(159,119,169)
#AB87B3
(171,135,179)
#B797BD
(183,151,189)
#C3A7C7
(195,167,199)
#CFB7D1
(207,183,209)
#DBC7DB
(219,199,219)
#E7D7E5
(231,215,229)
#F3E7EF
(243,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B478B color. Also use rgb(123,71,139) instead hex code.

Text Font Color

.myTextColor { color: #7B478B; }

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

This text font color is #7B478B.

Background Color

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

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

This div background color is #7B478B.

Border color

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

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

This div border color is #7B478B.

Opacity

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

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

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

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

This text has shadow with #7B478B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B478B.

Preview

Color preview on black background

This text has color #7B478B on black background.


Color preview on white background

This text has color #7B478B on white background.


Black color preview on #7B478B background

This text has black color on #7B478B background.


White color preview on #7B478B background

This text has white color on #7B478B background.


Related colors

Complementary color

Complementary color for #hex is #84B874.


I love getcolorcode.com

Triadic colors

1 #8B7B47 and #478B7B with #7B478B are triadic colors.

2 #8B477B and #477B8B with #7B478B are triadic colors.