COLOR #7B6592

HEX: #7B6592
RGB: (123,101,146)

Color info

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

RGB color model

#7B6592 color RGB value is (123,101,146).

  • red value is 123;
  • green value is 101;
  • blue value is 146.
RGB:
(123,101,146)
(48%,40%,57%)

RGB channels and saturation

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

123
101
146

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

Portions of RGB colors in percentages

R + G + B =
123 + 101 + 146 = 370 (100%)
R 123 of 370 ~ 33.24%
G 101 of 370 ~ 27.3%
B 146 of 370 ~ 39.46%

%33.24
%27.3
%39.46

CMYK color model

#7B6592 color CMYK value is (16,31,0,43).

  • cyan value is 15.75%
  • magenta value is 30.82%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(16,31,0,43)
C16M31Y0K43 
(16%,31%,0%,43%)
(0.16/0.31/0.00/0.43)	

CMYK percentages

%15.75
%30.82
%0
%42.75

Codes

Color #7B6592 in popluar color models

7B6592
RGB123101146
HSL269°18.22%48.43%
HSB/HSV269°30.82%57.25%
CMYK15.75%30.82%0.00%
42.75%

Color #7B6592 in popluar number systems.

HEX7B6592
Decimal123101146
Binary1111011110010110010010
Octal173145222

Shades and tints

Shades of #7B6592

#7B6592
(123,101,146)
#705C85
(112,92,133)
#655378
(101,83,120)
#5A4A6B
(90,74,107)
#4F415E
(79,65,94)
#443851
(68,56,81)
#392F44
(57,47,68)
#2E2637
(46,38,55)
#231D2A
(35,29,42)
#18141D
(24,20,29)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #7B6592

#7B6592
(123,101,146)
#87739B
(135,115,155)
#9381A4
(147,129,164)
#9F8FAD
(159,143,173)
#AB9DB6
(171,157,182)
#B7ABBF
(183,171,191)
#C3B9C8
(195,185,200)
#CFC7D1
(207,199,209)
#DBD5DA
(219,213,218)
#E7E3E3
(231,227,227)
#F3F1EC
(243,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B6592; }

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

This text font color is #7B6592.


Background Color

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

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

This div background color is #7B6592.


Border color

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

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

This div border color is #7B6592.


Opacity

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

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

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

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

This text has shadow with #7B6592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6592 on black background.


Color preview on white background

This text has color #7B6592 on white background.



Black color preview on #7B6592 background

This text has black color on #7B6592 background.


White color preview on #7B6592 background

This text has white color on #7B6592 background.