COLOR #7A618E

HEX: #7A618E
RGB: (122,97,142)

Color info

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

RGB color model

#7A618E color RGB value is (122,97,142).

  • red value is 122;
  • green value is 97;
  • blue value is 142.
RGB:
(122,97,142)
(48%,38%,56%)

RGB channels and saturation

R 122 of 255 = 48%
G 97 of 255 = 38%
B 142 of 255 = 56%

122
97
142

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

Portions of RGB colors in percentages

R + G + B =
122 + 97 + 142 = 361 (100%)
R 122 of 361 ~ 33.8%
G 97 of 361 ~ 26.87%
B 142 of 361 ~ 39.34%

%33.8
%26.87
%39.34

CMYK color model

#7A618E color CMYK value is (14,32,0,44).

  • cyan value is 14.08%
  • magenta value is 31.69%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(14,32,0,44)
C14M32Y0K44 
(14%,32%,0%,44%)
(0.14/0.32/0.00/0.44)	

CMYK percentages

%14.08
%31.69
%0
%44.31

Codes

Color #7A618E in popluar color models

7A618E
RGB12297142
HSL273°18.83%46.86%
HSB/HSV273°31.69%55.69%
CMYK14.08%31.69%0.00%
44.31%

Color #7A618E in popluar number systems.

HEX7A618E
Decimal12297142
Binary1111010110000110001110
Octal172141216

Shades and tints

Shades of #7A618E

#7A618E
(122,97,142)
#6F5982
(111,89,130)
#645176
(100,81,118)
#59496A
(89,73,106)
#4E415E
(78,65,94)
#433952
(67,57,82)
#383146
(56,49,70)
#2D293A
(45,41,58)
#22212E
(34,33,46)
#171922
(23,25,34)
#0C1116
(12,17,22)
#000000
(0,0,0)

Tints of #7A618E

#7A618E
(122,97,142)
#866F98
(134,111,152)
#927DA2
(146,125,162)
#9E8BAC
(158,139,172)
#AA99B6
(170,153,182)
#B6A7C0
(182,167,192)
#C2B5CA
(194,181,202)
#CEC3D4
(206,195,212)
#DAD1DE
(218,209,222)
#E6DFE8
(230,223,232)
#F2EDF2
(242,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A618E; }

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

This text font color is #7A618E.


Background Color

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

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

This div background color is #7A618E.


Border color

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

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

This div border color is #7A618E.


Opacity

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

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

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

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

This text has shadow with #7A618E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A618E on black background.


Color preview on white background

This text has color #7A618E on white background.



Black color preview on #7A618E background

This text has black color on #7A618E background.


White color preview on #7A618E background

This text has white color on #7A618E background.