COLOR #7543B6

HEX: #7543B6
RGB: (117,67,182)

Color info

#7543B6 contains mainly blue color. Web safe color of #7543B6 is #6633CC (or #63C).

RGB color model

#7543B6 color RGB value is (117,67,182).

  • red value is 117;
  • green value is 67;
  • blue value is 182.
RGB:
(117,67,182)
(46%,26%,71%)

RGB channels and saturation

R 117 of 255 = 46%
G 67 of 255 = 26%
B 182 of 255 = 71%

117
67
182

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

Portions of RGB colors in percentages

R + G + B =
117 + 67 + 182 = 366 (100%)
R 117 of 366 ~ 31.97%
G 67 of 366 ~ 18.31%
B 182 of 366 ~ 49.73%

%31.97
%18.31
%49.73

CMYK color model

#7543B6 color CMYK value is (36,63,0,29).

  • cyan value is 35.71%
  • magenta value is 63.19%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(36,63,0,29)
C36M63Y0K29 
(36%,63%,0%,29%)
(0.36/0.63/0.00/0.29)	

CMYK percentages

%35.71
%63.19
%0
%28.63

Codes

Color #7543B6 in popluar color models

7543B6
RGB11767182
HSL266°46.18%48.82%
HSB/HSV266°63.19%71.37%
CMYK35.71%63.19%0.00%
28.63%

Color #7543B6 in popluar number systems.

HEX7543B6
Decimal11767182
Binary1110101100001110110110
Octal165103266

Shades and tints

Shades of #7543B6

#7543B6
(117,67,182)
#6B3DA6
(107,61,166)
#613796
(97,55,150)
#573186
(87,49,134)
#4D2B76
(77,43,118)
#432566
(67,37,102)
#391F56
(57,31,86)
#2F1946
(47,25,70)
#251336
(37,19,54)
#1B0D26
(27,13,38)
#110716
(17,7,22)
#000000
(0,0,0)

Tints of #7543B6

#7543B6
(117,67,182)
#8154BC
(129,84,188)
#8D65C2
(141,101,194)
#9976C8
(153,118,200)
#A587CE
(165,135,206)
#B198D4
(177,152,212)
#BDA9DA
(189,169,218)
#C9BAE0
(201,186,224)
#D5CBE6
(213,203,230)
#E1DCEC
(225,220,236)
#EDEDF2
(237,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7543B6 color. Also use rgb(117,67,182) instead hex code.

Text Font Color

.myTextColor { color: #7543B6; }

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

This text font color is #7543B6.


Background Color

.myBgColor { background-color: #7543B6; }

<div style="background-color:#7543B6">Inner text</div>

This div background color is #7543B6.


Border color

.myBorderColor { border: 1px solid #7543B6; }

<div style="border:3px solid #7543B6">Div</div>

This div border color is #7543B6.


Opacity

.myOpacity80 { color: #7543B6; opacity: 0.8; }

<p style="color:#7543B6;opacity:0.8;">80%</p>

Text with #7543B6 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 #7543B6;}

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

This text has shadow with #7543B6 color.

.textShadow {text-shadow: 3px 3px 1px #7543B6, 3px 3px 1px red;}

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

This text has shadow with #7543B6 primary color and red secondary color.


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

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

This text has shadow with #7543B6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7543B6 on black background.


Color preview on white background

This text has color #7543B6 on white background.



Black color preview on #7543B6 background

This text has black color on #7543B6 background.


White color preview on #7543B6 background

This text has white color on #7543B6 background.