COLOR #7B48C7

HEX: #7B48C7
RGB: (123,72,199)

Color info

#7B48C7 contains mainly blue color. Web safe color of #7B48C7 is #6633CC (or #63C).

RGB color model

#7B48C7 color RGB value is (123,72,199).

  • red value is 123;
  • green value is 72;
  • blue value is 199.
RGB:
(123,72,199)
(48%,28%,78%)

RGB channels and saturation

R 123 of 255 = 48%
G 72 of 255 = 28%
B 199 of 255 = 78%

123
72
199

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

Portions of RGB colors in percentages

R + G + B =
123 + 72 + 199 = 394 (100%)
R 123 of 394 ~ 31.22%
G 72 of 394 ~ 18.27%
B 199 of 394 ~ 50.51%

%31.22
%18.27
%50.51

CMYK color model

#7B48C7 color CMYK value is (38,64,0,22).

  • cyan value is 38.19%
  • magenta value is 63.82%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(38,64,0,22)
C38M64Y0K22 
(38%,64%,0%,22%)
(0.38/0.64/0.00/0.22)	

CMYK percentages

%38.19
%63.82
%0
%21.96

Codes

Color #7B48C7 in popluar color models

7B48C7
RGB12372199
HSL264°53.14%53.14%
HSB/HSV264°63.82%78.04%
CMYK38.19%63.82%0.00%
21.96%

Color #7B48C7 in popluar number systems.

HEX7B48C7
Decimal12372199
Binary1111011100100011000111
Octal173110307

Shades and tints

Shades of #7B48C7

#7B48C7
(123,72,199)
#7042B5
(112,66,181)
#653CA3
(101,60,163)
#5A3691
(90,54,145)
#4F307F
(79,48,127)
#442A6D
(68,42,109)
#39245B
(57,36,91)
#2E1E49
(46,30,73)
#231837
(35,24,55)
#181225
(24,18,37)
#0D0C13
(13,12,19)
#000000
(0,0,0)

Tints of #7B48C7

#7B48C7
(123,72,199)
#8758CC
(135,88,204)
#9368D1
(147,104,209)
#9F78D6
(159,120,214)
#AB88DB
(171,136,219)
#B798E0
(183,152,224)
#C3A8E5
(195,168,229)
#CFB8EA
(207,184,234)
#DBC8EF
(219,200,239)
#E7D8F4
(231,216,244)
#F3E8F9
(243,232,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B48C7 color. Also use rgb(123,72,199) instead hex code.

Text Font Color

.myTextColor { color: #7B48C7; }

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

This text font color is #7B48C7.


Background Color

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

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

This div background color is #7B48C7.


Border color

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

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

This div border color is #7B48C7.


Opacity

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

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

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

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

This text has shadow with #7B48C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B48C7 on black background.


Color preview on white background

This text has color #7B48C7 on white background.



Black color preview on #7B48C7 background

This text has black color on #7B48C7 background.


White color preview on #7B48C7 background

This text has white color on #7B48C7 background.