COLOR #7B48AE

HEX: #7B48AE
RGB: (123,72,174)

Color info

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

RGB color model

#7B48AE color RGB value is (123,72,174).

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

RGB channels and saturation

R 123 of 255 = 48%
G 72 of 255 = 28%
B 174 of 255 = 68%

123
72
174

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

Portions of RGB colors in percentages

R + G + B =
123 + 72 + 174 = 369 (100%)
R 123 of 369 ~ 33.33%
G 72 of 369 ~ 19.51%
B 174 of 369 ~ 47.15%

%33.33
%19.51
%47.15

CMYK color model

#7B48AE color CMYK value is (29,59,0,32).

  • cyan value is 29.31%
  • magenta value is 58.62%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(29,59,0,32)
C29M59Y0K32 
(29%,59%,0%,32%)
(0.29/0.59/0.00/0.32)	

CMYK percentages

%29.31
%58.62
%0
%31.76

Codes

Color #7B48AE in popluar color models

7B48AE
RGB12372174
HSL270°41.46%48.24%
HSB/HSV270°58.62%68.24%
CMYK29.31%58.62%0.00%
31.76%

Color #7B48AE in popluar number systems.

HEX7B48AE
Decimal12372174
Binary1111011100100010101110
Octal173110256

Shades and tints

Shades of #7B48AE

#7B48AE
(123,72,174)
#70429F
(112,66,159)
#653C90
(101,60,144)
#5A3681
(90,54,129)
#4F3072
(79,48,114)
#442A63
(68,42,99)
#392454
(57,36,84)
#2E1E45
(46,30,69)
#231836
(35,24,54)
#181227
(24,18,39)
#0D0C18
(13,12,24)
#000000
(0,0,0)

Tints of #7B48AE

#7B48AE
(123,72,174)
#8758B5
(135,88,181)
#9368BC
(147,104,188)
#9F78C3
(159,120,195)
#AB88CA
(171,136,202)
#B798D1
(183,152,209)
#C3A8D8
(195,168,216)
#CFB8DF
(207,184,223)
#DBC8E6
(219,200,230)
#E7D8ED
(231,216,237)
#F3E8F4
(243,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B48AE; }

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

This text font color is #7B48AE.


Background Color

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

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

This div background color is #7B48AE.


Border color

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

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

This div border color is #7B48AE.


Opacity

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

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

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

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

This text has shadow with #7B48AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B48AE on black background.


Color preview on white background

This text has color #7B48AE on white background.



Black color preview on #7B48AE background

This text has black color on #7B48AE background.


White color preview on #7B48AE background

This text has white color on #7B48AE background.