COLOR #7A64A8

HEX: #7A64A8
RGB: (122,100,168)

Color info

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

RGB color model

#7A64A8 color RGB value is (122,100,168).

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

RGB channels and saturation

R 122 of 255 = 48%
G 100 of 255 = 39%
B 168 of 255 = 66%

122
100
168

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

Portions of RGB colors in percentages

R + G + B =
122 + 100 + 168 = 390 (100%)
R 122 of 390 ~ 31.28%
G 100 of 390 ~ 25.64%
B 168 of 390 ~ 43.08%

%31.28
%25.64
%43.08

CMYK color model

#7A64A8 color CMYK value is (27,40,0,34).

  • cyan value is 27.38%
  • magenta value is 40.48%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(27,40,0,34)
C27M40Y0K34 
(27%,40%,0%,34%)
(0.27/0.40/0.00/0.34)	

CMYK percentages

%27.38
%40.48
%0
%34.12

Codes

Color #7A64A8 in popluar color models

7A64A8
RGB122100168
HSL259°28.10%52.55%
HSB/HSV259°40.48%65.88%
CMYK27.38%40.48%0.00%
34.12%

Color #7A64A8 in popluar number systems.

HEX7A64A8
Decimal122100168
Binary1111010110010010101000
Octal172144250

Shades and tints

Shades of #7A64A8

#7A64A8
(122,100,168)
#6F5B99
(111,91,153)
#64528A
(100,82,138)
#59497B
(89,73,123)
#4E406C
(78,64,108)
#43375D
(67,55,93)
#382E4E
(56,46,78)
#2D253F
(45,37,63)
#221C30
(34,28,48)
#171321
(23,19,33)
#0C0A12
(12,10,18)
#000000
(0,0,0)

Tints of #7A64A8

#7A64A8
(122,100,168)
#8672AF
(134,114,175)
#9280B6
(146,128,182)
#9E8EBD
(158,142,189)
#AA9CC4
(170,156,196)
#B6AACB
(182,170,203)
#C2B8D2
(194,184,210)
#CEC6D9
(206,198,217)
#DAD4E0
(218,212,224)
#E6E2E7
(230,226,231)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A64A8; }

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

This text font color is #7A64A8.


Background Color

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

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

This div background color is #7A64A8.


Border color

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

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

This div border color is #7A64A8.


Opacity

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

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

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

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

This text has shadow with #7A64A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A64A8 on black background.


Color preview on white background

This text has color #7A64A8 on white background.



Black color preview on #7A64A8 background

This text has black color on #7A64A8 background.


White color preview on #7A64A8 background

This text has white color on #7A64A8 background.