COLOR #7A2E71

HEX: #7A2E71
RGB: (122,46,113)

Color info

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

RGB color model

#7A2E71 color RGB value is (122,46,113).

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

RGB channels and saturation

R 122 of 255 = 48%
G 46 of 255 = 18%
B 113 of 255 = 44%

122
46
113

R + G + B ~ 37%. #7A2E71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 46 + 113 = 281 (100%)
R 122 of 281 ~ 43.42%
G 46 of 281 ~ 16.37%
B 113 of 281 ~ 40.21%

%43.42
%16.37
%40.21

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 62.30%
  • yellow value is 7.38%
  • key color value is 52.16%
CMYK:
(0,62,7,52)
C0M62Y7K52 
(0%,62%,7%,52%)
(0.00/0.62/0.07/0.52)	

CMYK percentages

%0
%62.3
%7.38
%52.16

Codes

Color #7A2E71 in popluar color models

7A2E71
RGB12246113
HSL307°45.24%32.94%
HSB/HSV307°62.30%47.84%
CMYK0.00%62.30%7.38%
52.16%

Color #7A2E71 in popluar number systems.

HEX7A2E71
Decimal12246113
Binary11110101011101110001
Octal17256161

Shades and tints

Shades of #7A2E71

#7A2E71
(122,46,113)
#6F2A67
(111,42,103)
#64265D
(100,38,93)
#592253
(89,34,83)
#4E1E49
(78,30,73)
#431A3F
(67,26,63)
#381635
(56,22,53)
#2D122B
(45,18,43)
#220E21
(34,14,33)
#170A17
(23,10,23)
#0C060D
(12,6,13)
#000000
(0,0,0)

Tints of #7A2E71

#7A2E71
(122,46,113)
#86417D
(134,65,125)
#925489
(146,84,137)
#9E6795
(158,103,149)
#AA7AA1
(170,122,161)
#B68DAD
(182,141,173)
#C2A0B9
(194,160,185)
#CEB3C5
(206,179,197)
#DAC6D1
(218,198,209)
#E6D9DD
(230,217,221)
#F2ECE9
(242,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A2E71; }

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

This text font color is #7A2E71.


Background Color

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

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

This div background color is #7A2E71.


Border color

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

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

This div border color is #7A2E71.


Opacity

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

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

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

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

This text has shadow with #7A2E71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A2E71 on black background.


Color preview on white background

This text has color #7A2E71 on white background.



Black color preview on #7A2E71 background

This text has black color on #7A2E71 background.


White color preview on #7A2E71 background

This text has white color on #7A2E71 background.