COLOR #761C8A

HEX: #761C8A
RGB: (118,28,138)

Color info

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

RGB color model

#761C8A color RGB value is (118,28,138).

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

RGB channels and saturation

R 118 of 255 = 46%
G 28 of 255 = 11%
B 138 of 255 = 54%

118
28
138

R + G + B ~ 37%. #761C8A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 28 + 138 = 284 (100%)
R 118 of 284 ~ 41.55%
G 28 of 284 ~ 9.86%
B 138 of 284 ~ 48.59%

%41.55
%9.86
%48.59

CMYK color model

#761C8A color CMYK value is (14,80,0,46).

  • cyan value is 14.49%
  • magenta value is 79.71%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(14,80,0,46)
C14M80Y0K46 
(14%,80%,0%,46%)
(0.14/0.80/0.00/0.46)	

CMYK percentages

%14.49
%79.71
%0
%45.88

Codes

Color #761C8A in popluar color models

761C8A
RGB11828138
HSL289°66.27%32.55%
HSB/HSV289°79.71%54.12%
CMYK14.49%79.71%0.00%
45.88%

Color #761C8A in popluar number systems.

HEX761C8A
Decimal11828138
Binary11101101110010001010
Octal16634212

Shades and tints

Shades of #761C8A

#761C8A
(118,28,138)
#6C1A7E
(108,26,126)
#621872
(98,24,114)
#581666
(88,22,102)
#4E145A
(78,20,90)
#44124E
(68,18,78)
#3A1042
(58,16,66)
#300E36
(48,14,54)
#260C2A
(38,12,42)
#1C0A1E
(28,10,30)
#120812
(18,8,18)
#000000
(0,0,0)

Tints of #761C8A

#761C8A
(118,28,138)
#823094
(130,48,148)
#8E449E
(142,68,158)
#9A58A8
(154,88,168)
#A66CB2
(166,108,178)
#B280BC
(178,128,188)
#BE94C6
(190,148,198)
#CAA8D0
(202,168,208)
#D6BCDA
(214,188,218)
#E2D0E4
(226,208,228)
#EEE4EE
(238,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #761C8A; }

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

This text font color is #761C8A.


Background Color

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

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

This div background color is #761C8A.


Border color

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

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

This div border color is #761C8A.


Opacity

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

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

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

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

This text has shadow with #761C8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #761C8A on black background.


Color preview on white background

This text has color #761C8A on white background.



Black color preview on #761C8A background

This text has black color on #761C8A background.


White color preview on #761C8A background

This text has white color on #761C8A background.