COLOR #761CAD

HEX: #761CAD
RGB: (118,28,173)

Color info

#761CAD contains mainly red and blue colors. Web safe color of #761CAD is #663399 (or #639).

RGB color model

#761CAD color RGB value is (118,28,173).

  • red value is 118;
  • green value is 28;
  • blue value is 173.
RGB:
(118,28,173)
(46%,11%,68%)

RGB channels and saturation

R 118 of 255 = 46%
G 28 of 255 = 11%
B 173 of 255 = 68%

118
28
173

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

Portions of RGB colors in percentages

R + G + B =
118 + 28 + 173 = 319 (100%)
R 118 of 319 ~ 36.99%
G 28 of 319 ~ 8.78%
B 173 of 319 ~ 54.23%

%36.99
%54.23

CMYK color model

#761CAD color CMYK value is (32,84,0,32).

  • cyan value is 31.79%
  • magenta value is 83.82%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(32,84,0,32)
C32M84Y0K32 
(32%,84%,0%,32%)
(0.32/0.84/0.00/0.32)	

CMYK percentages

%31.79
%83.82
%0
%32.16

Codes

Color #761CAD in popluar color models

761CAD
RGB11828173
HSL277°72.14%39.41%
HSB/HSV277°83.82%67.84%
CMYK31.79%83.82%0.00%
32.16%

Color #761CAD in popluar number systems.

HEX761CAD
Decimal11828173
Binary11101101110010101101
Octal16634255

Shades and tints

Shades of #761CAD

#761CAD
(118,28,173)
#6C1A9E
(108,26,158)
#62188F
(98,24,143)
#581680
(88,22,128)
#4E1471
(78,20,113)
#441262
(68,18,98)
#3A1053
(58,16,83)
#300E44
(48,14,68)
#260C35
(38,12,53)
#1C0A26
(28,10,38)
#120817
(18,8,23)
#000000
(0,0,0)

Tints of #761CAD

#761CAD
(118,28,173)
#8230B4
(130,48,180)
#8E44BB
(142,68,187)
#9A58C2
(154,88,194)
#A66CC9
(166,108,201)
#B280D0
(178,128,208)
#BE94D7
(190,148,215)
#CAA8DE
(202,168,222)
#D6BCE5
(214,188,229)
#E2D0EC
(226,208,236)
#EEE4F3
(238,228,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #761CAD color. Also use rgb(118,28,173) instead hex code.

Text Font Color

.myTextColor { color: #761CAD; }

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

This text font color is #761CAD.


Background Color

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

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

This div background color is #761CAD.


Border color

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

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

This div border color is #761CAD.


Opacity

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

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

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

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

This text has shadow with #761CAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #761CAD on black background.


Color preview on white background

This text has color #761CAD on white background.



Black color preview on #761CAD background

This text has black color on #761CAD background.


White color preview on #761CAD background

This text has white color on #761CAD background.