COLOR #7413C3

HEX: #7413C3
RGB: (116,19,195)

Color info

#7413C3 contains mainly blue color. Web safe color of #7413C3 is #6600CC (or #60C).

RGB color model

#7413C3 color RGB value is (116,19,195).

  • red value is 116;
  • green value is 19;
  • blue value is 195.
RGB:
(116,19,195)
(45%,7%,76%)

RGB channels and saturation

R 116 of 255 = 45%
G 19 of 255 = 7%
B 195 of 255 = 76%

116
19
195

R + G + B ~ 43%. #7413C3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 19 + 195 = 330 (100%)
R 116 of 330 ~ 35.15%
G 19 of 330 ~ 5.76%
B 195 of 330 ~ 59.09%

%35.15
%59.09

CMYK color model

#7413C3 color CMYK value is (41,90,0,24).

  • cyan value is 40.51%
  • magenta value is 90.26%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(41,90,0,24)
C41M90Y0K24 
(41%,90%,0%,24%)
(0.41/0.90/0.00/0.24)	

CMYK percentages

%40.51
%90.26
%0
%23.53

Codes

Color #7413C3 in popluar color models

7413C3
RGB11619195
HSL273°82.24%41.96%
HSB/HSV273°90.26%76.47%
CMYK40.51%90.26%0.00%
23.53%

Color #7413C3 in popluar number systems.

HEX7413C3
Decimal11619195
Binary11101001001111000011
Octal16423303

Shades and tints

Shades of #7413C3

#7413C3
(116,19,195)
#6A12B2
(106,18,178)
#6011A1
(96,17,161)
#561090
(86,16,144)
#4C0F7F
(76,15,127)
#420E6E
(66,14,110)
#380D5D
(56,13,93)
#2E0C4C
(46,12,76)
#240B3B
(36,11,59)
#1A0A2A
(26,10,42)
#100919
(16,9,25)
#000000
(0,0,0)

Tints of #7413C3

#7413C3
(116,19,195)
#8028C8
(128,40,200)
#8C3DCD
(140,61,205)
#9852D2
(152,82,210)
#A467D7
(164,103,215)
#B07CDC
(176,124,220)
#BC91E1
(188,145,225)
#C8A6E6
(200,166,230)
#D4BBEB
(212,187,235)
#E0D0F0
(224,208,240)
#ECE5F5
(236,229,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7413C3 color. Also use rgb(116,19,195) instead hex code.

Text Font Color

.myTextColor { color: #7413C3; }

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

This text font color is #7413C3.


Background Color

.myBgColor { background-color: #7413C3; }

<div style="background-color:#7413C3">Inner text</div>

This div background color is #7413C3.


Border color

.myBorderColor { border: 1px solid #7413C3; }

<div style="border:3px solid #7413C3">Div</div>

This div border color is #7413C3.


Opacity

.myOpacity80 { color: #7413C3; opacity: 0.8; }

<p style="color:#7413C3;opacity:0.8;">80%</p>

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

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

This text has shadow with #7413C3 color.

.textShadow {text-shadow: 3px 3px 1px #7413C3, 3px 3px 1px red;}

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

This text has shadow with #7413C3 primary color and red secondary color.


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

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

This text has shadow with #7413C3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7413C3 on black background.


Color preview on white background

This text has color #7413C3 on white background.



Black color preview on #7413C3 background

This text has black color on #7413C3 background.


White color preview on #7413C3 background

This text has white color on #7413C3 background.