COLOR #763D8E

HEX: #763D8E
RGB: (118,61,142)

Color info

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

RGB color model

#763D8E color RGB value is (118,61,142).

  • red value is 118;
  • green value is 61;
  • blue value is 142.
RGB:
(118,61,142)
(46%,24%,56%)

RGB channels and saturation

R 118 of 255 = 46%
G 61 of 255 = 24%
B 142 of 255 = 56%

118
61
142

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

Portions of RGB colors in percentages

R + G + B =
118 + 61 + 142 = 321 (100%)
R 118 of 321 ~ 36.76%
G 61 of 321 ~ 19%
B 142 of 321 ~ 44.24%

%36.76
%19
%44.24

CMYK color model

#763D8E color CMYK value is (17,57,0,44).

  • cyan value is 16.90%
  • magenta value is 57.04%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(17,57,0,44)
C17M57Y0K44 
(17%,57%,0%,44%)
(0.17/0.57/0.00/0.44)	

CMYK percentages

%16.9
%57.04
%0
%44.31

Codes

Color #763D8E in popluar color models

763D8E
RGB11861142
HSL282°39.90%39.80%
HSB/HSV282°57.04%55.69%
CMYK16.90%57.04%0.00%
44.31%

Color #763D8E in popluar number systems.

HEX763D8E
Decimal11861142
Binary111011011110110001110
Octal16675216

Shades and tints

Shades of #763D8E

#763D8E
(118,61,142)
#6C3882
(108,56,130)
#623376
(98,51,118)
#582E6A
(88,46,106)
#4E295E
(78,41,94)
#442452
(68,36,82)
#3A1F46
(58,31,70)
#301A3A
(48,26,58)
#26152E
(38,21,46)
#1C1022
(28,16,34)
#120B16
(18,11,22)
#000000
(0,0,0)

Tints of #763D8E

#763D8E
(118,61,142)
#824E98
(130,78,152)
#8E5FA2
(142,95,162)
#9A70AC
(154,112,172)
#A681B6
(166,129,182)
#B292C0
(178,146,192)
#BEA3CA
(190,163,202)
#CAB4D4
(202,180,212)
#D6C5DE
(214,197,222)
#E2D6E8
(226,214,232)
#EEE7F2
(238,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #763D8E color. Also use rgb(118,61,142) instead hex code.

Text Font Color

.myTextColor { color: #763D8E; }

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

This text font color is #763D8E.


Background Color

.myBgColor { background-color: #763D8E; }

<div style="background-color:#763D8E">Inner text</div>

This div background color is #763D8E.


Border color

.myBorderColor { border: 1px solid #763D8E; }

<div style="border:3px solid #763D8E">Div</div>

This div border color is #763D8E.


Opacity

.myOpacity80 { color: #763D8E; opacity: 0.8; }

<p style="color:#763D8E;opacity:0.8;">80%</p>

Text with #763D8E 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 #763D8E;}

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

This text has shadow with #763D8E color.

.textShadow {text-shadow: 3px 3px 1px #763D8E, 3px 3px 1px red;}

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

This text has shadow with #763D8E primary color and red secondary color.


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

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

This text has shadow with #763D8E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #763D8E on black background.


Color preview on white background

This text has color #763D8E on white background.



Black color preview on #763D8E background

This text has black color on #763D8E background.


White color preview on #763D8E background

This text has white color on #763D8E background.