COLOR #7164E1

HEX: #7164E1
RGB: (113,100,225)

Color info

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

RGB color model

#7164E1 color RGB value is (113,100,225).

  • red value is 113;
  • green value is 100;
  • blue value is 225.
RGB:
(113,100,225)
(44%,39%,88%)

RGB channels and saturation

R 113 of 255 = 44%
G 100 of 255 = 39%
B 225 of 255 = 88%

113
100
225

R + G + B ~ 57%. #7164E1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 100 + 225 = 438 (100%)
R 113 of 438 ~ 25.8%
G 100 of 438 ~ 22.83%
B 225 of 438 ~ 51.37%

%25.8
%22.83
%51.37

CMYK color model

#7164E1 color CMYK value is (50,56,0,12).

  • cyan value is 49.78%
  • magenta value is 55.56%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(50,56,0,12)
C50M56Y0K12 
(50%,56%,0%,12%)
(0.50/0.56/0.00/0.12)	

CMYK percentages

%49.78
%55.56
%0
%11.76

Codes

Color #7164E1 in popluar color models

7164E1
RGB113100225
HSL246°67.57%63.73%
HSB/HSV246°55.56%88.24%
CMYK49.78%55.56%0.00%
11.76%

Color #7164E1 in popluar number systems.

HEX7164E1
Decimal113100225
Binary1110001110010011100001
Octal161144341

Shades and tints

Shades of #7164E1

#7164E1
(113,100,225)
#675BCD
(103,91,205)
#5D52B9
(93,82,185)
#5349A5
(83,73,165)
#494091
(73,64,145)
#3F377D
(63,55,125)
#352E69
(53,46,105)
#2B2555
(43,37,85)
#211C41
(33,28,65)
#17132D
(23,19,45)
#0D0A19
(13,10,25)
#000000
(0,0,0)

Tints of #7164E1

#7164E1
(113,100,225)
#7D72E3
(125,114,227)
#8980E5
(137,128,229)
#958EE7
(149,142,231)
#A19CE9
(161,156,233)
#ADAAEB
(173,170,235)
#B9B8ED
(185,184,237)
#C5C6EF
(197,198,239)
#D1D4F1
(209,212,241)
#DDE2F3
(221,226,243)
#E9F0F5
(233,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7164E1 color. Also use rgb(113,100,225) instead hex code.

Text Font Color

.myTextColor { color: #7164E1; }

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

This text font color is #7164E1.


Background Color

.myBgColor { background-color: #7164E1; }

<div style="background-color:#7164E1">Inner text</div>

This div background color is #7164E1.


Border color

.myBorderColor { border: 1px solid #7164E1; }

<div style="border:3px solid #7164E1">Div</div>

This div border color is #7164E1.


Opacity

.myOpacity80 { color: #7164E1; opacity: 0.8; }

<p style="color:#7164E1;opacity:0.8;">80%</p>

Text with #7164E1 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 #7164E1;}

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

This text has shadow with #7164E1 color.

.textShadow {text-shadow: 3px 3px 1px #7164E1, 3px 3px 1px red;}

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

This text has shadow with #7164E1 primary color and red secondary color.


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

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

This text has shadow with #7164E1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7164E1 on black background.


Color preview on white background

This text has color #7164E1 on white background.



Black color preview on #7164E1 background

This text has black color on #7164E1 background.


White color preview on #7164E1 background

This text has white color on #7164E1 background.