COLOR #7636A2

HEX: #7636A2
RGB: (118,54,162)

Color info

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

RGB color model

#7636A2 color RGB value is (118,54,162).

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

RGB channels and saturation

R 118 of 255 = 46%
G 54 of 255 = 21%
B 162 of 255 = 64%

118
54
162

R + G + B ~ 44%. #7636A2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 54 + 162 = 334 (100%)
R 118 of 334 ~ 35.33%
G 54 of 334 ~ 16.17%
B 162 of 334 ~ 48.5%

%35.33
%16.17
%48.5

CMYK color model

#7636A2 color CMYK value is (27,67,0,36).

  • cyan value is 27.16%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(27,67,0,36)
C27M67Y0K36 
(27%,67%,0%,36%)
(0.27/0.67/0.00/0.36)	

CMYK percentages

%27.16
%66.67
%0
%36.47

Codes

Color #7636A2 in popluar color models

7636A2
RGB11854162
HSL276°50.00%42.35%
HSB/HSV276°66.67%63.53%
CMYK27.16%66.67%0.00%
36.47%

Color #7636A2 in popluar number systems.

HEX7636A2
Decimal11854162
Binary111011011011010100010
Octal16666242

Shades and tints

Shades of #7636A2

#7636A2
(118,54,162)
#6C3294
(108,50,148)
#622E86
(98,46,134)
#582A78
(88,42,120)
#4E266A
(78,38,106)
#44225C
(68,34,92)
#3A1E4E
(58,30,78)
#301A40
(48,26,64)
#261632
(38,22,50)
#1C1224
(28,18,36)
#120E16
(18,14,22)
#000000
(0,0,0)

Tints of #7636A2

#7636A2
(118,54,162)
#8248AA
(130,72,170)
#8E5AB2
(142,90,178)
#9A6CBA
(154,108,186)
#A67EC2
(166,126,194)
#B290CA
(178,144,202)
#BEA2D2
(190,162,210)
#CAB4DA
(202,180,218)
#D6C6E2
(214,198,226)
#E2D8EA
(226,216,234)
#EEEAF2
(238,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7636A2; }

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

This text font color is #7636A2.


Background Color

.myBgColor { background-color: #7636A2; }

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

This div background color is #7636A2.


Border color

.myBorderColor { border: 1px solid #7636A2; }

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

This div border color is #7636A2.


Opacity

.myOpacity80 { color: #7636A2; opacity: 0.8; }

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

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

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

This text has shadow with #7636A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7636A2 on black background.


Color preview on white background

This text has color #7636A2 on white background.



Black color preview on #7636A2 background

This text has black color on #7636A2 background.


White color preview on #7636A2 background

This text has white color on #7636A2 background.