COLOR #7645AB

HEX: #7645AB
RGB: (118,69,171)

Color info

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

RGB color model

#7645AB color RGB value is (118,69,171).

  • red value is 118;
  • green value is 69;
  • blue value is 171.
RGB:
(118,69,171)
(46%,27%,67%)

RGB channels and saturation

R 118 of 255 = 46%
G 69 of 255 = 27%
B 171 of 255 = 67%

118
69
171

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

Portions of RGB colors in percentages

R + G + B =
118 + 69 + 171 = 358 (100%)
R 118 of 358 ~ 32.96%
G 69 of 358 ~ 19.27%
B 171 of 358 ~ 47.77%

%32.96
%19.27
%47.77

CMYK color model

#7645AB color CMYK value is (31,60,0,33).

  • cyan value is 30.99%
  • magenta value is 59.65%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(31,60,0,33)
C31M60Y0K33 
(31%,60%,0%,33%)
(0.31/0.60/0.00/0.33)	

CMYK percentages

%30.99
%59.65
%0
%32.94

Codes

Color #7645AB in popluar color models

7645AB
RGB11869171
HSL269°42.50%47.06%
HSB/HSV269°59.65%67.06%
CMYK30.99%59.65%0.00%
32.94%

Color #7645AB in popluar number systems.

HEX7645AB
Decimal11869171
Binary1110110100010110101011
Octal166105253

Shades and tints

Shades of #7645AB

#7645AB
(118,69,171)
#6C3F9C
(108,63,156)
#62398D
(98,57,141)
#58337E
(88,51,126)
#4E2D6F
(78,45,111)
#442760
(68,39,96)
#3A2151
(58,33,81)
#301B42
(48,27,66)
#261533
(38,21,51)
#1C0F24
(28,15,36)
#120915
(18,9,21)
#000000
(0,0,0)

Tints of #7645AB

#7645AB
(118,69,171)
#8255B2
(130,85,178)
#8E65B9
(142,101,185)
#9A75C0
(154,117,192)
#A685C7
(166,133,199)
#B295CE
(178,149,206)
#BEA5D5
(190,165,213)
#CAB5DC
(202,181,220)
#D6C5E3
(214,197,227)
#E2D5EA
(226,213,234)
#EEE5F1
(238,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7645AB color. Also use rgb(118,69,171) instead hex code.

Text Font Color

.myTextColor { color: #7645AB; }

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

This text font color is #7645AB.


Background Color

.myBgColor { background-color: #7645AB; }

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

This div background color is #7645AB.


Border color

.myBorderColor { border: 1px solid #7645AB; }

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

This div border color is #7645AB.


Opacity

.myOpacity80 { color: #7645AB; opacity: 0.8; }

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

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

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

This text has shadow with #7645AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7645AB on black background.


Color preview on white background

This text has color #7645AB on white background.



Black color preview on #7645AB background

This text has black color on #7645AB background.


White color preview on #7645AB background

This text has white color on #7645AB background.