COLOR #7B2088

HEX: #7B2088
RGB: (123,32,136)

Color info

#7B2088 contains mainly red and blue colors. Web safe color of #7B2088 is #663399 (or #639).

RGB color model

#7B2088 color RGB value is (123,32,136).

  • red value is 123;
  • green value is 32;
  • blue value is 136.
RGB:
(123,32,136)
(48%,13%,53%)

RGB channels and saturation

R 123 of 255 = 48%
G 32 of 255 = 13%
B 136 of 255 = 53%

123
32
136

R + G + B ~ 38%. #7B2088 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 32 + 136 = 291 (100%)
R 123 of 291 ~ 42.27%
G 32 of 291 ~ 11%
B 136 of 291 ~ 46.74%

%42.27
%11
%46.74

CMYK color model

#7B2088 color CMYK value is (10,76,0,47).

  • cyan value is 9.56%
  • magenta value is 76.47%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(10,76,0,47)
C10M76Y0K47 
(10%,76%,0%,47%)
(0.10/0.76/0.00/0.47)	

CMYK percentages

%9.56
%76.47
%0
%46.67

Codes

Color #7B2088 in popluar color models

7B2088
RGB12332136
HSL293°61.90%32.94%
HSB/HSV293°76.47%53.33%
CMYK9.56%76.47%0.00%
46.67%

Color #7B2088 in popluar number systems.

HEX7B2088
Decimal12332136
Binary111101110000010001000
Octal17340210

Shades and tints

Shades of #7B2088

#7B2088
(123,32,136)
#701E7C
(112,30,124)
#651C70
(101,28,112)
#5A1A64
(90,26,100)
#4F1858
(79,24,88)
#44164C
(68,22,76)
#391440
(57,20,64)
#2E1234
(46,18,52)
#231028
(35,16,40)
#180E1C
(24,14,28)
#0D0C10
(13,12,16)
#000000
(0,0,0)

Tints of #7B2088

#7B2088
(123,32,136)
#873492
(135,52,146)
#93489C
(147,72,156)
#9F5CA6
(159,92,166)
#AB70B0
(171,112,176)
#B784BA
(183,132,186)
#C398C4
(195,152,196)
#CFACCE
(207,172,206)
#DBC0D8
(219,192,216)
#E7D4E2
(231,212,226)
#F3E8EC
(243,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B2088 color. Also use rgb(123,32,136) instead hex code.

Text Font Color

.myTextColor { color: #7B2088; }

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

This text font color is #7B2088.


Background Color

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

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

This div background color is #7B2088.


Border color

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

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

This div border color is #7B2088.


Opacity

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

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

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

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

This text has shadow with #7B2088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B2088 on black background.


Color preview on white background

This text has color #7B2088 on white background.



Black color preview on #7B2088 background

This text has black color on #7B2088 background.


White color preview on #7B2088 background

This text has white color on #7B2088 background.