COLOR #7A1E71

HEX: #7A1E71
RGB: (122,30,113)

Color info

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

RGB color model

#7A1E71 color RGB value is (122,30,113).

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

RGB channels and saturation

R 122 of 255 = 48%
G 30 of 255 = 12%
B 113 of 255 = 44%

122
30
113

R + G + B ~ 35%. #7A1E71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 30 + 113 = 265 (100%)
R 122 of 265 ~ 46.04%
G 30 of 265 ~ 11.32%
B 113 of 265 ~ 42.64%

%46.04
%11.32
%42.64

CMYK color model

#7A1E71 color CMYK value is (0,75,7,52).

  • cyan value is 0.00%
  • magenta value is 75.41%
  • yellow value is 7.38%
  • key color value is 52.16%
CMYK:
(0,75,7,52)
C0M75Y7K52 
(0%,75%,7%,52%)
(0.00/0.75/0.07/0.52)	

CMYK percentages

%0
%75.41
%7.38
%52.16

Codes

Color #7A1E71 in popluar color models

7A1E71
RGB12230113
HSL306°60.53%29.80%
HSB/HSV306°75.41%47.84%
CMYK0.00%75.41%7.38%
52.16%

Color #7A1E71 in popluar number systems.

HEX7A1E71
Decimal12230113
Binary1111010111101110001
Octal17236161

Shades and tints

Shades of #7A1E71

#7A1E71
(122,30,113)
#6F1C67
(111,28,103)
#641A5D
(100,26,93)
#591853
(89,24,83)
#4E1649
(78,22,73)
#43143F
(67,20,63)
#381235
(56,18,53)
#2D102B
(45,16,43)
#220E21
(34,14,33)
#170C17
(23,12,23)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #7A1E71

#7A1E71
(122,30,113)
#86327D
(134,50,125)
#924689
(146,70,137)
#9E5A95
(158,90,149)
#AA6EA1
(170,110,161)
#B682AD
(182,130,173)
#C296B9
(194,150,185)
#CEAAC5
(206,170,197)
#DABED1
(218,190,209)
#E6D2DD
(230,210,221)
#F2E6E9
(242,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A1E71; }

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

This text font color is #7A1E71.


Background Color

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

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

This div background color is #7A1E71.


Border color

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

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

This div border color is #7A1E71.


Opacity

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

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

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

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

This text has shadow with #7A1E71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A1E71 on black background.


Color preview on white background

This text has color #7A1E71 on white background.



Black color preview on #7A1E71 background

This text has black color on #7A1E71 background.


White color preview on #7A1E71 background

This text has white color on #7A1E71 background.