COLOR #7D52B2

HEX: #7D52B2
RGB: (125,82,178)

Color info

#7D52B2 contains mainly red and blue colors. Web safe color of #7D52B2 is #666699 (or #669).

RGB color model

#7D52B2 color RGB value is (125,82,178).

  • red value is 125;
  • green value is 82;
  • blue value is 178.
RGB:
(125,82,178)
(49%,32%,70%)

RGB channels and saturation

R 125 of 255 = 49%
G 82 of 255 = 32%
B 178 of 255 = 70%

125
82
178

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

Portions of RGB colors in percentages

R + G + B =
125 + 82 + 178 = 385 (100%)
R 125 of 385 ~ 32.47%
G 82 of 385 ~ 21.3%
B 178 of 385 ~ 46.23%

%32.47
%21.3
%46.23

CMYK color model

#7D52B2 color CMYK value is (30,54,0,30).

  • cyan value is 29.78%
  • magenta value is 53.93%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(30,54,0,30)
C30M54Y0K30 
(30%,54%,0%,30%)
(0.30/0.54/0.00/0.30)	

CMYK percentages

%29.78
%53.93
%0
%30.2

Codes

Color #7D52B2 in popluar color models

7D52B2
RGB12582178
HSL267°38.40%50.98%
HSB/HSV267°53.93%69.80%
CMYK29.78%53.93%0.00%
30.20%

Color #7D52B2 in popluar number systems.

HEX7D52B2
Decimal12582178
Binary1111101101001010110010
Octal175122262

Shades and tints

Shades of #7D52B2

#7D52B2
(125,82,178)
#724BA2
(114,75,162)
#674492
(103,68,146)
#5C3D82
(92,61,130)
#513672
(81,54,114)
#462F62
(70,47,98)
#3B2852
(59,40,82)
#302142
(48,33,66)
#251A32
(37,26,50)
#1A1322
(26,19,34)
#0F0C12
(15,12,18)
#000000
(0,0,0)

Tints of #7D52B2

#7D52B2
(125,82,178)
#8861B9
(136,97,185)
#9370C0
(147,112,192)
#9E7FC7
(158,127,199)
#A98ECE
(169,142,206)
#B49DD5
(180,157,213)
#BFACDC
(191,172,220)
#CABBE3
(202,187,227)
#D5CAEA
(213,202,234)
#E0D9F1
(224,217,241)
#EBE8F8
(235,232,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D52B2 color. Also use rgb(125,82,178) instead hex code.

Text Font Color

.myTextColor { color: #7D52B2; }

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

This text font color is #7D52B2.


Background Color

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

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

This div background color is #7D52B2.


Border color

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

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

This div border color is #7D52B2.


Opacity

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

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

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

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

This text has shadow with #7D52B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D52B2 on black background.


Color preview on white background

This text has color #7D52B2 on white background.



Black color preview on #7D52B2 background

This text has black color on #7D52B2 background.


White color preview on #7D52B2 background

This text has white color on #7D52B2 background.