COLOR #7625AF

HEX: #7625AF
RGB: (118,37,175)

Color info

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

RGB color model

#7625AF color RGB value is (118,37,175).

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

RGB channels and saturation

R 118 of 255 = 46%
G 37 of 255 = 15%
B 175 of 255 = 69%

118
37
175

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

Portions of RGB colors in percentages

R + G + B =
118 + 37 + 175 = 330 (100%)
R 118 of 330 ~ 35.76%
G 37 of 330 ~ 11.21%
B 175 of 330 ~ 53.03%

%35.76
%11.21
%53.03

CMYK color model

#7625AF color CMYK value is (33,79,0,31).

  • cyan value is 32.57%
  • magenta value is 78.86%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(33,79,0,31)
C33M79Y0K31 
(33%,79%,0%,31%)
(0.33/0.79/0.00/0.31)	

CMYK percentages

%32.57
%78.86
%0
%31.37

Codes

Color #7625AF in popluar color models

7625AF
RGB11837175
HSL275°65.09%41.57%
HSB/HSV275°78.86%68.63%
CMYK32.57%78.86%0.00%
31.37%

Color #7625AF in popluar number systems.

HEX7625AF
Decimal11837175
Binary111011010010110101111
Octal16645257

Shades and tints

Shades of #7625AF

#7625AF
(118,37,175)
#6C22A0
(108,34,160)
#621F91
(98,31,145)
#581C82
(88,28,130)
#4E1973
(78,25,115)
#441664
(68,22,100)
#3A1355
(58,19,85)
#301046
(48,16,70)
#260D37
(38,13,55)
#1C0A28
(28,10,40)
#120719
(18,7,25)
#000000
(0,0,0)

Tints of #7625AF

#7625AF
(118,37,175)
#8238B6
(130,56,182)
#8E4BBD
(142,75,189)
#9A5EC4
(154,94,196)
#A671CB
(166,113,203)
#B284D2
(178,132,210)
#BE97D9
(190,151,217)
#CAAAE0
(202,170,224)
#D6BDE7
(214,189,231)
#E2D0EE
(226,208,238)
#EEE3F5
(238,227,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7625AF; }

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

This text font color is #7625AF.


Background Color

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

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

This div background color is #7625AF.


Border color

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

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

This div border color is #7625AF.


Opacity

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

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

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

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

This text has shadow with #7625AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7625AF on black background.


Color preview on white background

This text has color #7625AF on white background.



Black color preview on #7625AF background

This text has black color on #7625AF background.


White color preview on #7625AF background

This text has white color on #7625AF background.