COLOR #7350A1

HEX: #7350A1
RGB: (115,80,161)

Color info

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

RGB color model

#7350A1 color RGB value is (115,80,161).

  • red value is 115;
  • green value is 80;
  • blue value is 161.
RGB:
(115,80,161)
(45%,31%,63%)

RGB channels and saturation

R 115 of 255 = 45%
G 80 of 255 = 31%
B 161 of 255 = 63%

115
80
161

R + G + B ~ 46%. #7350A1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 80 + 161 = 356 (100%)
R 115 of 356 ~ 32.3%
G 80 of 356 ~ 22.47%
B 161 of 356 ~ 45.22%

%32.3
%22.47
%45.22

CMYK color model

#7350A1 color CMYK value is (29,50,0,37).

  • cyan value is 28.57%
  • magenta value is 50.31%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(29,50,0,37)
C29M50Y0K37 
(29%,50%,0%,37%)
(0.29/0.50/0.00/0.37)	

CMYK percentages

%28.57
%50.31
%0
%36.86

Codes

Color #7350A1 in popluar color models

7350A1
RGB11580161
HSL266°33.61%47.25%
HSB/HSV266°50.31%63.14%
CMYK28.57%50.31%0.00%
36.86%

Color #7350A1 in popluar number systems.

HEX7350A1
Decimal11580161
Binary1110011101000010100001
Octal163120241

Shades and tints

Shades of #7350A1

#7350A1
(115,80,161)
#694993
(105,73,147)
#5F4285
(95,66,133)
#553B77
(85,59,119)
#4B3469
(75,52,105)
#412D5B
(65,45,91)
#37264D
(55,38,77)
#2D1F3F
(45,31,63)
#231831
(35,24,49)
#191123
(25,17,35)
#0F0A15
(15,10,21)
#000000
(0,0,0)

Tints of #7350A1

#7350A1
(115,80,161)
#7F5FA9
(127,95,169)
#8B6EB1
(139,110,177)
#977DB9
(151,125,185)
#A38CC1
(163,140,193)
#AF9BC9
(175,155,201)
#BBAAD1
(187,170,209)
#C7B9D9
(199,185,217)
#D3C8E1
(211,200,225)
#DFD7E9
(223,215,233)
#EBE6F1
(235,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7350A1 color. Also use rgb(115,80,161) instead hex code.

Text Font Color

.myTextColor { color: #7350A1; }

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

This text font color is #7350A1.


Background Color

.myBgColor { background-color: #7350A1; }

<div style="background-color:#7350A1">Inner text</div>

This div background color is #7350A1.


Border color

.myBorderColor { border: 1px solid #7350A1; }

<div style="border:3px solid #7350A1">Div</div>

This div border color is #7350A1.


Opacity

.myOpacity80 { color: #7350A1; opacity: 0.8; }

<p style="color:#7350A1;opacity:0.8;">80%</p>

Text with #7350A1 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 #7350A1;}

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

This text has shadow with #7350A1 color.

.textShadow {text-shadow: 3px 3px 1px #7350A1, 3px 3px 1px red;}

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

This text has shadow with #7350A1 primary color and red secondary color.


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

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

This text has shadow with #7350A1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7350A1 on black background.


Color preview on white background

This text has color #7350A1 on white background.



Black color preview on #7350A1 background

This text has black color on #7350A1 background.


White color preview on #7350A1 background

This text has white color on #7350A1 background.