COLOR #7B55A7

HEX: #7B55A7
RGB: (123,85,167)

Color info

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

RGB color model

#7B55A7 color RGB value is (123,85,167).

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

RGB channels and saturation

R 123 of 255 = 48%
G 85 of 255 = 33%
B 167 of 255 = 65%

123
85
167

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

Portions of RGB colors in percentages

R + G + B =
123 + 85 + 167 = 375 (100%)
R 123 of 375 ~ 32.8%
G 85 of 375 ~ 22.67%
B 167 of 375 ~ 44.53%

%32.8
%22.67
%44.53

CMYK color model

#7B55A7 color CMYK value is (26,49,0,35).

  • cyan value is 26.35%
  • magenta value is 49.10%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(26,49,0,35)
C26M49Y0K35 
(26%,49%,0%,35%)
(0.26/0.49/0.00/0.35)	

CMYK percentages

%26.35
%49.1
%0
%34.51

Codes

Color #7B55A7 in popluar color models

7B55A7
RGB12385167
HSL268°32.54%49.41%
HSB/HSV268°49.10%65.49%
CMYK26.35%49.10%0.00%
34.51%

Color #7B55A7 in popluar number systems.

HEX7B55A7
Decimal12385167
Binary1111011101010110100111
Octal173125247

Shades and tints

Shades of #7B55A7

#7B55A7
(123,85,167)
#704E98
(112,78,152)
#654789
(101,71,137)
#5A407A
(90,64,122)
#4F396B
(79,57,107)
#44325C
(68,50,92)
#392B4D
(57,43,77)
#2E243E
(46,36,62)
#231D2F
(35,29,47)
#181620
(24,22,32)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #7B55A7

#7B55A7
(123,85,167)
#8764AF
(135,100,175)
#9373B7
(147,115,183)
#9F82BF
(159,130,191)
#AB91C7
(171,145,199)
#B7A0CF
(183,160,207)
#C3AFD7
(195,175,215)
#CFBEDF
(207,190,223)
#DBCDE7
(219,205,231)
#E7DCEF
(231,220,239)
#F3EBF7
(243,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B55A7; }

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

This text font color is #7B55A7.


Background Color

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

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

This div background color is #7B55A7.


Border color

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

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

This div border color is #7B55A7.


Opacity

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

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

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

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

This text has shadow with #7B55A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B55A7 on black background.


Color preview on white background

This text has color #7B55A7 on white background.



Black color preview on #7B55A7 background

This text has black color on #7B55A7 background.


White color preview on #7B55A7 background

This text has white color on #7B55A7 background.