COLOR #7D3DBE

HEX: #7D3DBE RGB: (125,61,190)

Color info

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

RGB color model

#7D3DBE color RGB value is (125,61,190).

RGB: (125,61,190) (49%, 24%, 75%)

RGB channels and saturation

R 125 of 255 = 49%
G 61 of 255 = 24%
B 190 of 255 = 75%

125
61
190

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

Portions of RGB colors in percentages

R + G + B = 125 + 61 + 190 = 376 (100%)
R 125 of 376 ~ 33.24%
G 61 of 376 ~ 16.22%
B 190 of 376 ~ 50.53'%

%33.24
%16.22
%50.53

CMYK color model

#7D3DBE color CMYK value is (34,68,0,25).

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

CMYK: (34,68,0,25)
C34M68Y0K25 (34%, 68%, 0%, 25%)
(0.34 / 0.68 / 0.00 / 0.25)

CMYK percentages

%34.21
%67.89
%0
%25.49

Codes

Color #7D3DBE in popluar color models

7D 3D BE
RGB 125 61 190
HSL 270° 51.39% 49.22%
HSB/HSV 270° 67.89% 74.51%
CMYK 34.21% 67.89% 0.00%
25.49%

Color #7D3DBE in popluar number systems.

HEX 7D 3D BE
Decimal 125 61 190
Binary 1111101 111101 10111110
Octal 175 75 276

Shades and tints

Shades of #7D3DBE

#7D3DBE
(125,61,190)
#7238AD
(114,56,173)
#67339C
(103,51,156)
#5C2E8B
(92,46,139)
#51297A
(81,41,122)
#462469
(70,36,105)
#3B1F58
(59,31,88)
#301A47
(48,26,71)
#251536
(37,21,54)
#1A1025
(26,16,37)
#0F0B14
(15,11,20)
#000000
(0,0,0)

Tints of #7D3DBE

#7D3DBE
(125,61,190)
#884EC3
(136,78,195)
#935FC8
(147,95,200)
#9E70CD
(158,112,205)
#A981D2
(169,129,210)
#B492D7
(180,146,215)
#BFA3DC
(191,163,220)
#CAB4E1
(202,180,225)
#D5C5E6
(213,197,230)
#E0D6EB
(224,214,235)
#EBE7F0
(235,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D3DBE; }

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

This text font color is #7D3DBE.

Background Color

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

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

This div background color is #7D3DBE.

Border color

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

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

This div border color is #7D3DBE.

Opacity

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

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

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

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

This text has shadow with #7D3DBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D3DBE.

Preview

Color preview on black background

This text has color #7D3DBE on black background.


Color preview on white background

This text has color #7D3DBE on white background.


Black color preview on #7D3DBE background

This text has black color on #7D3DBE background.


White color preview on #7D3DBE background

This text has white color on #7D3DBE background.


Related colors

Complementary color

Complementary color for #7D3DBE is #82C241.


I love getcolorcode.com

Triadic colors

1 #BE7D3D and #3DBE7D with #7D3DBE are triadic colors.

2 #BE3D7D and #3D7DBE with #7D3DBE are triadic colors.