COLOR #7555A3

HEX: #7555A3
RGB: (117,85,163)

Color info

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

RGB color model

#7555A3 color RGB value is (117,85,163).

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

RGB channels and saturation

R 117 of 255 = 46%
G 85 of 255 = 33%
B 163 of 255 = 64%

117
85
163

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

Portions of RGB colors in percentages

R + G + B =
117 + 85 + 163 = 365 (100%)
R 117 of 365 ~ 32.05%
G 85 of 365 ~ 23.29%
B 163 of 365 ~ 44.66%

%32.05
%23.29
%44.66

CMYK color model

#7555A3 color CMYK value is (28,48,0,36).

  • cyan value is 28.22%
  • magenta value is 47.85%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(28,48,0,36)
C28M48Y0K36 
(28%,48%,0%,36%)
(0.28/0.48/0.00/0.36)	

CMYK percentages

%28.22
%47.85
%0
%36.08

Codes

Color #7555A3 in popluar color models

7555A3
RGB11785163
HSL265°31.45%48.63%
HSB/HSV265°47.85%63.92%
CMYK28.22%47.85%0.00%
36.08%

Color #7555A3 in popluar number systems.

HEX7555A3
Decimal11785163
Binary1110101101010110100011
Octal165125243

Shades and tints

Shades of #7555A3

#7555A3
(117,85,163)
#6B4E95
(107,78,149)
#614787
(97,71,135)
#574079
(87,64,121)
#4D396B
(77,57,107)
#43325D
(67,50,93)
#392B4F
(57,43,79)
#2F2441
(47,36,65)
#251D33
(37,29,51)
#1B1625
(27,22,37)
#110F17
(17,15,23)
#000000
(0,0,0)

Tints of #7555A3

#7555A3
(117,85,163)
#8164AB
(129,100,171)
#8D73B3
(141,115,179)
#9982BB
(153,130,187)
#A591C3
(165,145,195)
#B1A0CB
(177,160,203)
#BDAFD3
(189,175,211)
#C9BEDB
(201,190,219)
#D5CDE3
(213,205,227)
#E1DCEB
(225,220,235)
#EDEBF3
(237,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7555A3; }

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

This text font color is #7555A3.


Background Color

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

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

This div background color is #7555A3.


Border color

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

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

This div border color is #7555A3.


Opacity

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

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

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

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

This text has shadow with #7555A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7555A3 on black background.


Color preview on white background

This text has color #7555A3 on white background.



Black color preview on #7555A3 background

This text has black color on #7555A3 background.


White color preview on #7555A3 background

This text has white color on #7555A3 background.