COLOR #7528A3

HEX: #7528A3
RGB: (117,40,163)

Color info

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

RGB color model

#7528A3 color RGB value is (117,40,163).

  • red value is 117;
  • green value is 40;
  • blue value is 163.
RGB:
(117,40,163)
(46%,16%,64%)

RGB channels and saturation

R 117 of 255 = 46%
G 40 of 255 = 16%
B 163 of 255 = 64%

117
40
163

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

Portions of RGB colors in percentages

R + G + B =
117 + 40 + 163 = 320 (100%)
R 117 of 320 ~ 36.56%
G 40 of 320 ~ 12.5%
B 163 of 320 ~ 50.94%

%36.56
%12.5
%50.94

CMYK color model

#7528A3 color CMYK value is (28,75,0,36).

  • cyan value is 28.22%
  • magenta value is 75.46%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(28,75,0,36)
C28M75Y0K36 
(28%,75%,0%,36%)
(0.28/0.75/0.00/0.36)	

CMYK percentages

%28.22
%75.46
%0
%36.08

Codes

Color #7528A3 in popluar color models

7528A3
RGB11740163
HSL278°60.59%39.80%
HSB/HSV278°75.46%63.92%
CMYK28.22%75.46%0.00%
36.08%

Color #7528A3 in popluar number systems.

HEX7528A3
Decimal11740163
Binary111010110100010100011
Octal16550243

Shades and tints

Shades of #7528A3

#7528A3
(117,40,163)
#6B2595
(107,37,149)
#612287
(97,34,135)
#571F79
(87,31,121)
#4D1C6B
(77,28,107)
#43195D
(67,25,93)
#39164F
(57,22,79)
#2F1341
(47,19,65)
#251033
(37,16,51)
#1B0D25
(27,13,37)
#110A17
(17,10,23)
#000000
(0,0,0)

Tints of #7528A3

#7528A3
(117,40,163)
#813BAB
(129,59,171)
#8D4EB3
(141,78,179)
#9961BB
(153,97,187)
#A574C3
(165,116,195)
#B187CB
(177,135,203)
#BD9AD3
(189,154,211)
#C9ADDB
(201,173,219)
#D5C0E3
(213,192,227)
#E1D3EB
(225,211,235)
#EDE6F3
(237,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7528A3 color. Also use rgb(117,40,163) instead hex code.

Text Font Color

.myTextColor { color: #7528A3; }

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

This text font color is #7528A3.


Background Color

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

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

This div background color is #7528A3.


Border color

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

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

This div border color is #7528A3.


Opacity

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

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

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

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

This text has shadow with #7528A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7528A3 on black background.


Color preview on white background

This text has color #7528A3 on white background.



Black color preview on #7528A3 background

This text has black color on #7528A3 background.


White color preview on #7528A3 background

This text has white color on #7528A3 background.