COLOR #7B037E

HEX: #7B037E RGB: (123,3,126)

Color info

#7B037E contains mainly red and blue colors. Web safe color of #7B037E is #660066 (or #606).

RGB color model

#7B037E color RGB value is (123,3,126).

RGB: (123,3,126) (48%, 1%, 49%)

RGB channels and saturation

R 123 of 255 = 48%
G 3 of 255 = 1%
B 126 of 255 = 49%

123
3
126

R + G + B ~ 33%. #7B037E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 123 + 3 + 126 = 252 (100%)
R 123 of 252 ~ 48.81%
G 3 of 252 ~ 1.19%
B 126 of 252 ~ 50'%

%48.81
%50

CMYK color model

#7B037E color CMYK value is (2,98,0,51).

  • cyan value is 2.38%
  • magenta value is 97.62%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (2,98,0,51)
C2M98Y0K51 (2%, 98%, 0%, 51%)
(0.02 / 0.98 / 0.00 / 0.51)

CMYK percentages

%2.38
%97.62
%0
%50.59

Codes

Color #7B037E in popluar color models

7B 03 7E
RGB 123 3 126
HSL 299° 95.35% 25.29%
HSB/HSV 299° 97.62% 49.41%
CMYK 2.38% 97.62% 0.00%
50.59%

Color #7B037E in popluar number systems.

HEX 7B 03 7E
Decimal 123 3 126
Binary 1111011 11 1111110
Octal 173 3 176

Shades and tints

Shades of #7B037E

#7B037E
(123,3,126)
#700373
(112,3,115)
#650368
(101,3,104)
#5A035D
(90,3,93)
#4F0352
(79,3,82)
#440347
(68,3,71)
#39033C
(57,3,60)
#2E0331
(46,3,49)
#230326
(35,3,38)
#18031B
(24,3,27)
#0D0310
(13,3,16)
#000000
(0,0,0)

Tints of #7B037E

#7B037E
(123,3,126)
#871989
(135,25,137)
#932F94
(147,47,148)
#9F459F
(159,69,159)
#AB5BAA
(171,91,170)
#B771B5
(183,113,181)
#C387C0
(195,135,192)
#CF9DCB
(207,157,203)
#DBB3D6
(219,179,214)
#E7C9E1
(231,201,225)
#F3DFEC
(243,223,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B037E color. Also use rgb(123,3,126) instead hex code.

Text Font Color

.myTextColor { color: #7B037E; }

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

This text font color is #7B037E.

Background Color

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

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

This div background color is #7B037E.

Border color

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

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

This div border color is #7B037E.

Opacity

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

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

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

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

This text has shadow with #7B037E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B037E.

Preview

Color preview on black background

This text has color #7B037E on black background.


Color preview on white background

This text has color #7B037E on white background.


Black color preview on #7B037E background

This text has black color on #7B037E background.


White color preview on #7B037E background

This text has white color on #7B037E background.


Related colors

Complementary color

Complementary color for #hex is #84FC81.


I love getcolorcode.com

Triadic colors

1 #7E7B03 and #037E7B with #7B037E are triadic colors.

2 #7E037B and #037B7E with #7B037E are triadic colors.