COLOR #7A4282

HEX: #7A4282
RGB: (122,66,130)

Color info

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

RGB color model

#7A4282 color RGB value is (122,66,130).

  • red value is 122;
  • green value is 66;
  • blue value is 130.
RGB:
(122,66,130)
(48%,26%,51%)

RGB channels and saturation

R 122 of 255 = 48%
G 66 of 255 = 26%
B 130 of 255 = 51%

122
66
130

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

Portions of RGB colors in percentages

R + G + B =
122 + 66 + 130 = 318 (100%)
R 122 of 318 ~ 38.36%
G 66 of 318 ~ 20.75%
B 130 of 318 ~ 40.88%

%38.36
%20.75
%40.88

CMYK color model

#7A4282 color CMYK value is (6,49,0,49).

  • cyan value is 6.15%
  • magenta value is 49.23%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(6,49,0,49)
C6M49Y0K49 
(6%,49%,0%,49%)
(0.06/0.49/0.00/0.49)	

CMYK percentages

%6.15
%49.23
%0
%49.02

Codes

Color #7A4282 in popluar color models

7A4282
RGB12266130
HSL293°32.65%38.43%
HSB/HSV293°49.23%50.98%
CMYK6.15%49.23%0.00%
49.02%

Color #7A4282 in popluar number systems.

HEX7A4282
Decimal12266130
Binary1111010100001010000010
Octal172102202

Shades and tints

Shades of #7A4282

#7A4282
(122,66,130)
#6F3C77
(111,60,119)
#64366C
(100,54,108)
#593061
(89,48,97)
#4E2A56
(78,42,86)
#43244B
(67,36,75)
#381E40
(56,30,64)
#2D1835
(45,24,53)
#22122A
(34,18,42)
#170C1F
(23,12,31)
#0C0614
(12,6,20)
#000000
(0,0,0)

Tints of #7A4282

#7A4282
(122,66,130)
#86538D
(134,83,141)
#926498
(146,100,152)
#9E75A3
(158,117,163)
#AA86AE
(170,134,174)
#B697B9
(182,151,185)
#C2A8C4
(194,168,196)
#CEB9CF
(206,185,207)
#DACADA
(218,202,218)
#E6DBE5
(230,219,229)
#F2ECF0
(242,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A4282 color. Also use rgb(122,66,130) instead hex code.

Text Font Color

.myTextColor { color: #7A4282; }

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

This text font color is #7A4282.


Background Color

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

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

This div background color is #7A4282.


Border color

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

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

This div border color is #7A4282.


Opacity

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

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

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

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

This text has shadow with #7A4282 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A4282 on black background.


Color preview on white background

This text has color #7A4282 on white background.



Black color preview on #7A4282 background

This text has black color on #7A4282 background.


White color preview on #7A4282 background

This text has white color on #7A4282 background.