COLOR #763CAC

HEX: #763CAC
RGB: (118,60,172)

Color info

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

RGB color model

#763CAC color RGB value is (118,60,172).

  • red value is 118;
  • green value is 60;
  • blue value is 172.
RGB:
(118,60,172)
(46%,24%,67%)

RGB channels and saturation

R 118 of 255 = 46%
G 60 of 255 = 24%
B 172 of 255 = 67%

118
60
172

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

Portions of RGB colors in percentages

R + G + B =
118 + 60 + 172 = 350 (100%)
R 118 of 350 ~ 33.71%
G 60 of 350 ~ 17.14%
B 172 of 350 ~ 49.14%

%33.71
%17.14
%49.14

CMYK color model

#763CAC color CMYK value is (31,65,0,33).

  • cyan value is 31.40%
  • magenta value is 65.12%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(31,65,0,33)
C31M65Y0K33 
(31%,65%,0%,33%)
(0.31/0.65/0.00/0.33)	

CMYK percentages

%31.4
%65.12
%0
%32.55

Codes

Color #763CAC in popluar color models

763CAC
RGB11860172
HSL271°48.28%45.49%
HSB/HSV271°65.12%67.45%
CMYK31.40%65.12%0.00%
32.55%

Color #763CAC in popluar number systems.

HEX763CAC
Decimal11860172
Binary111011011110010101100
Octal16674254

Shades and tints

Shades of #763CAC

#763CAC
(118,60,172)
#6C379D
(108,55,157)
#62328E
(98,50,142)
#582D7F
(88,45,127)
#4E2870
(78,40,112)
#442361
(68,35,97)
#3A1E52
(58,30,82)
#301943
(48,25,67)
#261434
(38,20,52)
#1C0F25
(28,15,37)
#120A16
(18,10,22)
#000000
(0,0,0)

Tints of #763CAC

#763CAC
(118,60,172)
#824DB3
(130,77,179)
#8E5EBA
(142,94,186)
#9A6FC1
(154,111,193)
#A680C8
(166,128,200)
#B291CF
(178,145,207)
#BEA2D6
(190,162,214)
#CAB3DD
(202,179,221)
#D6C4E4
(214,196,228)
#E2D5EB
(226,213,235)
#EEE6F2
(238,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #763CAC color. Also use rgb(118,60,172) instead hex code.

Text Font Color

.myTextColor { color: #763CAC; }

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

This text font color is #763CAC.


Background Color

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

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

This div background color is #763CAC.


Border color

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

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

This div border color is #763CAC.


Opacity

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

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

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

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

This text has shadow with #763CAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #763CAC on black background.


Color preview on white background

This text has color #763CAC on white background.



Black color preview on #763CAC background

This text has black color on #763CAC background.


White color preview on #763CAC background

This text has white color on #763CAC background.