COLOR #763A7D

HEX: #763A7D RGB: (118,58,125)

Color info

#763A7D contains mainly red and blue colors. Web safe color of #763A7D is #663366 (or #636).

RGB color model

#763A7D color RGB value is (118,58,125).

RGB: (118,58,125) (46%, 23%, 49%)

RGB channels and saturation

R 118 of 255 = 46%
G 58 of 255 = 23%
B 125 of 255 = 49%

118
58
125

R + G + B ~ 39%. #763A7D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 118 + 58 + 125 = 301 (100%)
R 118 of 301 ~ 39.2%
G 58 of 301 ~ 19.27%
B 125 of 301 ~ 41.53'%

%39.2
%19.27
%41.53

CMYK color model

#763A7D color CMYK value is (6,54,0,51).

  • cyan value is 5.60%
  • magenta value is 53.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK: (6,54,0,51) C6M54Y0K51 (6%,54%,0%,51%) (0.06/0.54/0.00/0.51) 

CMYK percentages

%5.6
%53.6
%0
%50.98

Codes

Color #763A7D in popluar color models

76 3A 7D
RGB 118 58 125
HSL 294° 36.61% 35.88%
HSB/HSV 294° 53.60% 49.02%
CMYK 5.60% 53.60% 0.00%
50.98%

Color #763A7D in popluar number systems.

HEX 76 3A 7D
Decimal 118 58 125
Binary 1110110 111010 1111101
Octal 166 72 175

Shades and tints

Shades of #763A7D

#763A7D
(118,58,125)
#6C3572
(108,53,114)
#623067
(98,48,103)
#582B5C
(88,43,92)
#4E2651
(78,38,81)
#442146
(68,33,70)
#3A1C3B
(58,28,59)
#301730
(48,23,48)
#261225
(38,18,37)
#1C0D1A
(28,13,26)
#12080F
(18,8,15)
#000000
(0,0,0)

Tints of #763A7D

#763A7D
(118,58,125)
#824B88
(130,75,136)
#8E5C93
(142,92,147)
#9A6D9E
(154,109,158)
#A67EA9
(166,126,169)
#B28FB4
(178,143,180)
#BEA0BF
(190,160,191)
#CAB1CA
(202,177,202)
#D6C2D5
(214,194,213)
#E2D3E0
(226,211,224)
#EEE4EB
(238,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #763A7D color. Also use rgb(118,58,125) instead hex code.

Text Font Color

.myTextColor { color: #763A7D; }

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

This text font color is #763A7D.

Background Color

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

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

This div background color is #763A7D.

Border color

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

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

This div border color is #763A7D.

Opacity

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

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

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

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

This text has shadow with #763A7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #763A7D.

Preview

Color preview on black background

This text has color #763A7D on black background.


Color preview on white background

This text has color #763A7D on white background.


Black color preview on #763A7D background

This text has black color on #763A7D background.


White color preview on #763A7D background

This text has white color on #763A7D background.


Related colors

Complementary color

Complementary color for #hex is #89C582.


I love getcolorcode.com

Triadic colors

1 #7D763A and #3A7D76 with #763A7D are triadic colors.

2 #7D3A76 and #3A767D with #763A7D are triadic colors.