COLOR #7A57B5

HEX: #7A57B5
RGB: (122,87,181)

Color info

#7A57B5 contains mainly red and blue colors. Web safe color of #7A57B5 is #6666CC (or #66C).

RGB color model

#7A57B5 color RGB value is (122,87,181).

  • red value is 122;
  • green value is 87;
  • blue value is 181.
RGB:
(122,87,181)
(48%,34%,71%)

RGB channels and saturation

R 122 of 255 = 48%
G 87 of 255 = 34%
B 181 of 255 = 71%

122
87
181

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

Portions of RGB colors in percentages

R + G + B =
122 + 87 + 181 = 390 (100%)
R 122 of 390 ~ 31.28%
G 87 of 390 ~ 22.31%
B 181 of 390 ~ 46.41%

%31.28
%22.31
%46.41

CMYK color model

#7A57B5 color CMYK value is (33,52,0,29).

  • cyan value is 32.60%
  • magenta value is 51.93%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(33,52,0,29)
C33M52Y0K29 
(33%,52%,0%,29%)
(0.33/0.52/0.00/0.29)	

CMYK percentages

%32.6
%51.93
%0
%29.02

Codes

Color #7A57B5 in popluar color models

7A57B5
RGB12287181
HSL262°38.84%52.55%
HSB/HSV262°51.93%70.98%
CMYK32.60%51.93%0.00%
29.02%

Color #7A57B5 in popluar number systems.

HEX7A57B5
Decimal12287181
Binary1111010101011110110101
Octal172127265

Shades and tints

Shades of #7A57B5

#7A57B5
(122,87,181)
#6F50A5
(111,80,165)
#644995
(100,73,149)
#594285
(89,66,133)
#4E3B75
(78,59,117)
#433465
(67,52,101)
#382D55
(56,45,85)
#2D2645
(45,38,69)
#221F35
(34,31,53)
#171825
(23,24,37)
#0C1115
(12,17,21)
#000000
(0,0,0)

Tints of #7A57B5

#7A57B5
(122,87,181)
#8666BB
(134,102,187)
#9275C1
(146,117,193)
#9E84C7
(158,132,199)
#AA93CD
(170,147,205)
#B6A2D3
(182,162,211)
#C2B1D9
(194,177,217)
#CEC0DF
(206,192,223)
#DACFE5
(218,207,229)
#E6DEEB
(230,222,235)
#F2EDF1
(242,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A57B5; }

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

This text font color is #7A57B5.


Background Color

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

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

This div background color is #7A57B5.


Border color

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

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

This div border color is #7A57B5.


Opacity

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

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

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

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

This text has shadow with #7A57B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A57B5 on black background.


Color preview on white background

This text has color #7A57B5 on white background.



Black color preview on #7A57B5 background

This text has black color on #7A57B5 background.


White color preview on #7A57B5 background

This text has white color on #7A57B5 background.