COLOR #7B429B

HEX: #7B429B RGB: (123,66,155)

Color info

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

RGB color model

#7B429B color RGB value is (123,66,155).

RGB: (123,66,155) (48%, 26%, 61%)

RGB channels and saturation

R 123 of 255 = 48%
G 66 of 255 = 26%
B 155 of 255 = 61%

123
66
155

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

Portions of RGB colors in percentages

R + G + B = 123 + 66 + 155 = 344 (100%)
R 123 of 344 ~ 35.76%
G 66 of 344 ~ 19.19%
B 155 of 344 ~ 45.06'%

%35.76
%19.19
%45.06

CMYK color model

#7B429B color CMYK value is (21,57,0,39).

  • cyan value is 20.65%
  • magenta value is 57.42%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (21,57,0,39)
C21M57Y0K39 (21%, 57%, 0%, 39%)
(0.21 / 0.57 / 0.00 / 0.39)

CMYK percentages

%20.65
%57.42
%0
%39.22

Codes

Color #7B429B in popluar color models

7B 42 9B
RGB 123 66 155
HSL 278° 40.27% 43.33%
HSB/HSV 278° 57.42% 60.78%
CMYK 20.65% 57.42% 0.00%
39.22%

Color #7B429B in popluar number systems.

HEX 7B 42 9B
Decimal 123 66 155
Binary 1111011 1000010 10011011
Octal 173 102 233

Shades and tints

Shades of #7B429B

#7B429B
(123,66,155)
#703C8D
(112,60,141)
#65367F
(101,54,127)
#5A3071
(90,48,113)
#4F2A63
(79,42,99)
#442455
(68,36,85)
#391E47
(57,30,71)
#2E1839
(46,24,57)
#23122B
(35,18,43)
#180C1D
(24,12,29)
#0D060F
(13,6,15)
#000000
(0,0,0)

Tints of #7B429B

#7B429B
(123,66,155)
#8753A4
(135,83,164)
#9364AD
(147,100,173)
#9F75B6
(159,117,182)
#AB86BF
(171,134,191)
#B797C8
(183,151,200)
#C3A8D1
(195,168,209)
#CFB9DA
(207,185,218)
#DBCAE3
(219,202,227)
#E7DBEC
(231,219,236)
#F3ECF5
(243,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B429B; }

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

This text font color is #7B429B.

Background Color

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

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

This div background color is #7B429B.

Border color

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

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

This div border color is #7B429B.

Opacity

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

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

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

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

This text has shadow with #7B429B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B429B.

Preview

Color preview on black background

This text has color #7B429B on black background.


Color preview on white background

This text has color #7B429B on white background.


Black color preview on #7B429B background

This text has black color on #7B429B background.


White color preview on #7B429B background

This text has white color on #7B429B background.


Related colors

Complementary color

Complementary color for #hex is #84BD64.


I love getcolorcode.com

Triadic colors

1 #9B7B42 and #429B7B with #7B429B are triadic colors.

2 #9B427B and #427B9B with #7B429B are triadic colors.