COLOR #7D41C1

HEX: #7D41C1
RGB: (125,65,193)

Color info

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

RGB color model

#7D41C1 color RGB value is (125,65,193).

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

RGB channels and saturation

R 125 of 255 = 49%
G 65 of 255 = 25%
B 193 of 255 = 76%

125
65
193

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

Portions of RGB colors in percentages

R + G + B =
125 + 65 + 193 = 383 (100%)
R 125 of 383 ~ 32.64%
G 65 of 383 ~ 16.97%
B 193 of 383 ~ 50.39%

%32.64
%16.97
%50.39

CMYK color model

#7D41C1 color CMYK value is (35,66,0,24).

  • cyan value is 35.23%
  • magenta value is 66.32%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(35,66,0,24)
C35M66Y0K24 
(35%,66%,0%,24%)
(0.35/0.66/0.00/0.24)	

CMYK percentages

%35.23
%66.32
%0
%24.31

Codes

Color #7D41C1 in popluar color models

7D41C1
RGB12565193
HSL268°50.79%50.59%
HSB/HSV268°66.32%75.69%
CMYK35.23%66.32%0.00%
24.31%

Color #7D41C1 in popluar number systems.

HEX7D41C1
Decimal12565193
Binary1111101100000111000001
Octal175101301

Shades and tints

Shades of #7D41C1

#7D41C1
(125,65,193)
#723CB0
(114,60,176)
#67379F
(103,55,159)
#5C328E
(92,50,142)
#512D7D
(81,45,125)
#46286C
(70,40,108)
#3B235B
(59,35,91)
#301E4A
(48,30,74)
#251939
(37,25,57)
#1A1428
(26,20,40)
#0F0F17
(15,15,23)
#000000
(0,0,0)

Tints of #7D41C1

#7D41C1
(125,65,193)
#8852C6
(136,82,198)
#9363CB
(147,99,203)
#9E74D0
(158,116,208)
#A985D5
(169,133,213)
#B496DA
(180,150,218)
#BFA7DF
(191,167,223)
#CAB8E4
(202,184,228)
#D5C9E9
(213,201,233)
#E0DAEE
(224,218,238)
#EBEBF3
(235,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D41C1 color. Also use rgb(125,65,193) instead hex code.

Text Font Color

.myTextColor { color: #7D41C1; }

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

This text font color is #7D41C1.


Background Color

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

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

This div background color is #7D41C1.


Border color

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

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

This div border color is #7D41C1.


Opacity

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

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

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

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

This text has shadow with #7D41C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D41C1 on black background.


Color preview on white background

This text has color #7D41C1 on white background.



Black color preview on #7D41C1 background

This text has black color on #7D41C1 background.


White color preview on #7D41C1 background

This text has white color on #7D41C1 background.