COLOR #7A61AE

HEX: #7A61AE
RGB: (122,97,174)

Color info

#7A61AE contains mainly red and blue colors. Web safe color of #7A61AE is #666699 (or #669).

RGB color model

#7A61AE color RGB value is (122,97,174).

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

RGB channels and saturation

R 122 of 255 = 48%
G 97 of 255 = 38%
B 174 of 255 = 68%

122
97
174

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

Portions of RGB colors in percentages

R + G + B =
122 + 97 + 174 = 393 (100%)
R 122 of 393 ~ 31.04%
G 97 of 393 ~ 24.68%
B 174 of 393 ~ 44.27%

%31.04
%24.68
%44.27

CMYK color model

#7A61AE color CMYK value is (30,44,0,32).

  • cyan value is 29.89%
  • magenta value is 44.25%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(30,44,0,32)
C30M44Y0K32 
(30%,44%,0%,32%)
(0.30/0.44/0.00/0.32)	

CMYK percentages

%29.89
%44.25
%0
%31.76

Codes

Color #7A61AE in popluar color models

7A61AE
RGB12297174
HSL259°32.22%53.14%
HSB/HSV259°44.25%68.24%
CMYK29.89%44.25%0.00%
31.76%

Color #7A61AE in popluar number systems.

HEX7A61AE
Decimal12297174
Binary1111010110000110101110
Octal172141256

Shades and tints

Shades of #7A61AE

#7A61AE
(122,97,174)
#6F599F
(111,89,159)
#645190
(100,81,144)
#594981
(89,73,129)
#4E4172
(78,65,114)
#433963
(67,57,99)
#383154
(56,49,84)
#2D2945
(45,41,69)
#222136
(34,33,54)
#171927
(23,25,39)
#0C1118
(12,17,24)
#000000
(0,0,0)

Tints of #7A61AE

#7A61AE
(122,97,174)
#866FB5
(134,111,181)
#927DBC
(146,125,188)
#9E8BC3
(158,139,195)
#AA99CA
(170,153,202)
#B6A7D1
(182,167,209)
#C2B5D8
(194,181,216)
#CEC3DF
(206,195,223)
#DAD1E6
(218,209,230)
#E6DFED
(230,223,237)
#F2EDF4
(242,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A61AE; }

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

This text font color is #7A61AE.


Background Color

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

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

This div background color is #7A61AE.


Border color

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

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

This div border color is #7A61AE.


Opacity

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

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

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

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

This text has shadow with #7A61AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A61AE on black background.


Color preview on white background

This text has color #7A61AE on white background.



Black color preview on #7A61AE background

This text has black color on #7A61AE background.


White color preview on #7A61AE background

This text has white color on #7A61AE background.