COLOR #7A6594

HEX: #7A6594 RGB: (122,101,148)

Color info

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

RGB color model

#7A6594 color RGB value is (122,101,148).

RGB: (122,101,148) (48%, 40%, 58%)

RGB channels and saturation

R 122 of 255 = 48%
G 101 of 255 = 40%
B 148 of 255 = 58%

122
101
148

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

Portions of RGB colors in percentages

R + G + B = 122 + 101 + 148 = 371 (100%)
R 122 of 371 ~ 32.88%
G 101 of 371 ~ 27.22%
B 148 of 371 ~ 39.89'%

%32.88
%27.22
%39.89

CMYK color model

#7A6594 color CMYK value is (18,32,0,42).

  • cyan value is 17.57%
  • magenta value is 31.76%
  • yellow value is 0.00%
  • key color value is 41.96%

CMYK: (18,32,0,42)
C18M32Y0K42 (18%, 32%, 0%, 42%)
(0.18 / 0.32 / 0.00 / 0.42)

CMYK percentages

%17.57
%31.76
%0
%41.96

Codes

Color #7A6594 in popluar color models

7A 65 94
RGB 122 101 148
HSL 267° 18.88% 48.82%
HSB/HSV 267° 31.76% 58.04%
CMYK 17.57% 31.76% 0.00%
41.96%

Color #7A6594 in popluar number systems.

HEX 7A 65 94
Decimal 122 101 148
Binary 1111010 1100101 10010100
Octal 172 145 224

Shades and tints

Shades of #7A6594

#7A6594
(122,101,148)
#6F5C87
(111,92,135)
#64537A
(100,83,122)
#594A6D
(89,74,109)
#4E4160
(78,65,96)
#433853
(67,56,83)
#382F46
(56,47,70)
#2D2639
(45,38,57)
#221D2C
(34,29,44)
#17141F
(23,20,31)
#0C0B12
(12,11,18)
#000000
(0,0,0)

Tints of #7A6594

#7A6594
(122,101,148)
#86739D
(134,115,157)
#9281A6
(146,129,166)
#9E8FAF
(158,143,175)
#AA9DB8
(170,157,184)
#B6ABC1
(182,171,193)
#C2B9CA
(194,185,202)
#CEC7D3
(206,199,211)
#DAD5DC
(218,213,220)
#E6E3E5
(230,227,229)
#F2F1EE
(242,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A6594 color. Also use rgb(122,101,148) instead hex code.

Text Font Color

.myTextColor { color: #7A6594; }

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

This text font color is #7A6594.

Background Color

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

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

This div background color is #7A6594.

Border color

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

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

This div border color is #7A6594.

Opacity

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

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

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

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

This text has shadow with #7A6594 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A6594.

Preview

Color preview on black background

This text has color #7A6594 on black background.


Color preview on white background

This text has color #7A6594 on white background.


Black color preview on #7A6594 background

This text has black color on #7A6594 background.


White color preview on #7A6594 background

This text has white color on #7A6594 background.


Related colors

Complementary color

Complementary color for #hex is #859A6B.


I love getcolorcode.com

Triadic colors

1 #947A65 and #65947A with #7A6594 are triadic colors.

2 #94657A and #657A94 with #7A6594 are triadic colors.