COLOR #7A6AB1

HEX: #7A6AB1
RGB: (122,106,177)

Color info

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

RGB color model

#7A6AB1 color RGB value is (122,106,177).

  • red value is 122;
  • green value is 106;
  • blue value is 177.
RGB:
(122,106,177)
(48%,42%,69%)

RGB channels and saturation

R 122 of 255 = 48%
G 106 of 255 = 42%
B 177 of 255 = 69%

122
106
177

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

Portions of RGB colors in percentages

R + G + B =
122 + 106 + 177 = 405 (100%)
R 122 of 405 ~ 30.12%
G 106 of 405 ~ 26.17%
B 177 of 405 ~ 43.7%

%30.12
%26.17
%43.7

CMYK color model

#7A6AB1 color CMYK value is (31,40,0,31).

  • cyan value is 31.07%
  • magenta value is 40.11%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(31,40,0,31)
C31M40Y0K31 
(31%,40%,0%,31%)
(0.31/0.40/0.00/0.31)	

CMYK percentages

%31.07
%40.11
%0
%30.59

Codes

Color #7A6AB1 in popluar color models

7A6AB1
RGB122106177
HSL254°31.28%55.49%
HSB/HSV254°40.11%69.41%
CMYK31.07%40.11%0.00%
30.59%

Color #7A6AB1 in popluar number systems.

HEX7A6AB1
Decimal122106177
Binary1111010110101010110001
Octal172152261

Shades and tints

Shades of #7A6AB1

#7A6AB1
(122,106,177)
#6F61A1
(111,97,161)
#645891
(100,88,145)
#594F81
(89,79,129)
#4E4671
(78,70,113)
#433D61
(67,61,97)
#383451
(56,52,81)
#2D2B41
(45,43,65)
#222231
(34,34,49)
#171921
(23,25,33)
#0C1011
(12,16,17)
#000000
(0,0,0)

Tints of #7A6AB1

#7A6AB1
(122,106,177)
#8677B8
(134,119,184)
#9284BF
(146,132,191)
#9E91C6
(158,145,198)
#AA9ECD
(170,158,205)
#B6ABD4
(182,171,212)
#C2B8DB
(194,184,219)
#CEC5E2
(206,197,226)
#DAD2E9
(218,210,233)
#E6DFF0
(230,223,240)
#F2ECF7
(242,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6AB1; }

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

This text font color is #7A6AB1.


Background Color

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

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

This div background color is #7A6AB1.


Border color

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

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

This div border color is #7A6AB1.


Opacity

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

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

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

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

This text has shadow with #7A6AB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6AB1 on black background.


Color preview on white background

This text has color #7A6AB1 on white background.



Black color preview on #7A6AB1 background

This text has black color on #7A6AB1 background.


White color preview on #7A6AB1 background

This text has white color on #7A6AB1 background.