COLOR #7D1DAB

HEX: #7D1DAB
RGB: (125,29,171)

Color info

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

RGB color model

#7D1DAB color RGB value is (125,29,171).

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

RGB channels and saturation

R 125 of 255 = 49%
G 29 of 255 = 11%
B 171 of 255 = 67%

125
29
171

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

Portions of RGB colors in percentages

R + G + B =
125 + 29 + 171 = 325 (100%)
R 125 of 325 ~ 38.46%
G 29 of 325 ~ 8.92%
B 171 of 325 ~ 52.62%

%38.46
%52.62

CMYK color model

#7D1DAB color CMYK value is (27,83,0,33).

  • cyan value is 26.90%
  • magenta value is 83.04%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(27,83,0,33)
C27M83Y0K33 
(27%,83%,0%,33%)
(0.27/0.83/0.00/0.33)	

CMYK percentages

%26.9
%83.04
%0
%32.94

Codes

Color #7D1DAB in popluar color models

7D1DAB
RGB12529171
HSL281°71.00%39.22%
HSB/HSV281°83.04%67.06%
CMYK26.90%83.04%0.00%
32.94%

Color #7D1DAB in popluar number systems.

HEX7D1DAB
Decimal12529171
Binary11111011110110101011
Octal17535253

Shades and tints

Shades of #7D1DAB

#7D1DAB
(125,29,171)
#721B9C
(114,27,156)
#67198D
(103,25,141)
#5C177E
(92,23,126)
#51156F
(81,21,111)
#461360
(70,19,96)
#3B1151
(59,17,81)
#300F42
(48,15,66)
#250D33
(37,13,51)
#1A0B24
(26,11,36)
#0F0915
(15,9,21)
#000000
(0,0,0)

Tints of #7D1DAB

#7D1DAB
(125,29,171)
#8831B2
(136,49,178)
#9345B9
(147,69,185)
#9E59C0
(158,89,192)
#A96DC7
(169,109,199)
#B481CE
(180,129,206)
#BF95D5
(191,149,213)
#CAA9DC
(202,169,220)
#D5BDE3
(213,189,227)
#E0D1EA
(224,209,234)
#EBE5F1
(235,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D1DAB; }

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

This text font color is #7D1DAB.


Background Color

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

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

This div background color is #7D1DAB.


Border color

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

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

This div border color is #7D1DAB.


Opacity

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

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

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

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

This text has shadow with #7D1DAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D1DAB on black background.


Color preview on white background

This text has color #7D1DAB on white background.



Black color preview on #7D1DAB background

This text has black color on #7D1DAB background.


White color preview on #7D1DAB background

This text has white color on #7D1DAB background.