COLOR #725AA7

HEX: #725AA7
RGB: (114,90,167)

Color info

#725AA7 contains mainly red and blue colors. Web safe color of #725AA7 is #666699 (or #669).

RGB color model

#725AA7 color RGB value is (114,90,167).

  • red value is 114;
  • green value is 90;
  • blue value is 167.
RGB:
(114,90,167)
(45%,35%,65%)

RGB channels and saturation

R 114 of 255 = 45%
G 90 of 255 = 35%
B 167 of 255 = 65%

114
90
167

R + G + B ~ 48%. #725AA7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 90 + 167 = 371 (100%)
R 114 of 371 ~ 30.73%
G 90 of 371 ~ 24.26%
B 167 of 371 ~ 45.01%

%30.73
%24.26
%45.01

CMYK color model

#725AA7 color CMYK value is (32,46,0,35).

  • cyan value is 31.74%
  • magenta value is 46.11%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(32,46,0,35)
C32M46Y0K35 
(32%,46%,0%,35%)
(0.32/0.46/0.00/0.35)	

CMYK percentages

%31.74
%46.11
%0
%34.51

Codes

Color #725AA7 in popluar color models

725AA7
RGB11490167
HSL259°30.43%50.39%
HSB/HSV259°46.11%65.49%
CMYK31.74%46.11%0.00%
34.51%

Color #725AA7 in popluar number systems.

HEX725AA7
Decimal11490167
Binary1110010101101010100111
Octal162132247

Shades and tints

Shades of #725AA7

#725AA7
(114,90,167)
#685298
(104,82,152)
#5E4A89
(94,74,137)
#54427A
(84,66,122)
#4A3A6B
(74,58,107)
#40325C
(64,50,92)
#362A4D
(54,42,77)
#2C223E
(44,34,62)
#221A2F
(34,26,47)
#181220
(24,18,32)
#0E0A11
(14,10,17)
#000000
(0,0,0)

Tints of #725AA7

#725AA7
(114,90,167)
#7E69AF
(126,105,175)
#8A78B7
(138,120,183)
#9687BF
(150,135,191)
#A296C7
(162,150,199)
#AEA5CF
(174,165,207)
#BAB4D7
(186,180,215)
#C6C3DF
(198,195,223)
#D2D2E7
(210,210,231)
#DEE1EF
(222,225,239)
#EAF0F7
(234,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #725AA7 color. Also use rgb(114,90,167) instead hex code.

Text Font Color

.myTextColor { color: #725AA7; }

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

This text font color is #725AA7.


Background Color

.myBgColor { background-color: #725AA7; }

<div style="background-color:#725AA7">Inner text</div>

This div background color is #725AA7.


Border color

.myBorderColor { border: 1px solid #725AA7; }

<div style="border:3px solid #725AA7">Div</div>

This div border color is #725AA7.


Opacity

.myOpacity80 { color: #725AA7; opacity: 0.8; }

<p style="color:#725AA7;opacity:0.8;">80%</p>

Text with #725AA7 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 #725AA7;}

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

This text has shadow with #725AA7 color.

.textShadow {text-shadow: 3px 3px 1px #725AA7, 3px 3px 1px red;}

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

This text has shadow with #725AA7 primary color and red secondary color.


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

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

This text has shadow with #725AA7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725AA7 on black background.


Color preview on white background

This text has color #725AA7 on white background.



Black color preview on #725AA7 background

This text has black color on #725AA7 background.


White color preview on #725AA7 background

This text has white color on #725AA7 background.