COLOR #7A66C3

HEX: #7A66C3
RGB: (122,102,195)

Color info

#7A66C3 contains mainly blue color. Web safe color of #7A66C3 is #6666CC (or #66C).

RGB color model

#7A66C3 color RGB value is (122,102,195).

  • red value is 122;
  • green value is 102;
  • blue value is 195.
RGB:
(122,102,195)
(48%,40%,76%)

RGB channels and saturation

R 122 of 255 = 48%
G 102 of 255 = 40%
B 195 of 255 = 76%

122
102
195

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

Portions of RGB colors in percentages

R + G + B =
122 + 102 + 195 = 419 (100%)
R 122 of 419 ~ 29.12%
G 102 of 419 ~ 24.34%
B 195 of 419 ~ 46.54%

%29.12
%24.34
%46.54

CMYK color model

#7A66C3 color CMYK value is (37,48,0,24).

  • cyan value is 37.44%
  • magenta value is 47.69%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(37,48,0,24)
C37M48Y0K24 
(37%,48%,0%,24%)
(0.37/0.48/0.00/0.24)	

CMYK percentages

%37.44
%47.69
%0
%23.53

Codes

Color #7A66C3 in popluar color models

7A66C3
RGB122102195
HSL253°43.66%58.24%
HSB/HSV253°47.69%76.47%
CMYK37.44%47.69%0.00%
23.53%

Color #7A66C3 in popluar number systems.

HEX7A66C3
Decimal122102195
Binary1111010110011011000011
Octal172146303

Shades and tints

Shades of #7A66C3

#7A66C3
(122,102,195)
#6F5DB2
(111,93,178)
#6454A1
(100,84,161)
#594B90
(89,75,144)
#4E427F
(78,66,127)
#43396E
(67,57,110)
#38305D
(56,48,93)
#2D274C
(45,39,76)
#221E3B
(34,30,59)
#17152A
(23,21,42)
#0C0C19
(12,12,25)
#000000
(0,0,0)

Tints of #7A66C3

#7A66C3
(122,102,195)
#8673C8
(134,115,200)
#9280CD
(146,128,205)
#9E8DD2
(158,141,210)
#AA9AD7
(170,154,215)
#B6A7DC
(182,167,220)
#C2B4E1
(194,180,225)
#CEC1E6
(206,193,230)
#DACEEB
(218,206,235)
#E6DBF0
(230,219,240)
#F2E8F5
(242,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A66C3 color. Also use rgb(122,102,195) instead hex code.

Text Font Color

.myTextColor { color: #7A66C3; }

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

This text font color is #7A66C3.


Background Color

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

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

This div background color is #7A66C3.


Border color

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

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

This div border color is #7A66C3.


Opacity

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

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

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

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

This text has shadow with #7A66C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A66C3 on black background.


Color preview on white background

This text has color #7A66C3 on white background.



Black color preview on #7A66C3 background

This text has black color on #7A66C3 background.


White color preview on #7A66C3 background

This text has white color on #7A66C3 background.