COLOR #7A6293

HEX: #7A6293 RGB: (122,98,147)

Color info

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

RGB color model

#7A6293 color RGB value is (122,98,147).

RGB: (122,98,147) (48%, 38%, 58%)

RGB channels and saturation

R 122 of 255 = 48%
G 98 of 255 = 38%
B 147 of 255 = 58%

122
98
147

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

Portions of RGB colors in percentages

R + G + B = 122 + 98 + 147 = 367 (100%)
R 122 of 367 ~ 33.24%
G 98 of 367 ~ 26.7%
B 147 of 367 ~ 40.05'%

%33.24
%26.7
%40.05

CMYK color model

#7A6293 color CMYK value is (17,33,0,42).

  • cyan value is 17.01%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (17,33,0,42)
C17M33Y0K42 (17%, 33%, 0%, 42%)
(0.17 / 0.33 / 0.00 / 0.42)

CMYK percentages

%17.01
%33.33
%0
%42.35

Codes

Color #7A6293 in popluar color models

7A 62 93
RGB 122 98 147
HSL 269° 20.00% 48.04%
HSB/HSV 269° 33.33% 57.65%
CMYK 17.01% 33.33% 0.00%
42.35%

Color #7A6293 in popluar number systems.

HEX 7A 62 93
Decimal 122 98 147
Binary 1111010 1100010 10010011
Octal 172 142 223

Shades and tints

Shades of #7A6293

#7A6293
(122,98,147)
#6F5A86
(111,90,134)
#645279
(100,82,121)
#594A6C
(89,74,108)
#4E425F
(78,66,95)
#433A52
(67,58,82)
#383245
(56,50,69)
#2D2A38
(45,42,56)
#22222B
(34,34,43)
#171A1E
(23,26,30)
#0C1211
(12,18,17)
#000000
(0,0,0)

Tints of #7A6293

#7A6293
(122,98,147)
#86709C
(134,112,156)
#927EA5
(146,126,165)
#9E8CAE
(158,140,174)
#AA9AB7
(170,154,183)
#B6A8C0
(182,168,192)
#C2B6C9
(194,182,201)
#CEC4D2
(206,196,210)
#DAD2DB
(218,210,219)
#E6E0E4
(230,224,228)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A6293 color. Also use rgb(122,98,147) instead hex code.

Text Font Color

.myTextColor { color: #7A6293; }

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

This text font color is #7A6293.

Background Color

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

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

This div background color is #7A6293.

Border color

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

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

This div border color is #7A6293.

Opacity

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

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

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

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

This text has shadow with #7A6293 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A6293.

Preview

Color preview on black background

This text has color #7A6293 on black background.


Color preview on white background

This text has color #7A6293 on white background.


Black color preview on #7A6293 background

This text has black color on #7A6293 background.


White color preview on #7A6293 background

This text has white color on #7A6293 background.


Related colors

Complementary color

Complementary color for #hex is #859D6C.


I love getcolorcode.com

Triadic colors

1 #937A62 and #62937A with #7A6293 are triadic colors.

2 #93627A and #627A93 with #7A6293 are triadic colors.