COLOR #7B63AD

HEX: #7B63AD RGB: (123,99,173)

Color info

#7B63AD contains mainly red and blue colors. Web safe color of #7B63AD is #666699 (or #669).

RGB color model

#7B63AD color RGB value is (123,99,173).

RGB: (123,99,173) (48%, 39%, 68%)

RGB channels and saturation

R 123 of 255 = 48%
G 99 of 255 = 39%
B 173 of 255 = 68%

123
99
173

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

Portions of RGB colors in percentages

R + G + B = 123 + 99 + 173 = 395 (100%)
R 123 of 395 ~ 31.14%
G 99 of 395 ~ 25.06%
B 173 of 395 ~ 43.8'%

%31.14
%25.06
%43.8

CMYK color model

#7B63AD color CMYK value is (29,43,0,32).

  • cyan value is 28.90%
  • magenta value is 42.77%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (29,43,0,32)
C29M43Y0K32 (29%, 43%, 0%, 32%)
(0.29 / 0.43 / 0.00 / 0.32)

CMYK percentages

%28.9
%42.77
%0
%32.16

Codes

Color #7B63AD in popluar color models

7B 63 AD
RGB 123 99 173
HSL 259° 31.09% 53.33%
HSB/HSV 259° 42.77% 67.84%
CMYK 28.90% 42.77% 0.00%
32.16%

Color #7B63AD in popluar number systems.

HEX 7B 63 AD
Decimal 123 99 173
Binary 1111011 1100011 10101101
Octal 173 143 255

Shades and tints

Shades of #7B63AD

#7B63AD
(123,99,173)
#705A9E
(112,90,158)
#65518F
(101,81,143)
#5A4880
(90,72,128)
#4F3F71
(79,63,113)
#443662
(68,54,98)
#392D53
(57,45,83)
#2E2444
(46,36,68)
#231B35
(35,27,53)
#181226
(24,18,38)
#0D0917
(13,9,23)
#000000
(0,0,0)

Tints of #7B63AD

#7B63AD
(123,99,173)
#8771B4
(135,113,180)
#937FBB
(147,127,187)
#9F8DC2
(159,141,194)
#AB9BC9
(171,155,201)
#B7A9D0
(183,169,208)
#C3B7D7
(195,183,215)
#CFC5DE
(207,197,222)
#DBD3E5
(219,211,229)
#E7E1EC
(231,225,236)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B63AD color. Also use rgb(123,99,173) instead hex code.

Text Font Color

.myTextColor { color: #7B63AD; }

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

This text font color is #7B63AD.

Background Color

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

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

This div background color is #7B63AD.

Border color

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

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

This div border color is #7B63AD.

Opacity

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

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

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

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

This text has shadow with #7B63AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B63AD.

Preview

Color preview on black background

This text has color #7B63AD on black background.


Color preview on white background

This text has color #7B63AD on white background.


Black color preview on #7B63AD background

This text has black color on #7B63AD background.


White color preview on #7B63AD background

This text has white color on #7B63AD background.


Related colors

Complementary color

Complementary color for #hex is #849C52.


I love getcolorcode.com

Triadic colors

1 #AD7B63 and #63AD7B with #7B63AD are triadic colors.

2 #AD637B and #637BAD with #7B63AD are triadic colors.