COLOR #7175A3

HEX: #7175A3
RGB: (113,117,163)

Color info

#7175A3 contains red, green and blue colors in about the same proportion. Web safe color of #7175A3 is #666699 (or #669).

RGB color model

#7175A3 color RGB value is (113,117,163).

  • red value is 113;
  • green value is 117;
  • blue value is 163.
RGB:
(113,117,163)
(44%,46%,64%)

RGB channels and saturation

R 113 of 255 = 44%
G 117 of 255 = 46%
B 163 of 255 = 64%

113
117
163

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

Portions of RGB colors in percentages

R + G + B =
113 + 117 + 163 = 393 (100%)
R 113 of 393 ~ 28.75%
G 117 of 393 ~ 29.77%
B 163 of 393 ~ 41.48%

%28.75
%29.77
%41.48

CMYK color model

#7175A3 color CMYK value is (31,28,0,36).

  • cyan value is 30.67%
  • magenta value is 28.22%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(31,28,0,36)
C31M28Y0K36 
(31%,28%,0%,36%)
(0.31/0.28/0.00/0.36)	

CMYK percentages

%30.67
%28.22
%0
%36.08

Codes

Color #7175A3 in popluar color models

7175A3
RGB113117163
HSL235°21.37%54.12%
HSB/HSV235°30.67%63.92%
CMYK30.67%28.22%0.00%
36.08%

Color #7175A3 in popluar number systems.

HEX7175A3
Decimal113117163
Binary1110001111010110100011
Octal161165243

Shades and tints

Shades of #7175A3

#7175A3
(113,117,163)
#676B95
(103,107,149)
#5D6187
(93,97,135)
#535779
(83,87,121)
#494D6B
(73,77,107)
#3F435D
(63,67,93)
#35394F
(53,57,79)
#2B2F41
(43,47,65)
#212533
(33,37,51)
#171B25
(23,27,37)
#0D1117
(13,17,23)
#000000
(0,0,0)

Tints of #7175A3

#7175A3
(113,117,163)
#7D81AB
(125,129,171)
#898DB3
(137,141,179)
#9599BB
(149,153,187)
#A1A5C3
(161,165,195)
#ADB1CB
(173,177,203)
#B9BDD3
(185,189,211)
#C5C9DB
(197,201,219)
#D1D5E3
(209,213,227)
#DDE1EB
(221,225,235)
#E9EDF3
(233,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7175A3 color. Also use rgb(113,117,163) instead hex code.

Text Font Color

.myTextColor { color: #7175A3; }

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

This text font color is #7175A3.


Background Color

.myBgColor { background-color: #7175A3; }

<div style="background-color:#7175A3">Inner text</div>

This div background color is #7175A3.


Border color

.myBorderColor { border: 1px solid #7175A3; }

<div style="border:3px solid #7175A3">Div</div>

This div border color is #7175A3.


Opacity

.myOpacity80 { color: #7175A3; opacity: 0.8; }

<p style="color:#7175A3;opacity:0.8;">80%</p>

Text with #7175A3 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 #7175A3;}

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

This text has shadow with #7175A3 color.

.textShadow {text-shadow: 3px 3px 1px #7175A3, 3px 3px 1px red;}

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

This text has shadow with #7175A3 primary color and red secondary color.


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

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

This text has shadow with #7175A3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7175A3 on black background.


Color preview on white background

This text has color #7175A3 on white background.



Black color preview on #7175A3 background

This text has black color on #7175A3 background.


White color preview on #7175A3 background

This text has white color on #7175A3 background.