COLOR #7363AD

HEX: #7363AD RGB: (115,99,173)

Color info

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

RGB color model

#7363AD color RGB value is (115,99,173).

RGB: (115,99,173) (45%, 39%, 68%)

RGB channels and saturation

R 115 of 255 = 45%
G 99 of 255 = 39%
B 173 of 255 = 68%

115
99
173

R + G + B ~ 51%. #7363AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 99 + 173 = 387 (100%)
R 115 of 387 ~ 29.72%
G 99 of 387 ~ 25.58%
B 173 of 387 ~ 44.7'%

%29.72
%25.58
%44.7

CMYK color model

#7363AD color CMYK value is (34,43,0,32).

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

CMYK: (34,43,0,32)
C34M43Y0K32 (34%, 43%, 0%, 32%)
(0.34 / 0.43 / 0.00 / 0.32)

CMYK percentages

%33.53
%42.77
%0
%32.16

Codes

Color #7363AD in popluar color models

73 63 AD
RGB 115 99 173
HSL 253° 31.09% 53.33%
HSB/HSV 253° 42.77% 67.84%
CMYK 33.53% 42.77% 0.00%
32.16%

Color #7363AD in popluar number systems.

HEX 73 63 AD
Decimal 115 99 173
Binary 1110011 1100011 10101101
Octal 163 143 255

Shades and tints

Shades of #7363AD

#7363AD
(115,99,173)
#695A9E
(105,90,158)
#5F518F
(95,81,143)
#554880
(85,72,128)
#4B3F71
(75,63,113)
#413662
(65,54,98)
#372D53
(55,45,83)
#2D2444
(45,36,68)
#231B35
(35,27,53)
#191226
(25,18,38)
#0F0917
(15,9,23)
#000000
(0,0,0)

Tints of #7363AD

#7363AD
(115,99,173)
#7F71B4
(127,113,180)
#8B7FBB
(139,127,187)
#978DC2
(151,141,194)
#A39BC9
(163,155,201)
#AFA9D0
(175,169,208)
#BBB7D7
(187,183,215)
#C7C5DE
(199,197,222)
#D3D3E5
(211,211,229)
#DFE1EC
(223,225,236)
#EBEFF3
(235,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7363AD color. Also use rgb(115,99,173) instead hex code.

Text Font Color

.myTextColor { color: #7363AD; }

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

This text font color is #7363AD.

Background Color

.myBgColor { background-color: #7363AD; }

<div style="background-color:#7363AD">Inner text</div>

This div background color is #7363AD.

Border color

.myBorderColor { border: 1px solid #7363AD; }

<div style="border:3px solid #7363AD">Div</div>

This div border color is #7363AD.

Opacity

.myOpacity80 { color: #7363AD; opacity: 0.8; }

<p style="color:#7363AD;opacity:0.8;">80%</p>

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

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

This text has shadow with #7363AD color.


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

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

This text has shadow with #7363AD primary color and red secondary color.


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

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

This text has shadow with #7363AD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7363AD.

Preview

Color preview on black background

This text has color #7363AD on black background.


Color preview on white background

This text has color #7363AD on white background.


Black color preview on #7363AD background

This text has black color on #7363AD background.


White color preview on #7363AD background

This text has white color on #7363AD background.


Related colors

Complementary color

Complementary color for #hex is #8C9C52.


I love getcolorcode.com

Triadic colors

1 #AD7363 and #63AD73 with #7363AD are triadic colors.

2 #AD6373 and #6373AD with #7363AD are triadic colors.