COLOR #7D3FC3

HEX: #7D3FC3
RGB: (125,63,195)

Color info

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

RGB color model

#7D3FC3 color RGB value is (125,63,195).

  • red value is 125;
  • green value is 63;
  • blue value is 195.
RGB:
(125,63,195)
(49%,25%,76%)

RGB channels and saturation

R 125 of 255 = 49%
G 63 of 255 = 25%
B 195 of 255 = 76%

125
63
195

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

Portions of RGB colors in percentages

R + G + B =
125 + 63 + 195 = 383 (100%)
R 125 of 383 ~ 32.64%
G 63 of 383 ~ 16.45%
B 195 of 383 ~ 50.91%

%32.64
%16.45
%50.91

CMYK color model

#7D3FC3 color CMYK value is (36,68,0,24).

  • cyan value is 35.90%
  • magenta value is 67.69%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(36,68,0,24)
C36M68Y0K24 
(36%,68%,0%,24%)
(0.36/0.68/0.00/0.24)	

CMYK percentages

%35.9
%67.69
%0
%23.53

Codes

Color #7D3FC3 in popluar color models

7D3FC3
RGB12563195
HSL268°52.38%50.59%
HSB/HSV268°67.69%76.47%
CMYK35.90%67.69%0.00%
23.53%

Color #7D3FC3 in popluar number systems.

HEX7D3FC3
Decimal12563195
Binary111110111111111000011
Octal17577303

Shades and tints

Shades of #7D3FC3

#7D3FC3
(125,63,195)
#723AB2
(114,58,178)
#6735A1
(103,53,161)
#5C3090
(92,48,144)
#512B7F
(81,43,127)
#46266E
(70,38,110)
#3B215D
(59,33,93)
#301C4C
(48,28,76)
#25173B
(37,23,59)
#1A122A
(26,18,42)
#0F0D19
(15,13,25)
#000000
(0,0,0)

Tints of #7D3FC3

#7D3FC3
(125,63,195)
#8850C8
(136,80,200)
#9361CD
(147,97,205)
#9E72D2
(158,114,210)
#A983D7
(169,131,215)
#B494DC
(180,148,220)
#BFA5E1
(191,165,225)
#CAB6E6
(202,182,230)
#D5C7EB
(213,199,235)
#E0D8F0
(224,216,240)
#EBE9F5
(235,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D3FC3; }

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

This text font color is #7D3FC3.


Background Color

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

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

This div background color is #7D3FC3.


Border color

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

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

This div border color is #7D3FC3.


Opacity

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

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

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

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

This text has shadow with #7D3FC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D3FC3 on black background.


Color preview on white background

This text has color #7D3FC3 on white background.



Black color preview on #7D3FC3 background

This text has black color on #7D3FC3 background.


White color preview on #7D3FC3 background

This text has white color on #7D3FC3 background.