COLOR #7163AF

HEX: #7163AF RGB: (113,99,175)

Color info

#7163AF contains mainly blue color. Web safe color of #7163AF is #666699 (or #669).

RGB color model

#7163AF color RGB value is (113,99,175).

RGB: (113,99,175) (44%, 39%, 69%)

RGB channels and saturation

R 113 of 255 = 44%
G 99 of 255 = 39%
B 175 of 255 = 69%

113
99
175

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

Portions of RGB colors in percentages

R + G + B = 113 + 99 + 175 = 387 (100%)
R 113 of 387 ~ 29.2%
G 99 of 387 ~ 25.58%
B 175 of 387 ~ 45.22'%

%29.2
%25.58
%45.22

CMYK color model

#7163AF color CMYK value is (35,43,0,31).

  • cyan value is 35.43%
  • magenta value is 43.43%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (35,43,0,31)
C35M43Y0K31 (35%, 43%, 0%, 31%)
(0.35 / 0.43 / 0.00 / 0.31)

CMYK percentages

%35.43
%43.43
%0
%31.37

Codes

Color #7163AF in popluar color models

71 63 AF
RGB 113 99 175
HSL 251° 32.20% 53.73%
HSB/HSV 251° 43.43% 68.63%
CMYK 35.43% 43.43% 0.00%
31.37%

Color #7163AF in popluar number systems.

HEX 71 63 AF
Decimal 113 99 175
Binary 1110001 1100011 10101111
Octal 161 143 257

Shades and tints

Shades of #7163AF

#7163AF
(113,99,175)
#675AA0
(103,90,160)
#5D5191
(93,81,145)
#534882
(83,72,130)
#493F73
(73,63,115)
#3F3664
(63,54,100)
#352D55
(53,45,85)
#2B2446
(43,36,70)
#211B37
(33,27,55)
#171228
(23,18,40)
#0D0919
(13,9,25)
#000000
(0,0,0)

Tints of #7163AF

#7163AF
(113,99,175)
#7D71B6
(125,113,182)
#897FBD
(137,127,189)
#958DC4
(149,141,196)
#A19BCB
(161,155,203)
#ADA9D2
(173,169,210)
#B9B7D9
(185,183,217)
#C5C5E0
(197,197,224)
#D1D3E7
(209,211,231)
#DDE1EE
(221,225,238)
#E9EFF5
(233,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7163AF color. Also use rgb(113,99,175) instead hex code.

Text Font Color

.myTextColor { color: #7163AF; }

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

This text font color is #7163AF.

Background Color

.myBgColor { background-color: #7163AF; }

<div style="background-color:#7163AF">Inner text</div>

This div background color is #7163AF.

Border color

.myBorderColor { border: 1px solid #7163AF; }

<div style="border:3px solid #7163AF">Div</div>

This div border color is #7163AF.

Opacity

.myOpacity80 { color: #7163AF; opacity: 0.8; }

<p style="color:#7163AF;opacity:0.8;">80%</p>

Text with #7163AF 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 #7163AF;}

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

This text has shadow with #7163AF color.


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

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

This text has shadow with #7163AF primary color and red secondary color.


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

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

This text has shadow with #7163AF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7163AF.

Preview

Color preview on black background

This text has color #7163AF on black background.


Color preview on white background

This text has color #7163AF on white background.


Black color preview on #7163AF background

This text has black color on #7163AF background.


White color preview on #7163AF background

This text has white color on #7163AF background.


Related colors

Complementary color

Complementary color for #hex is #8E9C50.


I love getcolorcode.com

Triadic colors

1 #AF7163 and #63AF71 with #7163AF are triadic colors.

2 #AF6371 and #6371AF with #7163AF are triadic colors.