COLOR #7D37AB

HEX: #7D37AB
RGB: (125,55,171)

Color info

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

RGB color model

#7D37AB color RGB value is (125,55,171).

  • red value is 125;
  • green value is 55;
  • blue value is 171.
RGB:
(125,55,171)
(49%,22%,67%)

RGB channels and saturation

R 125 of 255 = 49%
G 55 of 255 = 22%
B 171 of 255 = 67%

125
55
171

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

Portions of RGB colors in percentages

R + G + B =
125 + 55 + 171 = 351 (100%)
R 125 of 351 ~ 35.61%
G 55 of 351 ~ 15.67%
B 171 of 351 ~ 48.72%

%35.61
%15.67
%48.72

CMYK color model

#7D37AB color CMYK value is (27,68,0,33).

  • cyan value is 26.90%
  • magenta value is 67.84%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(27,68,0,33)
C27M68Y0K33 
(27%,68%,0%,33%)
(0.27/0.68/0.00/0.33)	

CMYK percentages

%26.9
%67.84
%0
%32.94

Codes

Color #7D37AB in popluar color models

7D37AB
RGB12555171
HSL276°51.33%44.31%
HSB/HSV276°67.84%67.06%
CMYK26.90%67.84%0.00%
32.94%

Color #7D37AB in popluar number systems.

HEX7D37AB
Decimal12555171
Binary111110111011110101011
Octal17567253

Shades and tints

Shades of #7D37AB

#7D37AB
(125,55,171)
#72329C
(114,50,156)
#672D8D
(103,45,141)
#5C287E
(92,40,126)
#51236F
(81,35,111)
#461E60
(70,30,96)
#3B1951
(59,25,81)
#301442
(48,20,66)
#250F33
(37,15,51)
#1A0A24
(26,10,36)
#0F0515
(15,5,21)
#000000
(0,0,0)

Tints of #7D37AB

#7D37AB
(125,55,171)
#8849B2
(136,73,178)
#935BB9
(147,91,185)
#9E6DC0
(158,109,192)
#A97FC7
(169,127,199)
#B491CE
(180,145,206)
#BFA3D5
(191,163,213)
#CAB5DC
(202,181,220)
#D5C7E3
(213,199,227)
#E0D9EA
(224,217,234)
#EBEBF1
(235,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D37AB color. Also use rgb(125,55,171) instead hex code.

Text Font Color

.myTextColor { color: #7D37AB; }

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

This text font color is #7D37AB.


Background Color

.myBgColor { background-color: #7D37AB; }

<div style="background-color:#7D37AB">Inner text</div>

This div background color is #7D37AB.


Border color

.myBorderColor { border: 1px solid #7D37AB; }

<div style="border:3px solid #7D37AB">Div</div>

This div border color is #7D37AB.


Opacity

.myOpacity80 { color: #7D37AB; opacity: 0.8; }

<p style="color:#7D37AB;opacity:0.8;">80%</p>

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

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

This text has shadow with #7D37AB color.

.textShadow {text-shadow: 3px 3px 1px #7D37AB, 3px 3px 1px red;}

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

This text has shadow with #7D37AB primary color and red secondary color.


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

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

This text has shadow with #7D37AB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D37AB on black background.


Color preview on white background

This text has color #7D37AB on white background.



Black color preview on #7D37AB background

This text has black color on #7D37AB background.


White color preview on #7D37AB background

This text has white color on #7D37AB background.