COLOR #7363AA

HEX: #7363AA RGB: (115,99,170)

Color info

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

RGB color model

#7363AA color RGB value is (115,99,170).

RGB: (115,99,170) (45%, 39%, 67%)

RGB channels and saturation

R 115 of 255 = 45%
G 99 of 255 = 39%
B 170 of 255 = 67%

115
99
170

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

Portions of RGB colors in percentages

R + G + B = 115 + 99 + 170 = 384 (100%)
R 115 of 384 ~ 29.95%
G 99 of 384 ~ 25.78%
B 170 of 384 ~ 44.27'%

%29.95
%25.78
%44.27

CMYK color model

#7363AA color CMYK value is (32,42,0,33).

  • cyan value is 32.35%
  • magenta value is 41.76%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (32,42,0,33) C32M42Y0K33 (32%,42%,0%,33%) (0.32/0.42/0.00/0.33) 

CMYK percentages

%32.35
%41.76
%0
%33.33

Codes

Color #7363AA in popluar color models

73 63 AA
RGB 115 99 170
HSL 254° 29.46% 52.75%
HSB/HSV 254° 41.76% 66.67%
CMYK 32.35% 41.76% 0.00%
33.33%

Color #7363AA in popluar number systems.

HEX 73 63 AA
Decimal 115 99 170
Binary 1110011 1100011 10101010
Octal 163 143 252

Shades and tints

Shades of #7363AA

#7363AA
(115,99,170)
#695A9B
(105,90,155)
#5F518C
(95,81,140)
#55487D
(85,72,125)
#4B3F6E
(75,63,110)
#41365F
(65,54,95)
#372D50
(55,45,80)
#2D2441
(45,36,65)
#231B32
(35,27,50)
#191223
(25,18,35)
#0F0914
(15,9,20)
#000000
(0,0,0)

Tints of #7363AA

#7363AA
(115,99,170)
#7F71B1
(127,113,177)
#8B7FB8
(139,127,184)
#978DBF
(151,141,191)
#A39BC6
(163,155,198)
#AFA9CD
(175,169,205)
#BBB7D4
(187,183,212)
#C7C5DB
(199,197,219)
#D3D3E2
(211,211,226)
#DFE1E9
(223,225,233)
#EBEFF0
(235,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7363AA; }

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

This text font color is #7363AA.

Background Color

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

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

This div background color is #7363AA.

Border color

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

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

This div border color is #7363AA.

Opacity

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

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

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

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

This text has shadow with #7363AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7363AA.

Preview

Color preview on black background

This text has color #7363AA on black background.


Color preview on white background

This text has color #7363AA on white background.


Black color preview on #7363AA background

This text has black color on #7363AA background.


White color preview on #7363AA background

This text has white color on #7363AA background.


Related colors

Complementary color

Complementary color for #hex is #8C9C55.


I love getcolorcode.com

Triadic colors

1 #AA7363 and #63AA73 with #7363AA are triadic colors.

2 #AA6373 and #6373AA with #7363AA are triadic colors.