COLOR #7A2E5E

HEX: #7A2E5E
RGB: (122,46,94)

Color info

#7A2E5E contains mainly red and blue colors. Web safe color of #7A2E5E is #663366 (or #636).

RGB color model

#7A2E5E color RGB value is (122,46,94).

  • red value is 122;
  • green value is 46;
  • blue value is 94.
RGB:
(122,46,94)
(48%,18%,37%)

RGB channels and saturation

R 122 of 255 = 48%
G 46 of 255 = 18%
B 94 of 255 = 37%

122
46
94

R + G + B ~ 34%. #7A2E5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 46 + 94 = 262 (100%)
R 122 of 262 ~ 46.56%
G 46 of 262 ~ 17.56%
B 94 of 262 ~ 35.88%

%46.56
%17.56
%35.88

CMYK color model

#7A2E5E color CMYK value is (0,62,23,52).

  • cyan value is 0.00%
  • magenta value is 62.30%
  • yellow value is 22.95%
  • key color value is 52.16%
CMYK:
(0,62,23,52)
C0M62Y23K52 
(0%,62%,23%,52%)
(0.00/0.62/0.23/0.52)	

CMYK percentages

%0
%62.3
%22.95
%52.16

Codes

Color #7A2E5E in popluar color models

7A2E5E
RGB1224694
HSL322°45.24%32.94%
HSB/HSV322°62.30%47.84%
CMYK0.00%62.30%22.95%
52.16%

Color #7A2E5E in popluar number systems.

HEX7A2E5E
Decimal1224694
Binary11110101011101011110
Octal17256136

Shades and tints

Shades of #7A2E5E

#7A2E5E
(122,46,94)
#6F2A56
(111,42,86)
#64264E
(100,38,78)
#592246
(89,34,70)
#4E1E3E
(78,30,62)
#431A36
(67,26,54)
#38162E
(56,22,46)
#2D1226
(45,18,38)
#220E1E
(34,14,30)
#170A16
(23,10,22)
#0C060E
(12,6,14)
#000000
(0,0,0)

Tints of #7A2E5E

#7A2E5E
(122,46,94)
#86416C
(134,65,108)
#92547A
(146,84,122)
#9E6788
(158,103,136)
#AA7A96
(170,122,150)
#B68DA4
(182,141,164)
#C2A0B2
(194,160,178)
#CEB3C0
(206,179,192)
#DAC6CE
(218,198,206)
#E6D9DC
(230,217,220)
#F2ECEA
(242,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A2E5E color. Also use rgb(122,46,94) instead hex code.

Text Font Color

.myTextColor { color: #7A2E5E; }

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

This text font color is #7A2E5E.


Background Color

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

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

This div background color is #7A2E5E.


Border color

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

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

This div border color is #7A2E5E.


Opacity

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

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

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

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

This text has shadow with #7A2E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A2E5E on black background.


Color preview on white background

This text has color #7A2E5E on white background.



Black color preview on #7A2E5E background

This text has black color on #7A2E5E background.


White color preview on #7A2E5E background

This text has white color on #7A2E5E background.