COLOR #7D45BE

HEX: #7D45BE RGB: (125,69,190)

Color info

#7D45BE contains mainly blue color. Web safe color of #7D45BE is #6633CC (or #63C).

RGB color model

#7D45BE color RGB value is (125,69,190).

RGB: (125,69,190) (49%, 27%, 75%)

RGB channels and saturation

R 125 of 255 = 49%
G 69 of 255 = 27%
B 190 of 255 = 75%

125
69
190

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

Portions of RGB colors in percentages

R + G + B = 125 + 69 + 190 = 384 (100%)
R 125 of 384 ~ 32.55%
G 69 of 384 ~ 17.97%
B 190 of 384 ~ 49.48'%

%32.55
%17.97
%49.48

CMYK color model

#7D45BE color CMYK value is (34,64,0,25).

  • cyan value is 34.21%
  • magenta value is 63.68%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (34,64,0,25)
C34M64Y0K25 (34%, 64%, 0%, 25%)
(0.34 / 0.64 / 0.00 / 0.25)

CMYK percentages

%34.21
%63.68
%0
%25.49

Codes

Color #7D45BE in popluar color models

7D 45 BE
RGB 125 69 190
HSL 268° 48.21% 50.78%
HSB/HSV 268° 63.68% 74.51%
CMYK 34.21% 63.68% 0.00%
25.49%

Color #7D45BE in popluar number systems.

HEX 7D 45 BE
Decimal 125 69 190
Binary 1111101 1000101 10111110
Octal 175 105 276

Shades and tints

Shades of #7D45BE

#7D45BE
(125,69,190)
#723FAD
(114,63,173)
#67399C
(103,57,156)
#5C338B
(92,51,139)
#512D7A
(81,45,122)
#462769
(70,39,105)
#3B2158
(59,33,88)
#301B47
(48,27,71)
#251536
(37,21,54)
#1A0F25
(26,15,37)
#0F0914
(15,9,20)
#000000
(0,0,0)

Tints of #7D45BE

#7D45BE
(125,69,190)
#8855C3
(136,85,195)
#9365C8
(147,101,200)
#9E75CD
(158,117,205)
#A985D2
(169,133,210)
#B495D7
(180,149,215)
#BFA5DC
(191,165,220)
#CAB5E1
(202,181,225)
#D5C5E6
(213,197,230)
#E0D5EB
(224,213,235)
#EBE5F0
(235,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D45BE color. Also use rgb(125,69,190) instead hex code.

Text Font Color

.myTextColor { color: #7D45BE; }

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

This text font color is #7D45BE.

Background Color

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

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

This div background color is #7D45BE.

Border color

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

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

This div border color is #7D45BE.

Opacity

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

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

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

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

This text has shadow with #7D45BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D45BE.

Preview

Color preview on black background

This text has color #7D45BE on black background.


Color preview on white background

This text has color #7D45BE on white background.


Black color preview on #7D45BE background

This text has black color on #7D45BE background.


White color preview on #7D45BE background

This text has white color on #7D45BE background.


Related colors

Complementary color

Complementary color for #hex is #82BA41.


I love getcolorcode.com

Triadic colors

1 #BE7D45 and #45BE7D with #7D45BE are triadic colors.

2 #BE457D and #457DBE with #7D45BE are triadic colors.