COLOR #755BAD

HEX: #755BAD
RGB: (117,91,173)

Color info

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

RGB color model

#755BAD color RGB value is (117,91,173).

  • red value is 117;
  • green value is 91;
  • blue value is 173.
RGB:
(117,91,173)
(46%,36%,68%)

RGB channels and saturation

R 117 of 255 = 46%
G 91 of 255 = 36%
B 173 of 255 = 68%

117
91
173

R + G + B ~ 50%. #755BAD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 91 + 173 = 381 (100%)
R 117 of 381 ~ 30.71%
G 91 of 381 ~ 23.88%
B 173 of 381 ~ 45.41%

%30.71
%23.88
%45.41

CMYK color model

#755BAD color CMYK value is (32,47,0,32).

  • cyan value is 32.37%
  • magenta value is 47.40%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(32,47,0,32)
C32M47Y0K32 
(32%,47%,0%,32%)
(0.32/0.47/0.00/0.32)	

CMYK percentages

%32.37
%47.4
%0
%32.16

Codes

Color #755BAD in popluar color models

755BAD
RGB11791173
HSL259°33.33%51.76%
HSB/HSV259°47.40%67.84%
CMYK32.37%47.40%0.00%
32.16%

Color #755BAD in popluar number systems.

HEX755BAD
Decimal11791173
Binary1110101101101110101101
Octal165133255

Shades and tints

Shades of #755BAD

#755BAD
(117,91,173)
#6B539E
(107,83,158)
#614B8F
(97,75,143)
#574380
(87,67,128)
#4D3B71
(77,59,113)
#433362
(67,51,98)
#392B53
(57,43,83)
#2F2344
(47,35,68)
#251B35
(37,27,53)
#1B1326
(27,19,38)
#110B17
(17,11,23)
#000000
(0,0,0)

Tints of #755BAD

#755BAD
(117,91,173)
#8169B4
(129,105,180)
#8D77BB
(141,119,187)
#9985C2
(153,133,194)
#A593C9
(165,147,201)
#B1A1D0
(177,161,208)
#BDAFD7
(189,175,215)
#C9BDDE
(201,189,222)
#D5CBE5
(213,203,229)
#E1D9EC
(225,217,236)
#EDE7F3
(237,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755BAD color. Also use rgb(117,91,173) instead hex code.

Text Font Color

.myTextColor { color: #755BAD; }

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

This text font color is #755BAD.


Background Color

.myBgColor { background-color: #755BAD; }

<div style="background-color:#755BAD">Inner text</div>

This div background color is #755BAD.


Border color

.myBorderColor { border: 1px solid #755BAD; }

<div style="border:3px solid #755BAD">Div</div>

This div border color is #755BAD.


Opacity

.myOpacity80 { color: #755BAD; opacity: 0.8; }

<p style="color:#755BAD;opacity:0.8;">80%</p>

Text with #755BAD 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 #755BAD;}

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

This text has shadow with #755BAD color.

.textShadow {text-shadow: 3px 3px 1px #755BAD, 3px 3px 1px red;}

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

This text has shadow with #755BAD primary color and red secondary color.


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

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

This text has shadow with #755BAD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755BAD on black background.


Color preview on white background

This text has color #755BAD on white background.



Black color preview on #755BAD background

This text has black color on #755BAD background.


White color preview on #755BAD background

This text has white color on #755BAD background.