COLOR #7725A3

HEX: #7725A3
RGB: (119,37,163)

Color info

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

RGB color model

#7725A3 color RGB value is (119,37,163).

  • red value is 119;
  • green value is 37;
  • blue value is 163.
RGB:
(119,37,163)
(47%,15%,64%)

RGB channels and saturation

R 119 of 255 = 47%
G 37 of 255 = 15%
B 163 of 255 = 64%

119
37
163

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

Portions of RGB colors in percentages

R + G + B =
119 + 37 + 163 = 319 (100%)
R 119 of 319 ~ 37.3%
G 37 of 319 ~ 11.6%
B 163 of 319 ~ 51.1%

%37.3
%11.6
%51.1

CMYK color model

#7725A3 color CMYK value is (27,77,0,36).

  • cyan value is 26.99%
  • magenta value is 77.30%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(27,77,0,36)
C27M77Y0K36 
(27%,77%,0%,36%)
(0.27/0.77/0.00/0.36)	

CMYK percentages

%26.99
%77.3
%0
%36.08

Codes

Color #7725A3 in popluar color models

7725A3
RGB11937163
HSL279°63.00%39.22%
HSB/HSV279°77.30%63.92%
CMYK26.99%77.30%0.00%
36.08%

Color #7725A3 in popluar number systems.

HEX7725A3
Decimal11937163
Binary111011110010110100011
Octal16745243

Shades and tints

Shades of #7725A3

#7725A3
(119,37,163)
#6D2295
(109,34,149)
#631F87
(99,31,135)
#591C79
(89,28,121)
#4F196B
(79,25,107)
#45165D
(69,22,93)
#3B134F
(59,19,79)
#311041
(49,16,65)
#270D33
(39,13,51)
#1D0A25
(29,10,37)
#130717
(19,7,23)
#000000
(0,0,0)

Tints of #7725A3

#7725A3
(119,37,163)
#8338AB
(131,56,171)
#8F4BB3
(143,75,179)
#9B5EBB
(155,94,187)
#A771C3
(167,113,195)
#B384CB
(179,132,203)
#BF97D3
(191,151,211)
#CBAADB
(203,170,219)
#D7BDE3
(215,189,227)
#E3D0EB
(227,208,235)
#EFE3F3
(239,227,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7725A3 color. Also use rgb(119,37,163) instead hex code.

Text Font Color

.myTextColor { color: #7725A3; }

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

This text font color is #7725A3.


Background Color

.myBgColor { background-color: #7725A3; }

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

This div background color is #7725A3.


Border color

.myBorderColor { border: 1px solid #7725A3; }

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

This div border color is #7725A3.


Opacity

.myOpacity80 { color: #7725A3; opacity: 0.8; }

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

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

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

This text has shadow with #7725A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7725A3 on black background.


Color preview on white background

This text has color #7725A3 on white background.



Black color preview on #7725A3 background

This text has black color on #7725A3 background.


White color preview on #7725A3 background

This text has white color on #7725A3 background.