COLOR #761FC6

HEX: #761FC6
RGB: (118,31,198)

Color info

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

RGB color model

#761FC6 color RGB value is (118,31,198).

  • red value is 118;
  • green value is 31;
  • blue value is 198.
RGB:
(118,31,198)
(46%,12%,78%)

RGB channels and saturation

R 118 of 255 = 46%
G 31 of 255 = 12%
B 198 of 255 = 78%

118
31
198

R + G + B ~ 45%. #761FC6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 31 + 198 = 347 (100%)
R 118 of 347 ~ 34.01%
G 31 of 347 ~ 8.93%
B 198 of 347 ~ 57.06%

%34.01
%57.06

CMYK color model

#761FC6 color CMYK value is (40,84,0,22).

  • cyan value is 40.40%
  • magenta value is 84.34%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(40,84,0,22)
C40M84Y0K22 
(40%,84%,0%,22%)
(0.40/0.84/0.00/0.22)	

CMYK percentages

%40.4
%84.34
%0
%22.35

Codes

Color #761FC6 in popluar color models

761FC6
RGB11831198
HSL271°72.93%44.90%
HSB/HSV271°84.34%77.65%
CMYK40.40%84.34%0.00%
22.35%

Color #761FC6 in popluar number systems.

HEX761FC6
Decimal11831198
Binary11101101111111000110
Octal16637306

Shades and tints

Shades of #761FC6

#761FC6
(118,31,198)
#6C1DB4
(108,29,180)
#621BA2
(98,27,162)
#581990
(88,25,144)
#4E177E
(78,23,126)
#44156C
(68,21,108)
#3A135A
(58,19,90)
#301148
(48,17,72)
#260F36
(38,15,54)
#1C0D24
(28,13,36)
#120B12
(18,11,18)
#000000
(0,0,0)

Tints of #761FC6

#761FC6
(118,31,198)
#8233CB
(130,51,203)
#8E47D0
(142,71,208)
#9A5BD5
(154,91,213)
#A66FDA
(166,111,218)
#B283DF
(178,131,223)
#BE97E4
(190,151,228)
#CAABE9
(202,171,233)
#D6BFEE
(214,191,238)
#E2D3F3
(226,211,243)
#EEE7F8
(238,231,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #761FC6 color. Also use rgb(118,31,198) instead hex code.

Text Font Color

.myTextColor { color: #761FC6; }

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

This text font color is #761FC6.


Background Color

.myBgColor { background-color: #761FC6; }

<div style="background-color:#761FC6">Inner text</div>

This div background color is #761FC6.


Border color

.myBorderColor { border: 1px solid #761FC6; }

<div style="border:3px solid #761FC6">Div</div>

This div border color is #761FC6.


Opacity

.myOpacity80 { color: #761FC6; opacity: 0.8; }

<p style="color:#761FC6;opacity:0.8;">80%</p>

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

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

This text has shadow with #761FC6 color.

.textShadow {text-shadow: 3px 3px 1px #761FC6, 3px 3px 1px red;}

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

This text has shadow with #761FC6 primary color and red secondary color.


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

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

This text has shadow with #761FC6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #761FC6 on black background.


Color preview on white background

This text has color #761FC6 on white background.



Black color preview on #761FC6 background

This text has black color on #761FC6 background.


White color preview on #761FC6 background

This text has white color on #761FC6 background.