COLOR #735EAA

HEX: #735EAA RGB: (115,94,170)

Color info

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

RGB color model

#735EAA color RGB value is (115,94,170).

RGB: (115,94,170) (45%, 37%, 67%)

RGB channels and saturation

R 115 of 255 = 45%
G 94 of 255 = 37%
B 170 of 255 = 67%

115
94
170

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

Portions of RGB colors in percentages

R + G + B = 115 + 94 + 170 = 379 (100%)
R 115 of 379 ~ 30.34%
G 94 of 379 ~ 24.8%
B 170 of 379 ~ 44.85'%

%30.34
%24.8
%44.85

CMYK color model

#735EAA color CMYK value is (32,45,0,33).

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

CMYK: (32,45,0,33)
C32M45Y0K33 (32%, 45%, 0%, 33%)
(0.32 / 0.45 / 0.00 / 0.33)

CMYK percentages

%32.35
%44.71
%0
%33.33

Codes

Color #735EAA in popluar color models

73 5E AA
RGB 115 94 170
HSL 257° 30.89% 51.76%
HSB/HSV 257° 44.71% 66.67%
CMYK 32.35% 44.71% 0.00%
33.33%

Color #735EAA in popluar number systems.

HEX 73 5E AA
Decimal 115 94 170
Binary 1110011 1011110 10101010
Octal 163 136 252

Shades and tints

Shades of #735EAA

#735EAA
(115,94,170)
#69569B
(105,86,155)
#5F4E8C
(95,78,140)
#55467D
(85,70,125)
#4B3E6E
(75,62,110)
#41365F
(65,54,95)
#372E50
(55,46,80)
#2D2641
(45,38,65)
#231E32
(35,30,50)
#191623
(25,22,35)
#0F0E14
(15,14,20)
#000000
(0,0,0)

Tints of #735EAA

#735EAA
(115,94,170)
#7F6CB1
(127,108,177)
#8B7AB8
(139,122,184)
#9788BF
(151,136,191)
#A396C6
(163,150,198)
#AFA4CD
(175,164,205)
#BBB2D4
(187,178,212)
#C7C0DB
(199,192,219)
#D3CEE2
(211,206,226)
#DFDCE9
(223,220,233)
#EBEAF0
(235,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #735EAA color. Also use rgb(115,94,170) instead hex code.

Text Font Color

.myTextColor { color: #735EAA; }

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

This text font color is #735EAA.

Background Color

.myBgColor { background-color: #735EAA; }

<div style="background-color:#735EAA">Inner text</div>

This div background color is #735EAA.

Border color

.myBorderColor { border: 1px solid #735EAA; }

<div style="border:3px solid #735EAA">Div</div>

This div border color is #735EAA.

Opacity

.myOpacity80 { color: #735EAA; opacity: 0.8; }

<p style="color:#735EAA;opacity:0.8;">80%</p>

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

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

This text has shadow with #735EAA color.


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

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

This text has shadow with #735EAA primary color and red secondary color.


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

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

This text has shadow with #735EAA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #735EAA.

Preview

Color preview on black background

This text has color #735EAA on black background.


Color preview on white background

This text has color #735EAA on white background.


Black color preview on #735EAA background

This text has black color on #735EAA background.


White color preview on #735EAA background

This text has white color on #735EAA background.


Related colors

Complementary color

Complementary color for #hex is #8CA155.


I love getcolorcode.com

Triadic colors

1 #AA735E and #5EAA73 with #735EAA are triadic colors.

2 #AA5E73 and #5E73AA with #735EAA are triadic colors.