COLOR #7D3FA3

HEX: #7D3FA3 RGB: (125,63,163)

Color info

#7D3FA3 contains mainly red and blue colors. Web safe color of #7D3FA3 is #663399 (or #639).

RGB color model

#7D3FA3 color RGB value is (125,63,163).

RGB: (125,63,163) (49%, 25%, 64%)

RGB channels and saturation

R 125 of 255 = 49%
G 63 of 255 = 25%
B 163 of 255 = 64%

125
63
163

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

Portions of RGB colors in percentages

R + G + B = 125 + 63 + 163 = 351 (100%)
R 125 of 351 ~ 35.61%
G 63 of 351 ~ 17.95%
B 163 of 351 ~ 46.44'%

%35.61
%17.95
%46.44

CMYK color model

#7D3FA3 color CMYK value is (23,61,0,36).

  • cyan value is 23.31%
  • magenta value is 61.35%
  • yellow value is 0.00%
  • key color value is 36.08%

CMYK: (23,61,0,36)
C23M61Y0K36 (23%, 61%, 0%, 36%)
(0.23 / 0.61 / 0.00 / 0.36)

CMYK percentages

%23.31
%61.35
%0
%36.08

Codes

Color #7D3FA3 in popluar color models

7D 3F A3
RGB 125 63 163
HSL 277° 44.25% 44.31%
HSB/HSV 277° 61.35% 63.92%
CMYK 23.31% 61.35% 0.00%
36.08%

Color #7D3FA3 in popluar number systems.

HEX 7D 3F A3
Decimal 125 63 163
Binary 1111101 111111 10100011
Octal 175 77 243

Shades and tints

Shades of #7D3FA3

#7D3FA3
(125,63,163)
#723A95
(114,58,149)
#673587
(103,53,135)
#5C3079
(92,48,121)
#512B6B
(81,43,107)
#46265D
(70,38,93)
#3B214F
(59,33,79)
#301C41
(48,28,65)
#251733
(37,23,51)
#1A1225
(26,18,37)
#0F0D17
(15,13,23)
#000000
(0,0,0)

Tints of #7D3FA3

#7D3FA3
(125,63,163)
#8850AB
(136,80,171)
#9361B3
(147,97,179)
#9E72BB
(158,114,187)
#A983C3
(169,131,195)
#B494CB
(180,148,203)
#BFA5D3
(191,165,211)
#CAB6DB
(202,182,219)
#D5C7E3
(213,199,227)
#E0D8EB
(224,216,235)
#EBE9F3
(235,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D3FA3 color. Also use rgb(125,63,163) instead hex code.

Text Font Color

.myTextColor { color: #7D3FA3; }

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

This text font color is #7D3FA3.

Background Color

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

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

This div background color is #7D3FA3.

Border color

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

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

This div border color is #7D3FA3.

Opacity

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

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

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

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

This text has shadow with #7D3FA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D3FA3.

Preview

Color preview on black background

This text has color #7D3FA3 on black background.


Color preview on white background

This text has color #7D3FA3 on white background.


Black color preview on #7D3FA3 background

This text has black color on #7D3FA3 background.


White color preview on #7D3FA3 background

This text has white color on #7D3FA3 background.


Related colors

Complementary color

Complementary color for #hex is #82C05C.


I love getcolorcode.com

Triadic colors

1 #A37D3F and #3FA37D with #7D3FA3 are triadic colors.

2 #A33F7D and #3F7DA3 with #7D3FA3 are triadic colors.