COLOR #7361F6

HEX: #7361F6 RGB: (115,97,246)

Color info

#7361F6 contains mainly blue color. Web safe color of #7361F6 is #6666FF (or #66F).

RGB color model

#7361F6 color RGB value is (115,97,246).

RGB: (115,97,246) (45%, 38%, 96%)

RGB channels and saturation

R 115 of 255 = 45%
G 97 of 255 = 38%
B 246 of 255 = 96%

115
97
246

R + G + B ~ 60%. #7361F6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 97 + 246 = 458 (100%)
R 115 of 458 ~ 25.11%
G 97 of 458 ~ 21.18%
B 246 of 458 ~ 53.71'%

%25.11
%21.18
%53.71

CMYK color model

#7361F6 color CMYK value is (53,61,0,4).

  • cyan value is 53.25%
  • magenta value is 60.57%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (53,61,0,4)
C53M61Y0K4 (53%, 61%, 0%, 4%)
(0.53 / 0.61 / 0.00 / 0.04)

CMYK percentages

%53.25
%60.57
%0
%3.53

Codes

Color #7361F6 in popluar color models

73 61 F6
RGB 115 97 246
HSL 247° 89.22% 67.25%
HSB/HSV 247° 60.57% 96.47%
CMYK 53.25% 60.57% 0.00%
3.53%

Color #7361F6 in popluar number systems.

HEX 73 61 F6
Decimal 115 97 246
Binary 1110011 1100001 11110110
Octal 163 141 366

Shades and tints

Shades of #7361F6

#7361F6
(115,97,246)
#6959E0
(105,89,224)
#5F51CA
(95,81,202)
#5549B4
(85,73,180)
#4B419E
(75,65,158)
#413988
(65,57,136)
#373172
(55,49,114)
#2D295C
(45,41,92)
#232146
(35,33,70)
#191930
(25,25,48)
#0F111A
(15,17,26)
#000000
(0,0,0)

Tints of #7361F6

#7361F6
(115,97,246)
#7F6FF6
(127,111,246)
#8B7DF6
(139,125,246)
#978BF6
(151,139,246)
#A399F6
(163,153,246)
#AFA7F6
(175,167,246)
#BBB5F6
(187,181,246)
#C7C3F6
(199,195,246)
#D3D1F6
(211,209,246)
#DFDFF6
(223,223,246)
#EBEDF6
(235,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7361F6 color. Also use rgb(115,97,246) instead hex code.

Text Font Color

.myTextColor { color: #7361F6; }

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

This text font color is #7361F6.

Background Color

.myBgColor { background-color: #7361F6; }

<div style="background-color:#7361F6">Inner text</div>

This div background color is #7361F6.

Border color

.myBorderColor { border: 1px solid #7361F6; }

<div style="border:3px solid #7361F6">Div</div>

This div border color is #7361F6.

Opacity

.myOpacity80 { color: #7361F6; opacity: 0.8; }

<p style="color:#7361F6;opacity:0.8;">80%</p>

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

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

This text has shadow with #7361F6 color.


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

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

This text has shadow with #7361F6 primary color and red secondary color.


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

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

This text has shadow with #7361F6 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7361F6.

Preview

Color preview on black background

This text has color #7361F6 on black background.


Color preview on white background

This text has color #7361F6 on white background.


Black color preview on #7361F6 background

This text has black color on #7361F6 background.


White color preview on #7361F6 background

This text has white color on #7361F6 background.


Related colors

Complementary color

Complementary color for #hex is #8C9E09.


I love getcolorcode.com

Triadic colors

1 #F67361 and #61F673 with #7361F6 are triadic colors.

2 #F66173 and #6173F6 with #7361F6 are triadic colors.