COLOR #7B45AD

HEX: #7B45AD RGB: (123,69,173)

Color info

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

RGB color model

#7B45AD color RGB value is (123,69,173).

RGB: (123,69,173) (48%, 27%, 68%)

RGB channels and saturation

R 123 of 255 = 48%
G 69 of 255 = 27%
B 173 of 255 = 68%

123
69
173

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

Portions of RGB colors in percentages

R + G + B = 123 + 69 + 173 = 365 (100%)
R 123 of 365 ~ 33.7%
G 69 of 365 ~ 18.9%
B 173 of 365 ~ 47.4'%

%33.7
%18.9
%47.4

CMYK color model

#7B45AD color CMYK value is (29,60,0,32).

  • cyan value is 28.90%
  • magenta value is 60.12%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (29,60,0,32)
C29M60Y0K32 (29%, 60%, 0%, 32%)
(0.29 / 0.60 / 0.00 / 0.32)

CMYK percentages

%28.9
%60.12
%0
%32.16

Codes

Color #7B45AD in popluar color models

7B 45 AD
RGB 123 69 173
HSL 271° 42.98% 47.45%
HSB/HSV 271° 60.12% 67.84%
CMYK 28.90% 60.12% 0.00%
32.16%

Color #7B45AD in popluar number systems.

HEX 7B 45 AD
Decimal 123 69 173
Binary 1111011 1000101 10101101
Octal 173 105 255

Shades and tints

Shades of #7B45AD

#7B45AD
(123,69,173)
#703F9E
(112,63,158)
#65398F
(101,57,143)
#5A3380
(90,51,128)
#4F2D71
(79,45,113)
#442762
(68,39,98)
#392153
(57,33,83)
#2E1B44
(46,27,68)
#231535
(35,21,53)
#180F26
(24,15,38)
#0D0917
(13,9,23)
#000000
(0,0,0)

Tints of #7B45AD

#7B45AD
(123,69,173)
#8755B4
(135,85,180)
#9365BB
(147,101,187)
#9F75C2
(159,117,194)
#AB85C9
(171,133,201)
#B795D0
(183,149,208)
#C3A5D7
(195,165,215)
#CFB5DE
(207,181,222)
#DBC5E5
(219,197,229)
#E7D5EC
(231,213,236)
#F3E5F3
(243,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B45AD; }

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

This text font color is #7B45AD.

Background Color

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

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

This div background color is #7B45AD.

Border color

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

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

This div border color is #7B45AD.

Opacity

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

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

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

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

This text has shadow with #7B45AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B45AD.

Preview

Color preview on black background

This text has color #7B45AD on black background.


Color preview on white background

This text has color #7B45AD on white background.


Black color preview on #7B45AD background

This text has black color on #7B45AD background.


White color preview on #7B45AD background

This text has white color on #7B45AD background.


Related colors

Complementary color

Complementary color for #hex is #84BA52.


I love getcolorcode.com

Triadic colors

1 #AD7B45 and #45AD7B with #7B45AD are triadic colors.

2 #AD457B and #457BAD with #7B45AD are triadic colors.