COLOR #7B55AD

HEX: #7B55AD
RGB: (123,85,173)

Color info

#7B55AD contains mainly red and blue colors. Web safe color of #7B55AD is #666699 (or #669).

RGB color model

#7B55AD color RGB value is (123,85,173).

  • red value is 123;
  • green value is 85;
  • blue value is 173.
RGB:
(123,85,173)
(48%,33%,68%)

RGB channels and saturation

R 123 of 255 = 48%
G 85 of 255 = 33%
B 173 of 255 = 68%

123
85
173

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

Portions of RGB colors in percentages

R + G + B =
123 + 85 + 173 = 381 (100%)
R 123 of 381 ~ 32.28%
G 85 of 381 ~ 22.31%
B 173 of 381 ~ 45.41%

%32.28
%22.31
%45.41

CMYK color model

#7B55AD color CMYK value is (29,51,0,32).

  • cyan value is 28.90%
  • magenta value is 50.87%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(29,51,0,32)
C29M51Y0K32 
(29%,51%,0%,32%)
(0.29/0.51/0.00/0.32)	

CMYK percentages

%28.9
%50.87
%0
%32.16

Codes

Color #7B55AD in popluar color models

7B55AD
RGB12385173
HSL266°34.92%50.59%
HSB/HSV266°50.87%67.84%
CMYK28.90%50.87%0.00%
32.16%

Color #7B55AD in popluar number systems.

HEX7B55AD
Decimal12385173
Binary1111011101010110101101
Octal173125255

Shades and tints

Shades of #7B55AD

#7B55AD
(123,85,173)
#704E9E
(112,78,158)
#65478F
(101,71,143)
#5A4080
(90,64,128)
#4F3971
(79,57,113)
#443262
(68,50,98)
#392B53
(57,43,83)
#2E2444
(46,36,68)
#231D35
(35,29,53)
#181626
(24,22,38)
#0D0F17
(13,15,23)
#000000
(0,0,0)

Tints of #7B55AD

#7B55AD
(123,85,173)
#8764B4
(135,100,180)
#9373BB
(147,115,187)
#9F82C2
(159,130,194)
#AB91C9
(171,145,201)
#B7A0D0
(183,160,208)
#C3AFD7
(195,175,215)
#CFBEDE
(207,190,222)
#DBCDE5
(219,205,229)
#E7DCEC
(231,220,236)
#F3EBF3
(243,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B55AD; }

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

This text font color is #7B55AD.


Background Color

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

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

This div background color is #7B55AD.


Border color

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

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

This div border color is #7B55AD.


Opacity

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

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

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

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

This text has shadow with #7B55AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B55AD on black background.


Color preview on white background

This text has color #7B55AD on white background.



Black color preview on #7B55AD background

This text has black color on #7B55AD background.


White color preview on #7B55AD background

This text has white color on #7B55AD background.