COLOR #7141A6

HEX: #7141A6
RGB: (113,65,166)

Color info

#7141A6 contains mainly red and blue colors. Web safe color of #7141A6 is #663399 (or #639).

RGB color model

#7141A6 color RGB value is (113,65,166).

  • red value is 113;
  • green value is 65;
  • blue value is 166.
RGB:
(113,65,166)
(44%,25%,65%)

RGB channels and saturation

R 113 of 255 = 44%
G 65 of 255 = 25%
B 166 of 255 = 65%

113
65
166

R + G + B ~ 45%. #7141A6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 65 + 166 = 344 (100%)
R 113 of 344 ~ 32.85%
G 65 of 344 ~ 18.9%
B 166 of 344 ~ 48.26%

%32.85
%18.9
%48.26

CMYK color model

#7141A6 color CMYK value is (32,61,0,35).

  • cyan value is 31.93%
  • magenta value is 60.84%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(32,61,0,35)
C32M61Y0K35 
(32%,61%,0%,35%)
(0.32/0.61/0.00/0.35)	

CMYK percentages

%31.93
%60.84
%0
%34.9

Codes

Color #7141A6 in popluar color models

7141A6
RGB11365166
HSL269°43.72%45.29%
HSB/HSV269°60.84%65.10%
CMYK31.93%60.84%0.00%
34.90%

Color #7141A6 in popluar number systems.

HEX7141A6
Decimal11365166
Binary1110001100000110100110
Octal161101246

Shades and tints

Shades of #7141A6

#7141A6
(113,65,166)
#673C97
(103,60,151)
#5D3788
(93,55,136)
#533279
(83,50,121)
#492D6A
(73,45,106)
#3F285B
(63,40,91)
#35234C
(53,35,76)
#2B1E3D
(43,30,61)
#21192E
(33,25,46)
#17141F
(23,20,31)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #7141A6

#7141A6
(113,65,166)
#7D52AE
(125,82,174)
#8963B6
(137,99,182)
#9574BE
(149,116,190)
#A185C6
(161,133,198)
#AD96CE
(173,150,206)
#B9A7D6
(185,167,214)
#C5B8DE
(197,184,222)
#D1C9E6
(209,201,230)
#DDDAEE
(221,218,238)
#E9EBF6
(233,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7141A6 color. Also use rgb(113,65,166) instead hex code.

Text Font Color

.myTextColor { color: #7141A6; }

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

This text font color is #7141A6.


Background Color

.myBgColor { background-color: #7141A6; }

<div style="background-color:#7141A6">Inner text</div>

This div background color is #7141A6.


Border color

.myBorderColor { border: 1px solid #7141A6; }

<div style="border:3px solid #7141A6">Div</div>

This div border color is #7141A6.


Opacity

.myOpacity80 { color: #7141A6; opacity: 0.8; }

<p style="color:#7141A6;opacity:0.8;">80%</p>

Text with #7141A6 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 #7141A6;}

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

This text has shadow with #7141A6 color.

.textShadow {text-shadow: 3px 3px 1px #7141A6, 3px 3px 1px red;}

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

This text has shadow with #7141A6 primary color and red secondary color.


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

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

This text has shadow with #7141A6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7141A6 on black background.


Color preview on white background

This text has color #7141A6 on white background.



Black color preview on #7141A6 background

This text has black color on #7141A6 background.


White color preview on #7141A6 background

This text has white color on #7141A6 background.