COLOR #7163A2

HEX: #7163A2 RGB: (113,99,162)

Color info

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

RGB color model

#7163A2 color RGB value is (113,99,162).

RGB: (113,99,162) (44%, 39%, 64%)

RGB channels and saturation

R 113 of 255 = 44%
G 99 of 255 = 39%
B 162 of 255 = 64%

113
99
162

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

Portions of RGB colors in percentages

R + G + B = 113 + 99 + 162 = 374 (100%)
R 113 of 374 ~ 30.21%
G 99 of 374 ~ 26.47%
B 162 of 374 ~ 43.32'%

%30.21
%26.47
%43.32

CMYK color model

#7163A2 color CMYK value is (30,39,0,36).

  • cyan value is 30.25%
  • magenta value is 38.89%
  • yellow value is 0.00%
  • key color value is 36.47%

CMYK: (30,39,0,36)
C30M39Y0K36 (30%, 39%, 0%, 36%)
(0.30 / 0.39 / 0.00 / 0.36)

CMYK percentages

%30.25
%38.89
%0
%36.47

Codes

Color #7163A2 in popluar color models

71 63 A2
RGB 113 99 162
HSL 253° 25.30% 51.18%
HSB/HSV 253° 38.89% 63.53%
CMYK 30.25% 38.89% 0.00%
36.47%

Color #7163A2 in popluar number systems.

HEX 71 63 A2
Decimal 113 99 162
Binary 1110001 1100011 10100010
Octal 161 143 242

Shades and tints

Shades of #7163A2

#7163A2
(113,99,162)
#675A94
(103,90,148)
#5D5186
(93,81,134)
#534878
(83,72,120)
#493F6A
(73,63,106)
#3F365C
(63,54,92)
#352D4E
(53,45,78)
#2B2440
(43,36,64)
#211B32
(33,27,50)
#171224
(23,18,36)
#0D0916
(13,9,22)
#000000
(0,0,0)

Tints of #7163A2

#7163A2
(113,99,162)
#7D71AA
(125,113,170)
#897FB2
(137,127,178)
#958DBA
(149,141,186)
#A19BC2
(161,155,194)
#ADA9CA
(173,169,202)
#B9B7D2
(185,183,210)
#C5C5DA
(197,197,218)
#D1D3E2
(209,211,226)
#DDE1EA
(221,225,234)
#E9EFF2
(233,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7163A2; }

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

This text font color is #7163A2.

Background Color

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

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

This div background color is #7163A2.

Border color

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

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

This div border color is #7163A2.

Opacity

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

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

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

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

This text has shadow with #7163A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7163A2.

Preview

Color preview on black background

This text has color #7163A2 on black background.


Color preview on white background

This text has color #7163A2 on white background.


Black color preview on #7163A2 background

This text has black color on #7163A2 background.


White color preview on #7163A2 background

This text has white color on #7163A2 background.


Related colors

Complementary color

Complementary color for #hex is #8E9C5D.


I love getcolorcode.com

Triadic colors

1 #A27163 and #63A271 with #7163A2 are triadic colors.

2 #A26371 and #6371A2 with #7163A2 are triadic colors.