COLOR #7837A7

HEX: #7837A7
RGB: (120,55,167)

Color info

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

RGB color model

#7837A7 color RGB value is (120,55,167).

  • red value is 120;
  • green value is 55;
  • blue value is 167.
RGB:
(120,55,167)
(47%,22%,65%)

RGB channels and saturation

R 120 of 255 = 47%
G 55 of 255 = 22%
B 167 of 255 = 65%

120
55
167

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

Portions of RGB colors in percentages

R + G + B =
120 + 55 + 167 = 342 (100%)
R 120 of 342 ~ 35.09%
G 55 of 342 ~ 16.08%
B 167 of 342 ~ 48.83%

%35.09
%16.08
%48.83

CMYK color model

#7837A7 color CMYK value is (28,67,0,35).

  • cyan value is 28.14%
  • magenta value is 67.07%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(28,67,0,35)
C28M67Y0K35 
(28%,67%,0%,35%)
(0.28/0.67/0.00/0.35)	

CMYK percentages

%28.14
%67.07
%0
%34.51

Codes

Color #7837A7 in popluar color models

7837A7
RGB12055167
HSL275°50.45%43.53%
HSB/HSV275°67.07%65.49%
CMYK28.14%67.07%0.00%
34.51%

Color #7837A7 in popluar number systems.

HEX7837A7
Decimal12055167
Binary111100011011110100111
Octal17067247

Shades and tints

Shades of #7837A7

#7837A7
(120,55,167)
#6E3298
(110,50,152)
#642D89
(100,45,137)
#5A287A
(90,40,122)
#50236B
(80,35,107)
#461E5C
(70,30,92)
#3C194D
(60,25,77)
#32143E
(50,20,62)
#280F2F
(40,15,47)
#1E0A20
(30,10,32)
#140511
(20,5,17)
#000000
(0,0,0)

Tints of #7837A7

#7837A7
(120,55,167)
#8449AF
(132,73,175)
#905BB7
(144,91,183)
#9C6DBF
(156,109,191)
#A87FC7
(168,127,199)
#B491CF
(180,145,207)
#C0A3D7
(192,163,215)
#CCB5DF
(204,181,223)
#D8C7E7
(216,199,231)
#E4D9EF
(228,217,239)
#F0EBF7
(240,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7837A7 color. Also use rgb(120,55,167) instead hex code.

Text Font Color

.myTextColor { color: #7837A7; }

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

This text font color is #7837A7.


Background Color

.myBgColor { background-color: #7837A7; }

<div style="background-color:#7837A7">Inner text</div>

This div background color is #7837A7.


Border color

.myBorderColor { border: 1px solid #7837A7; }

<div style="border:3px solid #7837A7">Div</div>

This div border color is #7837A7.


Opacity

.myOpacity80 { color: #7837A7; opacity: 0.8; }

<p style="color:#7837A7;opacity:0.8;">80%</p>

Text with #7837A7 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 #7837A7;}

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

This text has shadow with #7837A7 color.

.textShadow {text-shadow: 3px 3px 1px #7837A7, 3px 3px 1px red;}

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

This text has shadow with #7837A7 primary color and red secondary color.


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

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

This text has shadow with #7837A7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7837A7 on black background.


Color preview on white background

This text has color #7837A7 on white background.



Black color preview on #7837A7 background

This text has black color on #7837A7 background.


White color preview on #7837A7 background

This text has white color on #7837A7 background.