COLOR #7A3BAD

HEX: #7A3BAD RGB: (122,59,173)

Color info

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

RGB color model

#7A3BAD color RGB value is (122,59,173).

RGB: (122,59,173) (48%, 23%, 68%)

RGB channels and saturation

R 122 of 255 = 48%
G 59 of 255 = 23%
B 173 of 255 = 68%

122
59
173

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

Portions of RGB colors in percentages

R + G + B = 122 + 59 + 173 = 354 (100%)
R 122 of 354 ~ 34.46%
G 59 of 354 ~ 16.67%
B 173 of 354 ~ 48.87'%

%34.46
%16.67
%48.87

CMYK color model

#7A3BAD color CMYK value is (29,66,0,32).

  • cyan value is 29.48%
  • magenta value is 65.90%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (29,66,0,32)
C29M66Y0K32 (29%, 66%, 0%, 32%)
(0.29 / 0.66 / 0.00 / 0.32)

CMYK percentages

%29.48
%65.9
%0
%32.16

Codes

Color #7A3BAD in popluar color models

7A 3B AD
RGB 122 59 173
HSL 273° 49.14% 45.49%
HSB/HSV 273° 65.90% 67.84%
CMYK 29.48% 65.90% 0.00%
32.16%

Color #7A3BAD in popluar number systems.

HEX 7A 3B AD
Decimal 122 59 173
Binary 1111010 111011 10101101
Octal 172 73 255

Shades and tints

Shades of #7A3BAD

#7A3BAD
(122,59,173)
#6F369E
(111,54,158)
#64318F
(100,49,143)
#592C80
(89,44,128)
#4E2771
(78,39,113)
#432262
(67,34,98)
#381D53
(56,29,83)
#2D1844
(45,24,68)
#221335
(34,19,53)
#170E26
(23,14,38)
#0C0917
(12,9,23)
#000000
(0,0,0)

Tints of #7A3BAD

#7A3BAD
(122,59,173)
#864CB4
(134,76,180)
#925DBB
(146,93,187)
#9E6EC2
(158,110,194)
#AA7FC9
(170,127,201)
#B690D0
(182,144,208)
#C2A1D7
(194,161,215)
#CEB2DE
(206,178,222)
#DAC3E5
(218,195,229)
#E6D4EC
(230,212,236)
#F2E5F3
(242,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A3BAD color. Also use rgb(122,59,173) instead hex code.

Text Font Color

.myTextColor { color: #7A3BAD; }

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

This text font color is #7A3BAD.

Background Color

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

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

This div background color is #7A3BAD.

Border color

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

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

This div border color is #7A3BAD.

Opacity

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

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

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

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

This text has shadow with #7A3BAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A3BAD.

Preview

Color preview on black background

This text has color #7A3BAD on black background.


Color preview on white background

This text has color #7A3BAD on white background.


Black color preview on #7A3BAD background

This text has black color on #7A3BAD background.


White color preview on #7A3BAD background

This text has white color on #7A3BAD background.


Related colors

Complementary color

Complementary color for #hex is #85C452.


I love getcolorcode.com

Triadic colors

1 #AD7A3B and #3BAD7A with #7A3BAD are triadic colors.

2 #AD3B7A and #3B7AAD with #7A3BAD are triadic colors.