COLOR #7175B0

HEX: #7175B0
RGB: (113,117,176)

Color info

#7175B0 contains mainly green and blue colors. Web safe color of #7175B0 is #666699 (or #669).

RGB color model

#7175B0 color RGB value is (113,117,176).

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

RGB channels and saturation

R 113 of 255 = 44%
G 117 of 255 = 46%
B 176 of 255 = 69%

113
117
176

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

Portions of RGB colors in percentages

R + G + B =
113 + 117 + 176 = 406 (100%)
R 113 of 406 ~ 27.83%
G 117 of 406 ~ 28.82%
B 176 of 406 ~ 43.35%

%27.83
%28.82
%43.35

CMYK color model

#7175B0 color CMYK value is (36,34,0,31).

  • cyan value is 35.80%
  • magenta value is 33.52%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(36,34,0,31)
C36M34Y0K31 
(36%,34%,0%,31%)
(0.36/0.34/0.00/0.31)	

CMYK percentages

%35.8
%33.52
%0
%30.98

Codes

Color #7175B0 in popluar color models

7175B0
RGB113117176
HSL236°28.51%56.67%
HSB/HSV236°35.80%69.02%
CMYK35.80%33.52%0.00%
30.98%

Color #7175B0 in popluar number systems.

HEX7175B0
Decimal113117176
Binary1110001111010110110000
Octal161165260

Shades and tints

Shades of #7175B0

#7175B0
(113,117,176)
#676BA0
(103,107,160)
#5D6190
(93,97,144)
#535780
(83,87,128)
#494D70
(73,77,112)
#3F4360
(63,67,96)
#353950
(53,57,80)
#2B2F40
(43,47,64)
#212530
(33,37,48)
#171B20
(23,27,32)
#0D1110
(13,17,16)
#000000
(0,0,0)

Tints of #7175B0

#7175B0
(113,117,176)
#7D81B7
(125,129,183)
#898DBE
(137,141,190)
#9599C5
(149,153,197)
#A1A5CC
(161,165,204)
#ADB1D3
(173,177,211)
#B9BDDA
(185,189,218)
#C5C9E1
(197,201,225)
#D1D5E8
(209,213,232)
#DDE1EF
(221,225,239)
#E9EDF6
(233,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7175B0; }

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

This text font color is #7175B0.


Background Color

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

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

This div background color is #7175B0.


Border color

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

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

This div border color is #7175B0.


Opacity

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

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

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

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

This text has shadow with #7175B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7175B0 on black background.


Color preview on white background

This text has color #7175B0 on white background.



Black color preview on #7175B0 background

This text has black color on #7175B0 background.


White color preview on #7175B0 background

This text has white color on #7175B0 background.