COLOR #7B6591

HEX: #7B6591 RGB: (123,101,145)

Color info

#7B6591 contains red, green and blue colors in about the same proportion. Web safe color of #7B6591 is #666699 (or #669).

RGB color model

#7B6591 color RGB value is (123,101,145).

RGB: (123,101,145) (48%, 40%, 57%)

RGB channels and saturation

R 123 of 255 = 48%
G 101 of 255 = 40%
B 145 of 255 = 57%

123
101
145

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

Portions of RGB colors in percentages

R + G + B = 123 + 101 + 145 = 369 (100%)
R 123 of 369 ~ 33.33%
G 101 of 369 ~ 27.37%
B 145 of 369 ~ 39.3'%

%33.33
%27.37
%39.3

CMYK color model

#7B6591 color CMYK value is (15,30,0,43).

  • cyan value is 15.17%
  • magenta value is 30.34%
  • yellow value is 0.00%
  • key color value is 43.14%

CMYK: (15,30,0,43)
C15M30Y0K43 (15%, 30%, 0%, 43%)
(0.15 / 0.30 / 0.00 / 0.43)

CMYK percentages

%15.17
%30.34
%0
%43.14

Codes

Color #7B6591 in popluar color models

7B 65 91
RGB 123 101 145
HSL 270° 17.89% 48.24%
HSB/HSV 270° 30.34% 56.86%
CMYK 15.17% 30.34% 0.00%
43.14%

Color #7B6591 in popluar number systems.

HEX 7B 65 91
Decimal 123 101 145
Binary 1111011 1100101 10010001
Octal 173 145 221

Shades and tints

Shades of #7B6591

#7B6591
(123,101,145)
#705C84
(112,92,132)
#655377
(101,83,119)
#5A4A6A
(90,74,106)
#4F415D
(79,65,93)
#443850
(68,56,80)
#392F43
(57,47,67)
#2E2636
(46,38,54)
#231D29
(35,29,41)
#18141C
(24,20,28)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #7B6591

#7B6591
(123,101,145)
#87739B
(135,115,155)
#9381A5
(147,129,165)
#9F8FAF
(159,143,175)
#AB9DB9
(171,157,185)
#B7ABC3
(183,171,195)
#C3B9CD
(195,185,205)
#CFC7D7
(207,199,215)
#DBD5E1
(219,213,225)
#E7E3EB
(231,227,235)
#F3F1F5
(243,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B6591 color. Also use rgb(123,101,145) instead hex code.

Text Font Color

.myTextColor { color: #7B6591; }

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

This text font color is #7B6591.

Background Color

.myBgColor { background-color: #7B6591; }

<div style="background-color:#7B6591">Inner text</div>

This div background color is #7B6591.

Border color

.myBorderColor { border: 1px solid #7B6591; }

<div style="border:3px solid #7B6591">Div</div>

This div border color is #7B6591.

Opacity

.myOpacity80 { color: #7B6591; opacity: 0.8; }

<p style="color:#7B6591;opacity:0.8;">80%</p>

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

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

This text has shadow with #7B6591 color.


.textShadow {text-shadow: 3px 3px 1px #7B6591', 3px 3px 1px red;}

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

This text has shadow with #7B6591 primary color and red secondary color.


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

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

This text has shadow with #7B6591 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7B6591; -webkit-box-shadow: 1px 1px 3px 2px #7B6591; box-shadow:1px 1px 3px 2px #7B6591;">
Div content here
</div>

This div box has shadow with color #7B6591.

Preview

Color preview on black background

This text has color #7B6591 on black background.


Color preview on white background

This text has color #7B6591 on white background.


Black color preview on #7B6591 background

This text has black color on #7B6591 background.


White color preview on #7B6591 background

This text has white color on #7B6591 background.


Related colors

Complementary color

Complementary color for #hex is #849A6E.


I love getcolorcode.com

Triadic colors

1 #917B65 and #65917B with #7B6591 are triadic colors.

2 #91657B and #657B91 with #7B6591 are triadic colors.