COLOR #7A6191

HEX: #7A6191 RGB: (122,97,145)

Color info

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

RGB color model

#7A6191 color RGB value is (122,97,145).

RGB: (122,97,145) (48%, 38%, 57%)

RGB channels and saturation

R 122 of 255 = 48%
G 97 of 255 = 38%
B 145 of 255 = 57%

122
97
145

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

Portions of RGB colors in percentages

R + G + B = 122 + 97 + 145 = 364 (100%)
R 122 of 364 ~ 33.52%
G 97 of 364 ~ 26.65%
B 145 of 364 ~ 39.84'%

%33.52
%26.65
%39.84

CMYK color model

#7A6191 color CMYK value is (16,33,0,43).

  • cyan value is 15.86%
  • magenta value is 33.10%
  • yellow value is 0.00%
  • key color value is 43.14%

CMYK: (16,33,0,43)
C16M33Y0K43 (16%, 33%, 0%, 43%)
(0.16 / 0.33 / 0.00 / 0.43)

CMYK percentages

%15.86
%33.1
%0
%43.14

Codes

Color #7A6191 in popluar color models

7A 61 91
RGB 122 97 145
HSL 271° 19.83% 47.45%
HSB/HSV 271° 33.10% 56.86%
CMYK 15.86% 33.10% 0.00%
43.14%

Color #7A6191 in popluar number systems.

HEX 7A 61 91
Decimal 122 97 145
Binary 1111010 1100001 10010001
Octal 172 141 221

Shades and tints

Shades of #7A6191

#7A6191
(122,97,145)
#6F5984
(111,89,132)
#645177
(100,81,119)
#59496A
(89,73,106)
#4E415D
(78,65,93)
#433950
(67,57,80)
#383143
(56,49,67)
#2D2936
(45,41,54)
#222129
(34,33,41)
#17191C
(23,25,28)
#0C110F
(12,17,15)
#000000
(0,0,0)

Tints of #7A6191

#7A6191
(122,97,145)
#866F9B
(134,111,155)
#927DA5
(146,125,165)
#9E8BAF
(158,139,175)
#AA99B9
(170,153,185)
#B6A7C3
(182,167,195)
#C2B5CD
(194,181,205)
#CEC3D7
(206,195,215)
#DAD1E1
(218,209,225)
#E6DFEB
(230,223,235)
#F2EDF5
(242,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A6191 color. Also use rgb(122,97,145) instead hex code.

Text Font Color

.myTextColor { color: #7A6191; }

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

This text font color is #7A6191.

Background Color

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

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

This div background color is #7A6191.

Border color

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

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

This div border color is #7A6191.

Opacity

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

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

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

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

This text has shadow with #7A6191 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A6191.

Preview

Color preview on black background

This text has color #7A6191 on black background.


Color preview on white background

This text has color #7A6191 on white background.


Black color preview on #7A6191 background

This text has black color on #7A6191 background.


White color preview on #7A6191 background

This text has white color on #7A6191 background.


Related colors

Complementary color

Complementary color for #hex is #859E6E.


I love getcolorcode.com

Triadic colors

1 #917A61 and #61917A with #7A6191 are triadic colors.

2 #91617A and #617A91 with #7A6191 are triadic colors.