COLOR #7642AF

HEX: #7642AF
RGB: (118,66,175)

Color info

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

RGB color model

#7642AF color RGB value is (118,66,175).

  • red value is 118;
  • green value is 66;
  • blue value is 175.
RGB:
(118,66,175)
(46%,26%,69%)

RGB channels and saturation

R 118 of 255 = 46%
G 66 of 255 = 26%
B 175 of 255 = 69%

118
66
175

R + G + B ~ 47%. #7642AF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 66 + 175 = 359 (100%)
R 118 of 359 ~ 32.87%
G 66 of 359 ~ 18.38%
B 175 of 359 ~ 48.75%

%32.87
%18.38
%48.75

CMYK color model

#7642AF color CMYK value is (33,62,0,31).

  • cyan value is 32.57%
  • magenta value is 62.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(33,62,0,31)
C33M62Y0K31 
(33%,62%,0%,31%)
(0.33/0.62/0.00/0.31)	

CMYK percentages

%32.57
%62.29
%0
%31.37

Codes

Color #7642AF in popluar color models

7642AF
RGB11866175
HSL269°45.23%47.25%
HSB/HSV269°62.29%68.63%
CMYK32.57%62.29%0.00%
31.37%

Color #7642AF in popluar number systems.

HEX7642AF
Decimal11866175
Binary1110110100001010101111
Octal166102257

Shades and tints

Shades of #7642AF

#7642AF
(118,66,175)
#6C3CA0
(108,60,160)
#623691
(98,54,145)
#583082
(88,48,130)
#4E2A73
(78,42,115)
#442464
(68,36,100)
#3A1E55
(58,30,85)
#301846
(48,24,70)
#261237
(38,18,55)
#1C0C28
(28,12,40)
#120619
(18,6,25)
#000000
(0,0,0)

Tints of #7642AF

#7642AF
(118,66,175)
#8253B6
(130,83,182)
#8E64BD
(142,100,189)
#9A75C4
(154,117,196)
#A686CB
(166,134,203)
#B297D2
(178,151,210)
#BEA8D9
(190,168,217)
#CAB9E0
(202,185,224)
#D6CAE7
(214,202,231)
#E2DBEE
(226,219,238)
#EEECF5
(238,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7642AF color. Also use rgb(118,66,175) instead hex code.

Text Font Color

.myTextColor { color: #7642AF; }

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

This text font color is #7642AF.


Background Color

.myBgColor { background-color: #7642AF; }

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

This div background color is #7642AF.


Border color

.myBorderColor { border: 1px solid #7642AF; }

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

This div border color is #7642AF.


Opacity

.myOpacity80 { color: #7642AF; opacity: 0.8; }

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

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

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

This text has shadow with #7642AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7642AF on black background.


Color preview on white background

This text has color #7642AF on white background.



Black color preview on #7642AF background

This text has black color on #7642AF background.


White color preview on #7642AF background

This text has white color on #7642AF background.