COLOR #7A4399

HEX: #7A4399
RGB: (122,67,153)

Color info

#7A4399 contains mainly red and blue colors. Web safe color of #7A4399 is #663399 (or #639).

RGB color model

#7A4399 color RGB value is (122,67,153).

  • red value is 122;
  • green value is 67;
  • blue value is 153.
RGB:
(122,67,153)
(48%,26%,60%)

RGB channels and saturation

R 122 of 255 = 48%
G 67 of 255 = 26%
B 153 of 255 = 60%

122
67
153

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

Portions of RGB colors in percentages

R + G + B =
122 + 67 + 153 = 342 (100%)
R 122 of 342 ~ 35.67%
G 67 of 342 ~ 19.59%
B 153 of 342 ~ 44.74%

%35.67
%19.59
%44.74

CMYK color model

#7A4399 color CMYK value is (20,56,0,40).

  • cyan value is 20.26%
  • magenta value is 56.21%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(20,56,0,40)
C20M56Y0K40 
(20%,56%,0%,40%)
(0.20/0.56/0.00/0.40)	

CMYK percentages

%20.26
%56.21
%0
%40

Codes

Color #7A4399 in popluar color models

7A4399
RGB12267153
HSL278°39.09%43.14%
HSB/HSV278°56.21%60.00%
CMYK20.26%56.21%0.00%
40.00%

Color #7A4399 in popluar number systems.

HEX7A4399
Decimal12267153
Binary1111010100001110011001
Octal172103231

Shades and tints

Shades of #7A4399

#7A4399
(122,67,153)
#6F3D8C
(111,61,140)
#64377F
(100,55,127)
#593172
(89,49,114)
#4E2B65
(78,43,101)
#432558
(67,37,88)
#381F4B
(56,31,75)
#2D193E
(45,25,62)
#221331
(34,19,49)
#170D24
(23,13,36)
#0C0717
(12,7,23)
#000000
(0,0,0)

Tints of #7A4399

#7A4399
(122,67,153)
#8654A2
(134,84,162)
#9265AB
(146,101,171)
#9E76B4
(158,118,180)
#AA87BD
(170,135,189)
#B698C6
(182,152,198)
#C2A9CF
(194,169,207)
#CEBAD8
(206,186,216)
#DACBE1
(218,203,225)
#E6DCEA
(230,220,234)
#F2EDF3
(242,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A4399 color. Also use rgb(122,67,153) instead hex code.

Text Font Color

.myTextColor { color: #7A4399; }

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

This text font color is #7A4399.


Background Color

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

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

This div background color is #7A4399.


Border color

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

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

This div border color is #7A4399.


Opacity

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

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

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

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

This text has shadow with #7A4399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A4399 on black background.


Color preview on white background

This text has color #7A4399 on white background.



Black color preview on #7A4399 background

This text has black color on #7A4399 background.


White color preview on #7A4399 background

This text has white color on #7A4399 background.