COLOR #763693

HEX: #763693
RGB: (118,54,147)

Color info

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

RGB color model

#763693 color RGB value is (118,54,147).

  • red value is 118;
  • green value is 54;
  • blue value is 147.
RGB:
(118,54,147)
(46%,21%,58%)

RGB channels and saturation

R 118 of 255 = 46%
G 54 of 255 = 21%
B 147 of 255 = 58%

118
54
147

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

Portions of RGB colors in percentages

R + G + B =
118 + 54 + 147 = 319 (100%)
R 118 of 319 ~ 36.99%
G 54 of 319 ~ 16.93%
B 147 of 319 ~ 46.08%

%36.99
%16.93
%46.08

CMYK color model

#763693 color CMYK value is (20,63,0,42).

  • cyan value is 19.73%
  • magenta value is 63.27%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(20,63,0,42)
C20M63Y0K42 
(20%,63%,0%,42%)
(0.20/0.63/0.00/0.42)	

CMYK percentages

%19.73
%63.27
%0
%42.35

Codes

Color #763693 in popluar color models

763693
RGB11854147
HSL281°46.27%39.41%
HSB/HSV281°63.27%57.65%
CMYK19.73%63.27%0.00%
42.35%

Color #763693 in popluar number systems.

HEX763693
Decimal11854147
Binary111011011011010010011
Octal16666223

Shades and tints

Shades of #763693

#763693
(118,54,147)
#6C3286
(108,50,134)
#622E79
(98,46,121)
#582A6C
(88,42,108)
#4E265F
(78,38,95)
#442252
(68,34,82)
#3A1E45
(58,30,69)
#301A38
(48,26,56)
#26162B
(38,22,43)
#1C121E
(28,18,30)
#120E11
(18,14,17)
#000000
(0,0,0)

Tints of #763693

#763693
(118,54,147)
#82489C
(130,72,156)
#8E5AA5
(142,90,165)
#9A6CAE
(154,108,174)
#A67EB7
(166,126,183)
#B290C0
(178,144,192)
#BEA2C9
(190,162,201)
#CAB4D2
(202,180,210)
#D6C6DB
(214,198,219)
#E2D8E4
(226,216,228)
#EEEAED
(238,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #763693 color. Also use rgb(118,54,147) instead hex code.

Text Font Color

.myTextColor { color: #763693; }

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

This text font color is #763693.


Background Color

.myBgColor { background-color: #763693; }

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

This div background color is #763693.


Border color

.myBorderColor { border: 1px solid #763693; }

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

This div border color is #763693.


Opacity

.myOpacity80 { color: #763693; opacity: 0.8; }

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

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

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

This text has shadow with #763693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #763693 on black background.


Color preview on white background

This text has color #763693 on white background.



Black color preview on #763693 background

This text has black color on #763693 background.


White color preview on #763693 background

This text has white color on #763693 background.