COLOR #7B3DA8

HEX: #7B3DA8 RGB: (123,61,168)

Color info

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

RGB color model

#7B3DA8 color RGB value is (123,61,168).

RGB: (123,61,168) (48%, 24%, 66%)

RGB channels and saturation

R 123 of 255 = 48%
G 61 of 255 = 24%
B 168 of 255 = 66%

123
61
168

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

Portions of RGB colors in percentages

R + G + B = 123 + 61 + 168 = 352 (100%)
R 123 of 352 ~ 34.94%
G 61 of 352 ~ 17.33%
B 168 of 352 ~ 47.73'%

%34.94
%17.33
%47.73

CMYK color model

#7B3DA8 color CMYK value is (27,64,0,34).

  • cyan value is 26.79%
  • magenta value is 63.69%
  • yellow value is 0.00%
  • key color value is 34.12%

CMYK: (27,64,0,34)
C27M64Y0K34 (27%, 64%, 0%, 34%)
(0.27 / 0.64 / 0.00 / 0.34)

CMYK percentages

%26.79
%63.69
%0
%34.12

Codes

Color #7B3DA8 in popluar color models

7B 3D A8
RGB 123 61 168
HSL 275° 46.72% 44.90%
HSB/HSV 275° 63.69% 65.88%
CMYK 26.79% 63.69% 0.00%
34.12%

Color #7B3DA8 in popluar number systems.

HEX 7B 3D A8
Decimal 123 61 168
Binary 1111011 111101 10101000
Octal 173 75 250

Shades and tints

Shades of #7B3DA8

#7B3DA8
(123,61,168)
#703899
(112,56,153)
#65338A
(101,51,138)
#5A2E7B
(90,46,123)
#4F296C
(79,41,108)
#44245D
(68,36,93)
#391F4E
(57,31,78)
#2E1A3F
(46,26,63)
#231530
(35,21,48)
#181021
(24,16,33)
#0D0B12
(13,11,18)
#000000
(0,0,0)

Tints of #7B3DA8

#7B3DA8
(123,61,168)
#874EAF
(135,78,175)
#935FB6
(147,95,182)
#9F70BD
(159,112,189)
#AB81C4
(171,129,196)
#B792CB
(183,146,203)
#C3A3D2
(195,163,210)
#CFB4D9
(207,180,217)
#DBC5E0
(219,197,224)
#E7D6E7
(231,214,231)
#F3E7EE
(243,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B3DA8 color. Also use rgb(123,61,168) instead hex code.

Text Font Color

.myTextColor { color: #7B3DA8; }

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

This text font color is #7B3DA8.

Background Color

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

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

This div background color is #7B3DA8.

Border color

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

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

This div border color is #7B3DA8.

Opacity

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

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

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

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

This text has shadow with #7B3DA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B3DA8.

Preview

Color preview on black background

This text has color #7B3DA8 on black background.


Color preview on white background

This text has color #7B3DA8 on white background.


Black color preview on #7B3DA8 background

This text has black color on #7B3DA8 background.


White color preview on #7B3DA8 background

This text has white color on #7B3DA8 background.


Related colors

Complementary color

Complementary color for #hex is #84C257.


I love getcolorcode.com

Triadic colors

1 #A87B3D and #3DA87B with #7B3DA8 are triadic colors.

2 #A83D7B and #3D7BA8 with #7B3DA8 are triadic colors.