COLOR #725AAD

HEX: #725AAD RGB: (114,90,173)

Color info

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

RGB color model

#725AAD color RGB value is (114,90,173).

RGB: (114,90,173) (45%, 35%, 68%)

RGB channels and saturation

R 114 of 255 = 45%
G 90 of 255 = 35%
B 173 of 255 = 68%

114
90
173

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

Portions of RGB colors in percentages

R + G + B = 114 + 90 + 173 = 377 (100%)
R 114 of 377 ~ 30.24%
G 90 of 377 ~ 23.87%
B 173 of 377 ~ 45.89'%

%30.24
%23.87
%45.89

CMYK color model

#725AAD color CMYK value is (34,48,0,32).

  • cyan value is 34.10%
  • magenta value is 47.98%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (34,48,0,32) C34M48Y0K32 (34%,48%,0%,32%) (0.34/0.48/0.00/0.32) 

CMYK percentages

%34.1
%47.98
%0
%32.16

Codes

Color #725AAD in popluar color models

72 5A AD
RGB 114 90 173
HSL 257° 33.60% 51.57%
HSB/HSV 257° 47.98% 67.84%
CMYK 34.10% 47.98% 0.00%
32.16%

Color #725AAD in popluar number systems.

HEX 72 5A AD
Decimal 114 90 173
Binary 1110010 1011010 10101101
Octal 162 132 255

Shades and tints

Shades of #725AAD

#725AAD
(114,90,173)
#68529E
(104,82,158)
#5E4A8F
(94,74,143)
#544280
(84,66,128)
#4A3A71
(74,58,113)
#403262
(64,50,98)
#362A53
(54,42,83)
#2C2244
(44,34,68)
#221A35
(34,26,53)
#181226
(24,18,38)
#0E0A17
(14,10,23)
#000000
(0,0,0)

Tints of #725AAD

#725AAD
(114,90,173)
#7E69B4
(126,105,180)
#8A78BB
(138,120,187)
#9687C2
(150,135,194)
#A296C9
(162,150,201)
#AEA5D0
(174,165,208)
#BAB4D7
(186,180,215)
#C6C3DE
(198,195,222)
#D2D2E5
(210,210,229)
#DEE1EC
(222,225,236)
#EAF0F3
(234,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #725AAD; }

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

This text font color is #725AAD.

Background Color

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

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

This div background color is #725AAD.

Border color

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

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

This div border color is #725AAD.

Opacity

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

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

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

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

This text has shadow with #725AAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #725AAD.

Preview

Color preview on black background

This text has color #725AAD on black background.


Color preview on white background

This text has color #725AAD on white background.


Black color preview on #725AAD background

This text has black color on #725AAD background.


White color preview on #725AAD background

This text has white color on #725AAD background.


Related colors

Complementary color

Complementary color for #hex is #8DA552.


I love getcolorcode.com

Triadic colors

1 #AD725A and #5AAD72 with #725AAD are triadic colors.

2 #AD5A72 and #5A72AD with #725AAD are triadic colors.