COLOR #7D29E7

HEX: #7D29E7
RGB: (125,41,231)

Color info

#7D29E7 contains mainly blue color. Web safe color of #7D29E7 is #6633FF (or #63F).

RGB color model

#7D29E7 color RGB value is (125,41,231).

  • red value is 125;
  • green value is 41;
  • blue value is 231.
RGB:
(125,41,231)
(49%,16%,91%)

RGB channels and saturation

R 125 of 255 = 49%
G 41 of 255 = 16%
B 231 of 255 = 91%

125
41
231

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

Portions of RGB colors in percentages

R + G + B =
125 + 41 + 231 = 397 (100%)
R 125 of 397 ~ 31.49%
G 41 of 397 ~ 10.33%
B 231 of 397 ~ 58.19%

%31.49
%10.33
%58.19

CMYK color model

#7D29E7 color CMYK value is (46,82,0,9).

  • cyan value is 45.89%
  • magenta value is 82.25%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(46,82,0,9)
C46M82Y0K9 
(46%,82%,0%,9%)
(0.46/0.82/0.00/0.09)	

CMYK percentages

%45.89
%82.25
%0
%9.41

Codes

Color #7D29E7 in popluar color models

7D29E7
RGB12541231
HSL267°79.83%53.33%
HSB/HSV267°82.25%90.59%
CMYK45.89%82.25%0.00%
9.41%

Color #7D29E7 in popluar number systems.

HEX7D29E7
Decimal12541231
Binary111110110100111100111
Octal17551347

Shades and tints

Shades of #7D29E7

#7D29E7
(125,41,231)
#7226D2
(114,38,210)
#6723BD
(103,35,189)
#5C20A8
(92,32,168)
#511D93
(81,29,147)
#461A7E
(70,26,126)
#3B1769
(59,23,105)
#301454
(48,20,84)
#25113F
(37,17,63)
#1A0E2A
(26,14,42)
#0F0B15
(15,11,21)
#000000
(0,0,0)

Tints of #7D29E7

#7D29E7
(125,41,231)
#883CE9
(136,60,233)
#934FEB
(147,79,235)
#9E62ED
(158,98,237)
#A975EF
(169,117,239)
#B488F1
(180,136,241)
#BF9BF3
(191,155,243)
#CAAEF5
(202,174,245)
#D5C1F7
(213,193,247)
#E0D4F9
(224,212,249)
#EBE7FB
(235,231,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D29E7 color. Also use rgb(125,41,231) instead hex code.

Text Font Color

.myTextColor { color: #7D29E7; }

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

This text font color is #7D29E7.


Background Color

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

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

This div background color is #7D29E7.


Border color

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

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

This div border color is #7D29E7.


Opacity

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

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

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

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

This text has shadow with #7D29E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D29E7 on black background.


Color preview on white background

This text has color #7D29E7 on white background.



Black color preview on #7D29E7 background

This text has black color on #7D29E7 background.


White color preview on #7D29E7 background

This text has white color on #7D29E7 background.