COLOR #7A6DA1

HEX: #7A6DA1 RGB: (122,109,161)

Color info

#7A6DA1 contains red, green and blue colors in about the same proportion. Web safe color of #7A6DA1 is #666699 (or #669).

RGB color model

#7A6DA1 color RGB value is (122,109,161).

RGB: (122,109,161) (48%, 43%, 63%)

RGB channels and saturation

R 122 of 255 = 48%
G 109 of 255 = 43%
B 161 of 255 = 63%

122
109
161

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

Portions of RGB colors in percentages

R + G + B = 122 + 109 + 161 = 392 (100%)
R 122 of 392 ~ 31.12%
G 109 of 392 ~ 27.81%
B 161 of 392 ~ 41.07'%

%31.12
%27.81
%41.07

CMYK color model

#7A6DA1 color CMYK value is (24,32,0,37).

  • cyan value is 24.22%
  • magenta value is 32.30%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (24,32,0,37)
C24M32Y0K37 (24%, 32%, 0%, 37%)
(0.24 / 0.32 / 0.00 / 0.37)

CMYK percentages

%24.22
%32.3
%0
%36.86

Codes

Color #7A6DA1 in popluar color models

7A 6D A1
RGB 122 109 161
HSL 255° 21.67% 52.94%
HSB/HSV 255° 32.30% 63.14%
CMYK 24.22% 32.30% 0.00%
36.86%

Color #7A6DA1 in popluar number systems.

HEX 7A 6D A1
Decimal 122 109 161
Binary 1111010 1101101 10100001
Octal 172 155 241

Shades and tints

Shades of #7A6DA1

#7A6DA1
(122,109,161)
#6F6493
(111,100,147)
#645B85
(100,91,133)
#595277
(89,82,119)
#4E4969
(78,73,105)
#43405B
(67,64,91)
#38374D
(56,55,77)
#2D2E3F
(45,46,63)
#222531
(34,37,49)
#171C23
(23,28,35)
#0C1315
(12,19,21)
#000000
(0,0,0)

Tints of #7A6DA1

#7A6DA1
(122,109,161)
#867AA9
(134,122,169)
#9287B1
(146,135,177)
#9E94B9
(158,148,185)
#AAA1C1
(170,161,193)
#B6AEC9
(182,174,201)
#C2BBD1
(194,187,209)
#CEC8D9
(206,200,217)
#DAD5E1
(218,213,225)
#E6E2E9
(230,226,233)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A6DA1 color. Also use rgb(122,109,161) instead hex code.

Text Font Color

.myTextColor { color: #7A6DA1; }

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

This text font color is #7A6DA1.

Background Color

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

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

This div background color is #7A6DA1.

Border color

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

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

This div border color is #7A6DA1.

Opacity

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

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

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

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

This text has shadow with #7A6DA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A6DA1.

Preview

Color preview on black background

This text has color #7A6DA1 on black background.


Color preview on white background

This text has color #7A6DA1 on white background.


Black color preview on #7A6DA1 background

This text has black color on #7A6DA1 background.


White color preview on #7A6DA1 background

This text has white color on #7A6DA1 background.


Related colors

Complementary color

Complementary color for #hex is #85925E.


I love getcolorcode.com

Triadic colors

1 #A17A6D and #6DA17A with #7A6DA1 are triadic colors.

2 #A16D7A and #6D7AA1 with #7A6DA1 are triadic colors.