COLOR #7B44AB

HEX: #7B44AB RGB: (123,68,171)

Color info

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

RGB color model

#7B44AB color RGB value is (123,68,171).

RGB: (123,68,171) (48%, 27%, 67%)

RGB channels and saturation

R 123 of 255 = 48%
G 68 of 255 = 27%
B 171 of 255 = 67%

123
68
171

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

Portions of RGB colors in percentages

R + G + B = 123 + 68 + 171 = 362 (100%)
R 123 of 362 ~ 33.98%
G 68 of 362 ~ 18.78%
B 171 of 362 ~ 47.24'%

%33.98
%18.78
%47.24

CMYK color model

#7B44AB color CMYK value is (28,60,0,33).

  • cyan value is 28.07%
  • magenta value is 60.23%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (28,60,0,33)
C28M60Y0K33 (28%, 60%, 0%, 33%)
(0.28 / 0.60 / 0.00 / 0.33)

CMYK percentages

%28.07
%60.23
%0
%32.94

Codes

Color #7B44AB in popluar color models

7B 44 AB
RGB 123 68 171
HSL 272° 43.10% 46.86%
HSB/HSV 272° 60.23% 67.06%
CMYK 28.07% 60.23% 0.00%
32.94%

Color #7B44AB in popluar number systems.

HEX 7B 44 AB
Decimal 123 68 171
Binary 1111011 1000100 10101011
Octal 173 104 253

Shades and tints

Shades of #7B44AB

#7B44AB
(123,68,171)
#703E9C
(112,62,156)
#65388D
(101,56,141)
#5A327E
(90,50,126)
#4F2C6F
(79,44,111)
#442660
(68,38,96)
#392051
(57,32,81)
#2E1A42
(46,26,66)
#231433
(35,20,51)
#180E24
(24,14,36)
#0D0815
(13,8,21)
#000000
(0,0,0)

Tints of #7B44AB

#7B44AB
(123,68,171)
#8755B2
(135,85,178)
#9366B9
(147,102,185)
#9F77C0
(159,119,192)
#AB88C7
(171,136,199)
#B799CE
(183,153,206)
#C3AAD5
(195,170,213)
#CFBBDC
(207,187,220)
#DBCCE3
(219,204,227)
#E7DDEA
(231,221,234)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B44AB color. Also use rgb(123,68,171) instead hex code.

Text Font Color

.myTextColor { color: #7B44AB; }

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

This text font color is #7B44AB.

Background Color

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

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

This div background color is #7B44AB.

Border color

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

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

This div border color is #7B44AB.

Opacity

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

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

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

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

This text has shadow with #7B44AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B44AB.

Preview

Color preview on black background

This text has color #7B44AB on black background.


Color preview on white background

This text has color #7B44AB on white background.


Black color preview on #7B44AB background

This text has black color on #7B44AB background.


White color preview on #7B44AB background

This text has white color on #7B44AB background.


Related colors

Complementary color

Complementary color for #hex is #84BB54.


I love getcolorcode.com

Triadic colors

1 #AB7B44 and #44AB7B with #7B44AB are triadic colors.

2 #AB447B and #447BAB with #7B44AB are triadic colors.