COLOR #7A3472

HEX: #7A3472
RGB: (122,52,114)

Color info

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

RGB color model

#7A3472 color RGB value is (122,52,114).

  • red value is 122;
  • green value is 52;
  • blue value is 114.
RGB:
(122,52,114)
(48%,20%,45%)

RGB channels and saturation

R 122 of 255 = 48%
G 52 of 255 = 20%
B 114 of 255 = 45%

122
52
114

R + G + B ~ 38%. #7A3472 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 52 + 114 = 288 (100%)
R 122 of 288 ~ 42.36%
G 52 of 288 ~ 18.06%
B 114 of 288 ~ 39.58%

%42.36
%18.06
%39.58

CMYK color model

#7A3472 color CMYK value is (0,57,7,52).

  • cyan value is 0.00%
  • magenta value is 57.38%
  • yellow value is 6.56%
  • key color value is 52.16%
CMYK:
(0,57,7,52)
C0M57Y7K52 
(0%,57%,7%,52%)
(0.00/0.57/0.07/0.52)	

CMYK percentages

%0
%57.38
%6.56
%52.16

Codes

Color #7A3472 in popluar color models

7A3472
RGB12252114
HSL307°40.23%34.12%
HSB/HSV307°57.38%47.84%
CMYK0.00%57.38%6.56%
52.16%

Color #7A3472 in popluar number systems.

HEX7A3472
Decimal12252114
Binary11110101101001110010
Octal17264162

Shades and tints

Shades of #7A3472

#7A3472
(122,52,114)
#6F3068
(111,48,104)
#642C5E
(100,44,94)
#592854
(89,40,84)
#4E244A
(78,36,74)
#432040
(67,32,64)
#381C36
(56,28,54)
#2D182C
(45,24,44)
#221422
(34,20,34)
#171018
(23,16,24)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #7A3472

#7A3472
(122,52,114)
#86467E
(134,70,126)
#92588A
(146,88,138)
#9E6A96
(158,106,150)
#AA7CA2
(170,124,162)
#B68EAE
(182,142,174)
#C2A0BA
(194,160,186)
#CEB2C6
(206,178,198)
#DAC4D2
(218,196,210)
#E6D6DE
(230,214,222)
#F2E8EA
(242,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A3472 color. Also use rgb(122,52,114) instead hex code.

Text Font Color

.myTextColor { color: #7A3472; }

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

This text font color is #7A3472.


Background Color

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

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

This div background color is #7A3472.


Border color

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

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

This div border color is #7A3472.


Opacity

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

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

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

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

This text has shadow with #7A3472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A3472 on black background.


Color preview on white background

This text has color #7A3472 on white background.



Black color preview on #7A3472 background

This text has black color on #7A3472 background.


White color preview on #7A3472 background

This text has white color on #7A3472 background.