COLOR #7A52A8

HEX: #7A52A8
RGB: (122,82,168)

Color info

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

RGB color model

#7A52A8 color RGB value is (122,82,168).

  • red value is 122;
  • green value is 82;
  • blue value is 168.
RGB:
(122,82,168)
(48%,32%,66%)

RGB channels and saturation

R 122 of 255 = 48%
G 82 of 255 = 32%
B 168 of 255 = 66%

122
82
168

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

Portions of RGB colors in percentages

R + G + B =
122 + 82 + 168 = 372 (100%)
R 122 of 372 ~ 32.8%
G 82 of 372 ~ 22.04%
B 168 of 372 ~ 45.16%

%32.8
%22.04
%45.16

CMYK color model

#7A52A8 color CMYK value is (27,51,0,34).

  • cyan value is 27.38%
  • magenta value is 51.19%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(27,51,0,34)
C27M51Y0K34 
(27%,51%,0%,34%)
(0.27/0.51/0.00/0.34)	

CMYK percentages

%27.38
%51.19
%0
%34.12

Codes

Color #7A52A8 in popluar color models

7A52A8
RGB12282168
HSL268°34.40%49.02%
HSB/HSV268°51.19%65.88%
CMYK27.38%51.19%0.00%
34.12%

Color #7A52A8 in popluar number systems.

HEX7A52A8
Decimal12282168
Binary1111010101001010101000
Octal172122250

Shades and tints

Shades of #7A52A8

#7A52A8
(122,82,168)
#6F4B99
(111,75,153)
#64448A
(100,68,138)
#593D7B
(89,61,123)
#4E366C
(78,54,108)
#432F5D
(67,47,93)
#38284E
(56,40,78)
#2D213F
(45,33,63)
#221A30
(34,26,48)
#171321
(23,19,33)
#0C0C12
(12,12,18)
#000000
(0,0,0)

Tints of #7A52A8

#7A52A8
(122,82,168)
#8661AF
(134,97,175)
#9270B6
(146,112,182)
#9E7FBD
(158,127,189)
#AA8EC4
(170,142,196)
#B69DCB
(182,157,203)
#C2ACD2
(194,172,210)
#CEBBD9
(206,187,217)
#DACAE0
(218,202,224)
#E6D9E7
(230,217,231)
#F2E8EE
(242,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A52A8 color. Also use rgb(122,82,168) instead hex code.

Text Font Color

.myTextColor { color: #7A52A8; }

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

This text font color is #7A52A8.


Background Color

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

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

This div background color is #7A52A8.


Border color

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

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

This div border color is #7A52A8.


Opacity

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

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

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

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

This text has shadow with #7A52A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A52A8 on black background.


Color preview on white background

This text has color #7A52A8 on white background.



Black color preview on #7A52A8 background

This text has black color on #7A52A8 background.


White color preview on #7A52A8 background

This text has white color on #7A52A8 background.