COLOR #7355AD

HEX: #7355AD
RGB: (115,85,173)

Color info

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

RGB color model

#7355AD color RGB value is (115,85,173).

  • red value is 115;
  • green value is 85;
  • blue value is 173.
RGB:
(115,85,173)
(45%,33%,68%)

RGB channels and saturation

R 115 of 255 = 45%
G 85 of 255 = 33%
B 173 of 255 = 68%

115
85
173

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

Portions of RGB colors in percentages

R + G + B =
115 + 85 + 173 = 373 (100%)
R 115 of 373 ~ 30.83%
G 85 of 373 ~ 22.79%
B 173 of 373 ~ 46.38%

%30.83
%22.79
%46.38

CMYK color model

#7355AD color CMYK value is (34,51,0,32).

  • cyan value is 33.53%
  • magenta value is 50.87%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(34,51,0,32)
C34M51Y0K32 
(34%,51%,0%,32%)
(0.34/0.51/0.00/0.32)	

CMYK percentages

%33.53
%50.87
%0
%32.16

Codes

Color #7355AD in popluar color models

7355AD
RGB11585173
HSL260°34.92%50.59%
HSB/HSV260°50.87%67.84%
CMYK33.53%50.87%0.00%
32.16%

Color #7355AD in popluar number systems.

HEX7355AD
Decimal11585173
Binary1110011101010110101101
Octal163125255

Shades and tints

Shades of #7355AD

#7355AD
(115,85,173)
#694E9E
(105,78,158)
#5F478F
(95,71,143)
#554080
(85,64,128)
#4B3971
(75,57,113)
#413262
(65,50,98)
#372B53
(55,43,83)
#2D2444
(45,36,68)
#231D35
(35,29,53)
#191626
(25,22,38)
#0F0F17
(15,15,23)
#000000
(0,0,0)

Tints of #7355AD

#7355AD
(115,85,173)
#7F64B4
(127,100,180)
#8B73BB
(139,115,187)
#9782C2
(151,130,194)
#A391C9
(163,145,201)
#AFA0D0
(175,160,208)
#BBAFD7
(187,175,215)
#C7BEDE
(199,190,222)
#D3CDE5
(211,205,229)
#DFDCEC
(223,220,236)
#EBEBF3
(235,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7355AD; }

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

This text font color is #7355AD.


Background Color

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

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

This div background color is #7355AD.


Border color

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

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

This div border color is #7355AD.


Opacity

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

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

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

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

This text has shadow with #7355AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7355AD on black background.


Color preview on white background

This text has color #7355AD on white background.



Black color preview on #7355AD background

This text has black color on #7355AD background.


White color preview on #7355AD background

This text has white color on #7355AD background.