COLOR #7A57B1

HEX: #7A57B1 RGB: (122,87,177)

Color info

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

RGB color model

#7A57B1 color RGB value is (122,87,177).

RGB: (122,87,177) (48%, 34%, 69%)

RGB channels and saturation

R 122 of 255 = 48%
G 87 of 255 = 34%
B 177 of 255 = 69%

122
87
177

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

Portions of RGB colors in percentages

R + G + B = 122 + 87 + 177 = 386 (100%)
R 122 of 386 ~ 31.61%
G 87 of 386 ~ 22.54%
B 177 of 386 ~ 45.85'%

%31.61
%22.54
%45.85

CMYK color model

#7A57B1 color CMYK value is (31,51,0,31).

  • cyan value is 31.07%
  • magenta value is 50.85%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (31,51,0,31)
C31M51Y0K31 (31%, 51%, 0%, 31%)
(0.31 / 0.51 / 0.00 / 0.31)

CMYK percentages

%31.07
%50.85
%0
%30.59

Codes

Color #7A57B1 in popluar color models

7A 57 B1
RGB 122 87 177
HSL 263° 36.59% 51.76%
HSB/HSV 263° 50.85% 69.41%
CMYK 31.07% 50.85% 0.00%
30.59%

Color #7A57B1 in popluar number systems.

HEX 7A 57 B1
Decimal 122 87 177
Binary 1111010 1010111 10110001
Octal 172 127 261

Shades and tints

Shades of #7A57B1

#7A57B1
(122,87,177)
#6F50A1
(111,80,161)
#644991
(100,73,145)
#594281
(89,66,129)
#4E3B71
(78,59,113)
#433461
(67,52,97)
#382D51
(56,45,81)
#2D2641
(45,38,65)
#221F31
(34,31,49)
#171821
(23,24,33)
#0C1111
(12,17,17)
#000000
(0,0,0)

Tints of #7A57B1

#7A57B1
(122,87,177)
#8666B8
(134,102,184)
#9275BF
(146,117,191)
#9E84C6
(158,132,198)
#AA93CD
(170,147,205)
#B6A2D4
(182,162,212)
#C2B1DB
(194,177,219)
#CEC0E2
(206,192,226)
#DACFE9
(218,207,233)
#E6DEF0
(230,222,240)
#F2EDF7
(242,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A57B1 color. Also use rgb(122,87,177) instead hex code.

Text Font Color

.myTextColor { color: #7A57B1; }

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

This text font color is #7A57B1.

Background Color

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

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

This div background color is #7A57B1.

Border color

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

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

This div border color is #7A57B1.

Opacity

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

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

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

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

This text has shadow with #7A57B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A57B1.

Preview

Color preview on black background

This text has color #7A57B1 on black background.


Color preview on white background

This text has color #7A57B1 on white background.


Black color preview on #7A57B1 background

This text has black color on #7A57B1 background.


White color preview on #7A57B1 background

This text has white color on #7A57B1 background.


Related colors

Complementary color

Complementary color for #hex is #85A84E.


I love getcolorcode.com

Triadic colors

1 #B17A57 and #57B17A with #7A57B1 are triadic colors.

2 #B1577A and #577AB1 with #7A57B1 are triadic colors.