COLOR #7A3D8A

HEX: #7A3D8A
RGB: (122,61,138)

Color info

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

RGB color model

#7A3D8A color RGB value is (122,61,138).

  • red value is 122;
  • green value is 61;
  • blue value is 138.
RGB: (122,61,138) (48%,24%,54%)

RGB channels and saturation

R 122 of 255 = 48%
G 61 of 255 = 24%
B 138 of 255 = 54%

122
61
138

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

Portions of RGB colors in percentages

R + G + B =
122 + 61 + 138 = 321 (100%)
R 122 of 321 ~ 38.01%
G 61 of 321 ~ 19%
B 138 of 321 ~ 42.99%

%38.01
%19
%42.99

CMYK color model

#7A3D8A color CMYK value is (12,56,0,46).

  • cyan value is 11.59%
  • magenta value is 55.80%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK: (12,56,0,46) C12M56Y0K46 (12%,56%,0%,46%) (0.12/0.56/0.00/0.46)

CMYK percentages

%11.59
%55.8
%0
%45.88

Codes

Color #7A3D8A in popluar color models

7A3D8A
RGB12261138
HSL288°38.69%39.02%
HSB/HSV288°55.80%54.12%
CMYK11.59%55.80%0.00%
45.88%

Color #7A3D8A in popluar number systems.

HEX7A3D8A
Decimal12261138
Binary111101011110110001010
Octal17275212

Shades and tints

Shades of #7A3D8A

#7A3D8A
(122,61,138)
#6F387E
(111,56,126)
#643372
(100,51,114)
#592E66
(89,46,102)
#4E295A
(78,41,90)
#43244E
(67,36,78)
#381F42
(56,31,66)
#2D1A36
(45,26,54)
#22152A
(34,21,42)
#17101E
(23,16,30)
#0C0B12
(12,11,18)
#000000
(0,0,0)

Tints of #7A3D8A

#7A3D8A
(122,61,138)
#864E94
(134,78,148)
#925F9E
(146,95,158)
#9E70A8
(158,112,168)
#AA81B2
(170,129,178)
#B692BC
(182,146,188)
#C2A3C6
(194,163,198)
#CEB4D0
(206,180,208)
#DAC5DA
(218,197,218)
#E6D6E4
(230,214,228)
#F2E7EE
(242,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A3D8A color. Also use rgb(122,61,138) instead hex code.

Text Font Color

.myTextColor { color: #7A3D8A; }

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

This text font color is #7A3D8A.


Background Color

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

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

This div background color is #7A3D8A.


Border color

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

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

This div border color is #7A3D8A.


Opacity

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

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

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

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

This text has shadow with #7A3D8A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7A3D8A on black background.


Color preview on white background

This text has color #7A3D8A on white background.



Black color preview on #7A3D8A background

This text has black color on #7A3D8A background.


White color preview on #7A3D8A background

This text has white color on #7A3D8A background.