COLOR #7A5AD1

HEX: #7A5AD1
RGB: (122,90,209)

Color info

#7A5AD1 contains mainly blue color. Web safe color of #7A5AD1 is #6666CC (or #66C).

RGB color model

#7A5AD1 color RGB value is (122,90,209).

  • red value is 122;
  • green value is 90;
  • blue value is 209.
RGB:
(122,90,209)
(48%,35%,82%)

RGB channels and saturation

R 122 of 255 = 48%
G 90 of 255 = 35%
B 209 of 255 = 82%

122
90
209

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

Portions of RGB colors in percentages

R + G + B =
122 + 90 + 209 = 421 (100%)
R 122 of 421 ~ 28.98%
G 90 of 421 ~ 21.38%
B 209 of 421 ~ 49.64%

%28.98
%21.38
%49.64

CMYK color model

#7A5AD1 color CMYK value is (42,57,0,18).

  • cyan value is 41.63%
  • magenta value is 56.94%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(42,57,0,18)
C42M57Y0K18 
(42%,57%,0%,18%)
(0.42/0.57/0.00/0.18)	

CMYK percentages

%41.63
%56.94
%0
%18.04

Codes

Color #7A5AD1 in popluar color models

7A5AD1
RGB12290209
HSL256°56.40%58.63%
HSB/HSV256°56.94%81.96%
CMYK41.63%56.94%0.00%
18.04%

Color #7A5AD1 in popluar number systems.

HEX7A5AD1
Decimal12290209
Binary1111010101101011010001
Octal172132321

Shades and tints

Shades of #7A5AD1

#7A5AD1
(122,90,209)
#6F52BE
(111,82,190)
#644AAB
(100,74,171)
#594298
(89,66,152)
#4E3A85
(78,58,133)
#433272
(67,50,114)
#382A5F
(56,42,95)
#2D224C
(45,34,76)
#221A39
(34,26,57)
#171226
(23,18,38)
#0C0A13
(12,10,19)
#000000
(0,0,0)

Tints of #7A5AD1

#7A5AD1
(122,90,209)
#8669D5
(134,105,213)
#9278D9
(146,120,217)
#9E87DD
(158,135,221)
#AA96E1
(170,150,225)
#B6A5E5
(182,165,229)
#C2B4E9
(194,180,233)
#CEC3ED
(206,195,237)
#DAD2F1
(218,210,241)
#E6E1F5
(230,225,245)
#F2F0F9
(242,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A5AD1 color. Also use rgb(122,90,209) instead hex code.

Text Font Color

.myTextColor { color: #7A5AD1; }

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

This text font color is #7A5AD1.


Background Color

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

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

This div background color is #7A5AD1.


Border color

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

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

This div border color is #7A5AD1.


Opacity

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

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

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

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

This text has shadow with #7A5AD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5AD1 on black background.


Color preview on white background

This text has color #7A5AD1 on white background.



Black color preview on #7A5AD1 background

This text has black color on #7A5AD1 background.


White color preview on #7A5AD1 background

This text has white color on #7A5AD1 background.