COLOR #7B378F

HEX: #7B378F
RGB: (123,55,143)

Color info

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

RGB color model

#7B378F color RGB value is (123,55,143).

  • red value is 123;
  • green value is 55;
  • blue value is 143.
RGB:
(123,55,143)
(48%,22%,56%)

RGB channels and saturation

R 123 of 255 = 48%
G 55 of 255 = 22%
B 143 of 255 = 56%

123
55
143

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

Portions of RGB colors in percentages

R + G + B =
123 + 55 + 143 = 321 (100%)
R 123 of 321 ~ 38.32%
G 55 of 321 ~ 17.13%
B 143 of 321 ~ 44.55%

%38.32
%17.13
%44.55

CMYK color model

#7B378F color CMYK value is (14,62,0,44).

  • cyan value is 13.99%
  • magenta value is 61.54%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(14,62,0,44)
C14M62Y0K44 
(14%,62%,0%,44%)
(0.14/0.62/0.00/0.44)	

CMYK percentages

%13.99
%61.54
%0
%43.92

Codes

Color #7B378F in popluar color models

7B378F
RGB12355143
HSL286°44.44%38.82%
HSB/HSV286°61.54%56.08%
CMYK13.99%61.54%0.00%
43.92%

Color #7B378F in popluar number systems.

HEX7B378F
Decimal12355143
Binary111101111011110001111
Octal17367217

Shades and tints

Shades of #7B378F

#7B378F
(123,55,143)
#703282
(112,50,130)
#652D75
(101,45,117)
#5A2868
(90,40,104)
#4F235B
(79,35,91)
#441E4E
(68,30,78)
#391941
(57,25,65)
#2E1434
(46,20,52)
#230F27
(35,15,39)
#180A1A
(24,10,26)
#0D050D
(13,5,13)
#000000
(0,0,0)

Tints of #7B378F

#7B378F
(123,55,143)
#874999
(135,73,153)
#935BA3
(147,91,163)
#9F6DAD
(159,109,173)
#AB7FB7
(171,127,183)
#B791C1
(183,145,193)
#C3A3CB
(195,163,203)
#CFB5D5
(207,181,213)
#DBC7DF
(219,199,223)
#E7D9E9
(231,217,233)
#F3EBF3
(243,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B378F color. Also use rgb(123,55,143) instead hex code.

Text Font Color

.myTextColor { color: #7B378F; }

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

This text font color is #7B378F.


Background Color

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

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

This div background color is #7B378F.


Border color

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

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

This div border color is #7B378F.


Opacity

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

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

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

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

This text has shadow with #7B378F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B378F on black background.


Color preview on white background

This text has color #7B378F on white background.



Black color preview on #7B378F background

This text has black color on #7B378F background.


White color preview on #7B378F background

This text has white color on #7B378F background.