COLOR #7D50B7

HEX: #7D50B7
RGB: (125,80,183)

Color info

#7D50B7 contains mainly red and blue colors. Web safe color of #7D50B7 is #6666CC (or #66C).

RGB color model

#7D50B7 color RGB value is (125,80,183).

  • red value is 125;
  • green value is 80;
  • blue value is 183.
RGB:
(125,80,183)
(49%,31%,72%)

RGB channels and saturation

R 125 of 255 = 49%
G 80 of 255 = 31%
B 183 of 255 = 72%

125
80
183

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

Portions of RGB colors in percentages

R + G + B =
125 + 80 + 183 = 388 (100%)
R 125 of 388 ~ 32.22%
G 80 of 388 ~ 20.62%
B 183 of 388 ~ 47.16%

%32.22
%20.62
%47.16

CMYK color model

#7D50B7 color CMYK value is (32,56,0,28).

  • cyan value is 31.69%
  • magenta value is 56.28%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(32,56,0,28)
C32M56Y0K28 
(32%,56%,0%,28%)
(0.32/0.56/0.00/0.28)	

CMYK percentages

%31.69
%56.28
%0
%28.24

Codes

Color #7D50B7 in popluar color models

7D50B7
RGB12580183
HSL266°41.70%51.57%
HSB/HSV266°56.28%71.76%
CMYK31.69%56.28%0.00%
28.24%

Color #7D50B7 in popluar number systems.

HEX7D50B7
Decimal12580183
Binary1111101101000010110111
Octal175120267

Shades and tints

Shades of #7D50B7

#7D50B7
(125,80,183)
#7249A7
(114,73,167)
#674297
(103,66,151)
#5C3B87
(92,59,135)
#513477
(81,52,119)
#462D67
(70,45,103)
#3B2657
(59,38,87)
#301F47
(48,31,71)
#251837
(37,24,55)
#1A1127
(26,17,39)
#0F0A17
(15,10,23)
#000000
(0,0,0)

Tints of #7D50B7

#7D50B7
(125,80,183)
#885FBD
(136,95,189)
#936EC3
(147,110,195)
#9E7DC9
(158,125,201)
#A98CCF
(169,140,207)
#B49BD5
(180,155,213)
#BFAADB
(191,170,219)
#CAB9E1
(202,185,225)
#D5C8E7
(213,200,231)
#E0D7ED
(224,215,237)
#EBE6F3
(235,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D50B7 color. Also use rgb(125,80,183) instead hex code.

Text Font Color

.myTextColor { color: #7D50B7; }

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

This text font color is #7D50B7.


Background Color

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

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

This div background color is #7D50B7.


Border color

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

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

This div border color is #7D50B7.


Opacity

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

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

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

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

This text has shadow with #7D50B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D50B7 on black background.


Color preview on white background

This text has color #7D50B7 on white background.



Black color preview on #7D50B7 background

This text has black color on #7D50B7 background.


White color preview on #7D50B7 background

This text has white color on #7D50B7 background.