COLOR #7A55A4

HEX: #7A55A4
RGB: (122,85,164)

Color info

#7A55A4 contains mainly red and blue colors. Web safe color of #7A55A4 is #666699 (or #669).

RGB color model

#7A55A4 color RGB value is (122,85,164).

  • red value is 122;
  • green value is 85;
  • blue value is 164.
RGB:
(122,85,164)
(48%,33%,64%)

RGB channels and saturation

R 122 of 255 = 48%
G 85 of 255 = 33%
B 164 of 255 = 64%

122
85
164

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

Portions of RGB colors in percentages

R + G + B =
122 + 85 + 164 = 371 (100%)
R 122 of 371 ~ 32.88%
G 85 of 371 ~ 22.91%
B 164 of 371 ~ 44.2%

%32.88
%22.91
%44.2

CMYK color model

#7A55A4 color CMYK value is (26,48,0,36).

  • cyan value is 25.61%
  • magenta value is 48.17%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(26,48,0,36)
C26M48Y0K36 
(26%,48%,0%,36%)
(0.26/0.48/0.00/0.36)	

CMYK percentages

%25.61
%48.17
%0
%35.69

Codes

Color #7A55A4 in popluar color models

7A55A4
RGB12285164
HSL268°31.73%48.82%
HSB/HSV268°48.17%64.31%
CMYK25.61%48.17%0.00%
35.69%

Color #7A55A4 in popluar number systems.

HEX7A55A4
Decimal12285164
Binary1111010101010110100100
Octal172125244

Shades and tints

Shades of #7A55A4

#7A55A4
(122,85,164)
#6F4E96
(111,78,150)
#644788
(100,71,136)
#59407A
(89,64,122)
#4E396C
(78,57,108)
#43325E
(67,50,94)
#382B50
(56,43,80)
#2D2442
(45,36,66)
#221D34
(34,29,52)
#171626
(23,22,38)
#0C0F18
(12,15,24)
#000000
(0,0,0)

Tints of #7A55A4

#7A55A4
(122,85,164)
#8664AC
(134,100,172)
#9273B4
(146,115,180)
#9E82BC
(158,130,188)
#AA91C4
(170,145,196)
#B6A0CC
(182,160,204)
#C2AFD4
(194,175,212)
#CEBEDC
(206,190,220)
#DACDE4
(218,205,228)
#E6DCEC
(230,220,236)
#F2EBF4
(242,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A55A4 color. Also use rgb(122,85,164) instead hex code.

Text Font Color

.myTextColor { color: #7A55A4; }

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

This text font color is #7A55A4.


Background Color

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

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

This div background color is #7A55A4.


Border color

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

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

This div border color is #7A55A4.


Opacity

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

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

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

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

This text has shadow with #7A55A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A55A4 on black background.


Color preview on white background

This text has color #7A55A4 on white background.



Black color preview on #7A55A4 background

This text has black color on #7A55A4 background.


White color preview on #7A55A4 background

This text has white color on #7A55A4 background.