COLOR #7A427D

HEX: #7A427D RGB: (122,66,125)

Color info

#7A427D contains red, green and blue colors in about the same proportion. Web safe color of #7A427D is #663366 (or #636).

RGB color model

#7A427D color RGB value is (122,66,125).

RGB: (122,66,125) (48%, 26%, 49%)

RGB channels and saturation

R 122 of 255 = 48%
G 66 of 255 = 26%
B 125 of 255 = 49%

122
66
125

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

Portions of RGB colors in percentages

R + G + B = 122 + 66 + 125 = 313 (100%)
R 122 of 313 ~ 38.98%
G 66 of 313 ~ 21.09%
B 125 of 313 ~ 39.94'%

%38.98
%21.09
%39.94

CMYK color model

#7A427D color CMYK value is (2,47,0,51).

  • cyan value is 2.40%
  • magenta value is 47.20%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (2,47,0,51)
C2M47Y0K51 (2%, 47%, 0%, 51%)
(0.02 / 0.47 / 0.00 / 0.51)

CMYK percentages

%2.4
%47.2
%0
%50.98

Codes

Color #7A427D in popluar color models

7A 42 7D
RGB 122 66 125
HSL 297° 30.89% 37.45%
HSB/HSV 297° 47.20% 49.02%
CMYK 2.40% 47.20% 0.00%
50.98%

Color #7A427D in popluar number systems.

HEX 7A 42 7D
Decimal 122 66 125
Binary 1111010 1000010 1111101
Octal 172 102 175

Shades and tints

Shades of #7A427D

#7A427D
(122,66,125)
#6F3C72
(111,60,114)
#643667
(100,54,103)
#59305C
(89,48,92)
#4E2A51
(78,42,81)
#432446
(67,36,70)
#381E3B
(56,30,59)
#2D1830
(45,24,48)
#221225
(34,18,37)
#170C1A
(23,12,26)
#0C060F
(12,6,15)
#000000
(0,0,0)

Tints of #7A427D

#7A427D
(122,66,125)
#865388
(134,83,136)
#926493
(146,100,147)
#9E759E
(158,117,158)
#AA86A9
(170,134,169)
#B697B4
(182,151,180)
#C2A8BF
(194,168,191)
#CEB9CA
(206,185,202)
#DACAD5
(218,202,213)
#E6DBE0
(230,219,224)
#F2ECEB
(242,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A427D; }

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

This text font color is #7A427D.

Background Color

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

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

This div background color is #7A427D.

Border color

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

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

This div border color is #7A427D.

Opacity

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

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

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

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

This text has shadow with #7A427D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A427D.

Preview

Color preview on black background

This text has color #7A427D on black background.


Color preview on white background

This text has color #7A427D on white background.


Black color preview on #7A427D background

This text has black color on #7A427D background.


White color preview on #7A427D background

This text has white color on #7A427D background.


Related colors

Complementary color

Complementary color for #hex is #85BD82.


I love getcolorcode.com

Triadic colors

1 #7D7A42 and #427D7A with #7A427D are triadic colors.

2 #7D427A and #427A7D with #7A427D are triadic colors.