COLOR #763ECA

HEX: #763ECA RGB: (118,62,202)

Color info

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

RGB color model

#763ECA color RGB value is (118,62,202).

RGB: (118,62,202) (46%, 24%, 79%)

RGB channels and saturation

R 118 of 255 = 46%
G 62 of 255 = 24%
B 202 of 255 = 79%

118
62
202

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

Portions of RGB colors in percentages

R + G + B = 118 + 62 + 202 = 382 (100%)
R 118 of 382 ~ 30.89%
G 62 of 382 ~ 16.23%
B 202 of 382 ~ 52.88'%

%30.89
%16.23
%52.88

CMYK color model

#763ECA color CMYK value is (42,69,0,21).

  • cyan value is 41.58%
  • magenta value is 69.31%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (42,69,0,21) C42M69Y0K21 (42%,69%,0%,21%) (0.42/0.69/0.00/0.21) 

CMYK percentages

%41.58
%69.31
%0
%20.78

Codes

Color #763ECA in popluar color models

76 3E CA
RGB 118 62 202
HSL 264° 56.91% 51.76%
HSB/HSV 264° 69.31% 79.22%
CMYK 41.58% 69.31% 0.00%
20.78%

Color #763ECA in popluar number systems.

HEX 76 3E CA
Decimal 118 62 202
Binary 1110110 111110 11001010
Octal 166 76 312

Shades and tints

Shades of #763ECA

#763ECA
(118,62,202)
#6C39B8
(108,57,184)
#6234A6
(98,52,166)
#582F94
(88,47,148)
#4E2A82
(78,42,130)
#442570
(68,37,112)
#3A205E
(58,32,94)
#301B4C
(48,27,76)
#26163A
(38,22,58)
#1C1128
(28,17,40)
#120C16
(18,12,22)
#000000
(0,0,0)

Tints of #763ECA

#763ECA
(118,62,202)
#824FCE
(130,79,206)
#8E60D2
(142,96,210)
#9A71D6
(154,113,214)
#A682DA
(166,130,218)
#B293DE
(178,147,222)
#BEA4E2
(190,164,226)
#CAB5E6
(202,181,230)
#D6C6EA
(214,198,234)
#E2D7EE
(226,215,238)
#EEE8F2
(238,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #763ECA color. Also use rgb(118,62,202) instead hex code.

Text Font Color

.myTextColor { color: #763ECA; }

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

This text font color is #763ECA.

Background Color

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

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

This div background color is #763ECA.

Border color

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

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

This div border color is #763ECA.

Opacity

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

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

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

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

This text has shadow with #763ECA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #763ECA.

Preview

Color preview on black background

This text has color #763ECA on black background.


Color preview on white background

This text has color #763ECA on white background.


Black color preview on #763ECA background

This text has black color on #763ECA background.


White color preview on #763ECA background

This text has white color on #763ECA background.


Related colors

Complementary color

Complementary color for #hex is #89C135.


I love getcolorcode.com

Triadic colors

1 #CA763E and #3ECA76 with #763ECA are triadic colors.

2 #CA3E76 and #3E76CA with #763ECA are triadic colors.