COLOR #7B428D

HEX: #7B428D RGB: (123,66,141)

Color info

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

RGB color model

#7B428D color RGB value is (123,66,141).

RGB: (123,66,141) (48%, 26%, 55%)

RGB channels and saturation

R 123 of 255 = 48%
G 66 of 255 = 26%
B 141 of 255 = 55%

123
66
141

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

Portions of RGB colors in percentages

R + G + B = 123 + 66 + 141 = 330 (100%)
R 123 of 330 ~ 37.27%
G 66 of 330 ~ 20%
B 141 of 330 ~ 42.73'%

%37.27
%20
%42.73

CMYK color model

#7B428D color CMYK value is (13,53,0,45).

  • cyan value is 12.77%
  • magenta value is 53.19%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (13,53,0,45)
C13M53Y0K45 (13%, 53%, 0%, 45%)
(0.13 / 0.53 / 0.00 / 0.45)

CMYK percentages

%12.77
%53.19
%0
%44.71

Codes

Color #7B428D in popluar color models

7B 42 8D
RGB 123 66 141
HSL 286° 36.23% 40.59%
HSB/HSV 286° 53.19% 55.29%
CMYK 12.77% 53.19% 0.00%
44.71%

Color #7B428D in popluar number systems.

HEX 7B 42 8D
Decimal 123 66 141
Binary 1111011 1000010 10001101
Octal 173 102 215

Shades and tints

Shades of #7B428D

#7B428D
(123,66,141)
#703C81
(112,60,129)
#653675
(101,54,117)
#5A3069
(90,48,105)
#4F2A5D
(79,42,93)
#442451
(68,36,81)
#391E45
(57,30,69)
#2E1839
(46,24,57)
#23122D
(35,18,45)
#180C21
(24,12,33)
#0D0615
(13,6,21)
#000000
(0,0,0)

Tints of #7B428D

#7B428D
(123,66,141)
#875397
(135,83,151)
#9364A1
(147,100,161)
#9F75AB
(159,117,171)
#AB86B5
(171,134,181)
#B797BF
(183,151,191)
#C3A8C9
(195,168,201)
#CFB9D3
(207,185,211)
#DBCADD
(219,202,221)
#E7DBE7
(231,219,231)
#F3ECF1
(243,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B428D color. Also use rgb(123,66,141) instead hex code.

Text Font Color

.myTextColor { color: #7B428D; }

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

This text font color is #7B428D.

Background Color

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

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

This div background color is #7B428D.

Border color

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

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

This div border color is #7B428D.

Opacity

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

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

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

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

This text has shadow with #7B428D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B428D.

Preview

Color preview on black background

This text has color #7B428D on black background.


Color preview on white background

This text has color #7B428D on white background.


Black color preview on #7B428D background

This text has black color on #7B428D background.


White color preview on #7B428D background

This text has white color on #7B428D background.


Related colors

Complementary color

Complementary color for #hex is #84BD72.


I love getcolorcode.com

Triadic colors

1 #8D7B42 and #428D7B with #7B428D are triadic colors.

2 #8D427B and #427B8D with #7B428D are triadic colors.