COLOR #7367AA

HEX: #7367AA RGB: (115,103,170)

Color info

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

RGB color model

#7367AA color RGB value is (115,103,170).

RGB: (115,103,170) (45%, 40%, 67%)

RGB channels and saturation

R 115 of 255 = 45%
G 103 of 255 = 40%
B 170 of 255 = 67%

115
103
170

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

Portions of RGB colors in percentages

R + G + B = 115 + 103 + 170 = 388 (100%)
R 115 of 388 ~ 29.64%
G 103 of 388 ~ 26.55%
B 170 of 388 ~ 43.81'%

%29.64
%26.55
%43.81

CMYK color model

#7367AA color CMYK value is (32,39,0,33).

  • cyan value is 32.35%
  • magenta value is 39.41%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (32,39,0,33)
C32M39Y0K33 (32%, 39%, 0%, 33%)
(0.32 / 0.39 / 0.00 / 0.33)

CMYK percentages

%32.35
%39.41
%0
%33.33

Codes

Color #7367AA in popluar color models

73 67 AA
RGB 115 103 170
HSL 251° 28.27% 53.53%
HSB/HSV 251° 39.41% 66.67%
CMYK 32.35% 39.41% 0.00%
33.33%

Color #7367AA in popluar number systems.

HEX 73 67 AA
Decimal 115 103 170
Binary 1110011 1100111 10101010
Octal 163 147 252

Shades and tints

Shades of #7367AA

#7367AA
(115,103,170)
#695E9B
(105,94,155)
#5F558C
(95,85,140)
#554C7D
(85,76,125)
#4B436E
(75,67,110)
#413A5F
(65,58,95)
#373150
(55,49,80)
#2D2841
(45,40,65)
#231F32
(35,31,50)
#191623
(25,22,35)
#0F0D14
(15,13,20)
#000000
(0,0,0)

Tints of #7367AA

#7367AA
(115,103,170)
#7F74B1
(127,116,177)
#8B81B8
(139,129,184)
#978EBF
(151,142,191)
#A39BC6
(163,155,198)
#AFA8CD
(175,168,205)
#BBB5D4
(187,181,212)
#C7C2DB
(199,194,219)
#D3CFE2
(211,207,226)
#DFDCE9
(223,220,233)
#EBE9F0
(235,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7367AA; }

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

This text font color is #7367AA.

Background Color

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

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

This div background color is #7367AA.

Border color

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

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

This div border color is #7367AA.

Opacity

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

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

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

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

This text has shadow with #7367AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7367AA.

Preview

Color preview on black background

This text has color #7367AA on black background.


Color preview on white background

This text has color #7367AA on white background.


Black color preview on #7367AA background

This text has black color on #7367AA background.


White color preview on #7367AA background

This text has white color on #7367AA background.


Related colors

Complementary color

Complementary color for #hex is #8C9855.


I love getcolorcode.com

Triadic colors

1 #AA7367 and #67AA73 with #7367AA are triadic colors.

2 #AA6773 and #6773AA with #7367AA are triadic colors.