COLOR #7170CE

HEX: #7170CE RGB: (113,112,206)

Color info

#7170CE contains mainly blue color. Web safe color of #7170CE is #6666CC (or #66C).

RGB color model

#7170CE color RGB value is (113,112,206).

RGB: (113,112,206) (44%, 44%, 81%)

RGB channels and saturation

R 113 of 255 = 44%
G 112 of 255 = 44%
B 206 of 255 = 81%

113
112
206

R + G + B ~ 56%. #7170CE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 113 + 112 + 206 = 431 (100%)
R 113 of 431 ~ 26.22%
G 112 of 431 ~ 25.99%
B 206 of 431 ~ 47.8'%

%26.22
%25.99
%47.8

CMYK color model

#7170CE color CMYK value is (45,46,0,19).

  • cyan value is 45.15%
  • magenta value is 45.63%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (45,46,0,19)
C45M46Y0K19 (45%, 46%, 0%, 19%)
(0.45 / 0.46 / 0.00 / 0.19)

CMYK percentages

%45.15
%45.63
%0
%19.22

Codes

Color #7170CE in popluar color models

71 70 CE
RGB 113 112 206
HSL 241° 48.96% 62.35%
HSB/HSV 241° 45.63% 80.78%
CMYK 45.15% 45.63% 0.00%
19.22%

Color #7170CE in popluar number systems.

HEX 71 70 CE
Decimal 113 112 206
Binary 1110001 1110000 11001110
Octal 161 160 316

Shades and tints

Shades of #7170CE

#7170CE
(113,112,206)
#6766BC
(103,102,188)
#5D5CAA
(93,92,170)
#535298
(83,82,152)
#494886
(73,72,134)
#3F3E74
(63,62,116)
#353462
(53,52,98)
#2B2A50
(43,42,80)
#21203E
(33,32,62)
#17162C
(23,22,44)
#0D0C1A
(13,12,26)
#000000
(0,0,0)

Tints of #7170CE

#7170CE
(113,112,206)
#7D7DD2
(125,125,210)
#898AD6
(137,138,214)
#9597DA
(149,151,218)
#A1A4DE
(161,164,222)
#ADB1E2
(173,177,226)
#B9BEE6
(185,190,230)
#C5CBEA
(197,203,234)
#D1D8EE
(209,216,238)
#DDE5F2
(221,229,242)
#E9F2F6
(233,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7170CE color. Also use rgb(113,112,206) instead hex code.

Text Font Color

.myTextColor { color: #7170CE; }

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

This text font color is #7170CE.

Background Color

.myBgColor { background-color: #7170CE; }

<div style="background-color:#7170CE">Inner text</div>

This div background color is #7170CE.

Border color

.myBorderColor { border: 1px solid #7170CE; }

<div style="border:3px solid #7170CE">Div</div>

This div border color is #7170CE.

Opacity

.myOpacity80 { color: #7170CE; opacity: 0.8; }

<p style="color:#7170CE;opacity:0.8;">80%</p>

Text with #7170CE 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 #7170CE;}

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

This text has shadow with #7170CE color.


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

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

This text has shadow with #7170CE primary color and red secondary color.


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

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

This text has shadow with #7170CE and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7170CE.

Preview

Color preview on black background

This text has color #7170CE on black background.


Color preview on white background

This text has color #7170CE on white background.


Black color preview on #7170CE background

This text has black color on #7170CE background.


White color preview on #7170CE background

This text has white color on #7170CE background.


Related colors

Complementary color

Complementary color for #hex is #8E8F31.


I love getcolorcode.com

Triadic colors

1 #CE7170 and #70CE71 with #7170CE are triadic colors.

2 #CE7071 and #7071CE with #7170CE are triadic colors.