COLOR #7841A5

HEX: #7841A5
RGB: (120,65,165)

Color info

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

RGB color model

#7841A5 color RGB value is (120,65,165).

  • red value is 120;
  • green value is 65;
  • blue value is 165.
RGB:
(120,65,165)
(47%,25%,65%)

RGB channels and saturation

R 120 of 255 = 47%
G 65 of 255 = 25%
B 165 of 255 = 65%

120
65
165

R + G + B ~ 46%. #7841A5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 65 + 165 = 350 (100%)
R 120 of 350 ~ 34.29%
G 65 of 350 ~ 18.57%
B 165 of 350 ~ 47.14%

%34.29
%18.57
%47.14

CMYK color model

#7841A5 color CMYK value is (27,61,0,35).

  • cyan value is 27.27%
  • magenta value is 60.61%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(27,61,0,35)
C27M61Y0K35 
(27%,61%,0%,35%)
(0.27/0.61/0.00/0.35)	

CMYK percentages

%27.27
%60.61
%0
%35.29

Codes

Color #7841A5 in popluar color models

7841A5
RGB12065165
HSL273°43.48%45.10%
HSB/HSV273°60.61%64.71%
CMYK27.27%60.61%0.00%
35.29%

Color #7841A5 in popluar number systems.

HEX7841A5
Decimal12065165
Binary1111000100000110100101
Octal170101245

Shades and tints

Shades of #7841A5

#7841A5
(120,65,165)
#6E3C96
(110,60,150)
#643787
(100,55,135)
#5A3278
(90,50,120)
#502D69
(80,45,105)
#46285A
(70,40,90)
#3C234B
(60,35,75)
#321E3C
(50,30,60)
#28192D
(40,25,45)
#1E141E
(30,20,30)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #7841A5

#7841A5
(120,65,165)
#8452AD
(132,82,173)
#9063B5
(144,99,181)
#9C74BD
(156,116,189)
#A885C5
(168,133,197)
#B496CD
(180,150,205)
#C0A7D5
(192,167,213)
#CCB8DD
(204,184,221)
#D8C9E5
(216,201,229)
#E4DAED
(228,218,237)
#F0EBF5
(240,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7841A5 color. Also use rgb(120,65,165) instead hex code.

Text Font Color

.myTextColor { color: #7841A5; }

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

This text font color is #7841A5.


Background Color

.myBgColor { background-color: #7841A5; }

<div style="background-color:#7841A5">Inner text</div>

This div background color is #7841A5.


Border color

.myBorderColor { border: 1px solid #7841A5; }

<div style="border:3px solid #7841A5">Div</div>

This div border color is #7841A5.


Opacity

.myOpacity80 { color: #7841A5; opacity: 0.8; }

<p style="color:#7841A5;opacity:0.8;">80%</p>

Text with #7841A5 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 #7841A5;}

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

This text has shadow with #7841A5 color.

.textShadow {text-shadow: 3px 3px 1px #7841A5, 3px 3px 1px red;}

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

This text has shadow with #7841A5 primary color and red secondary color.


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

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

This text has shadow with #7841A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7841A5 on black background.


Color preview on white background

This text has color #7841A5 on white background.



Black color preview on #7841A5 background

This text has black color on #7841A5 background.


White color preview on #7841A5 background

This text has white color on #7841A5 background.