COLOR #7165A9

HEX: #7165A9
RGB: (113,101,169)

Color info

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

RGB color model

#7165A9 color RGB value is (113,101,169).

  • red value is 113;
  • green value is 101;
  • blue value is 169.
RGB:
(113,101,169)
(44%,40%,66%)

RGB channels and saturation

R 113 of 255 = 44%
G 101 of 255 = 40%
B 169 of 255 = 66%

113
101
169

R + G + B ~ 50%. #7165A9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 101 + 169 = 383 (100%)
R 113 of 383 ~ 29.5%
G 101 of 383 ~ 26.37%
B 169 of 383 ~ 44.13%

%29.5
%26.37
%44.13

CMYK color model

#7165A9 color CMYK value is (33,40,0,34).

  • cyan value is 33.14%
  • magenta value is 40.24%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(33,40,0,34)
C33M40Y0K34 
(33%,40%,0%,34%)
(0.33/0.40/0.00/0.34)	

CMYK percentages

%33.14
%40.24
%0
%33.73

Codes

Color #7165A9 in popluar color models

7165A9
RGB113101169
HSL251°28.33%52.94%
HSB/HSV251°40.24%66.27%
CMYK33.14%40.24%0.00%
33.73%

Color #7165A9 in popluar number systems.

HEX7165A9
Decimal113101169
Binary1110001110010110101001
Octal161145251

Shades and tints

Shades of #7165A9

#7165A9
(113,101,169)
#675C9A
(103,92,154)
#5D538B
(93,83,139)
#534A7C
(83,74,124)
#49416D
(73,65,109)
#3F385E
(63,56,94)
#352F4F
(53,47,79)
#2B2640
(43,38,64)
#211D31
(33,29,49)
#171422
(23,20,34)
#0D0B13
(13,11,19)
#000000
(0,0,0)

Tints of #7165A9

#7165A9
(113,101,169)
#7D73B0
(125,115,176)
#8981B7
(137,129,183)
#958FBE
(149,143,190)
#A19DC5
(161,157,197)
#ADABCC
(173,171,204)
#B9B9D3
(185,185,211)
#C5C7DA
(197,199,218)
#D1D5E1
(209,213,225)
#DDE3E8
(221,227,232)
#E9F1EF
(233,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7165A9 color. Also use rgb(113,101,169) instead hex code.

Text Font Color

.myTextColor { color: #7165A9; }

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

This text font color is #7165A9.


Background Color

.myBgColor { background-color: #7165A9; }

<div style="background-color:#7165A9">Inner text</div>

This div background color is #7165A9.


Border color

.myBorderColor { border: 1px solid #7165A9; }

<div style="border:3px solid #7165A9">Div</div>

This div border color is #7165A9.


Opacity

.myOpacity80 { color: #7165A9; opacity: 0.8; }

<p style="color:#7165A9;opacity:0.8;">80%</p>

Text with #7165A9 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 #7165A9;}

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

This text has shadow with #7165A9 color.

.textShadow {text-shadow: 3px 3px 1px #7165A9, 3px 3px 1px red;}

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

This text has shadow with #7165A9 primary color and red secondary color.


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

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

This text has shadow with #7165A9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7165A9 on black background.


Color preview on white background

This text has color #7165A9 on white background.



Black color preview on #7165A9 background

This text has black color on #7165A9 background.


White color preview on #7165A9 background

This text has white color on #7165A9 background.