COLOR #7555A1

HEX: #7555A1
RGB: (117,85,161)

Color info

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

RGB color model

#7555A1 color RGB value is (117,85,161).

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

RGB channels and saturation

R 117 of 255 = 46%
G 85 of 255 = 33%
B 161 of 255 = 63%

117
85
161

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

Portions of RGB colors in percentages

R + G + B =
117 + 85 + 161 = 363 (100%)
R 117 of 363 ~ 32.23%
G 85 of 363 ~ 23.42%
B 161 of 363 ~ 44.35%

%32.23
%23.42
%44.35

CMYK color model

#7555A1 color CMYK value is (27,47,0,37).

  • cyan value is 27.33%
  • magenta value is 47.20%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(27,47,0,37)
C27M47Y0K37 
(27%,47%,0%,37%)
(0.27/0.47/0.00/0.37)	

CMYK percentages

%27.33
%47.2
%0
%36.86

Codes

Color #7555A1 in popluar color models

7555A1
RGB11785161
HSL265°30.89%48.24%
HSB/HSV265°47.20%63.14%
CMYK27.33%47.20%0.00%
36.86%

Color #7555A1 in popluar number systems.

HEX7555A1
Decimal11785161
Binary1110101101010110100001
Octal165125241

Shades and tints

Shades of #7555A1

#7555A1
(117,85,161)
#6B4E93
(107,78,147)
#614785
(97,71,133)
#574077
(87,64,119)
#4D3969
(77,57,105)
#43325B
(67,50,91)
#392B4D
(57,43,77)
#2F243F
(47,36,63)
#251D31
(37,29,49)
#1B1623
(27,22,35)
#110F15
(17,15,21)
#000000
(0,0,0)

Tints of #7555A1

#7555A1
(117,85,161)
#8164A9
(129,100,169)
#8D73B1
(141,115,177)
#9982B9
(153,130,185)
#A591C1
(165,145,193)
#B1A0C9
(177,160,201)
#BDAFD1
(189,175,209)
#C9BED9
(201,190,217)
#D5CDE1
(213,205,225)
#E1DCE9
(225,220,233)
#EDEBF1
(237,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7555A1; }

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

This text font color is #7555A1.


Background Color

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

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

This div background color is #7555A1.


Border color

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

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

This div border color is #7555A1.


Opacity

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

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

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

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

This text has shadow with #7555A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7555A1 on black background.


Color preview on white background

This text has color #7555A1 on white background.



Black color preview on #7555A1 background

This text has black color on #7555A1 background.


White color preview on #7555A1 background

This text has white color on #7555A1 background.