COLOR #7148B3

HEX: #7148B3
RGB: (113,72,179)

Color info

#7148B3 contains mainly blue color. Web safe color of #7148B3 is #663399 (or #639).

RGB color model

#7148B3 color RGB value is (113,72,179).

  • red value is 113;
  • green value is 72;
  • blue value is 179.
RGB:
(113,72,179)
(44%,28%,70%)

RGB channels and saturation

R 113 of 255 = 44%
G 72 of 255 = 28%
B 179 of 255 = 70%

113
72
179

R + G + B ~ 47%. #7148B3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 72 + 179 = 364 (100%)
R 113 of 364 ~ 31.04%
G 72 of 364 ~ 19.78%
B 179 of 364 ~ 49.18%

%31.04
%19.78
%49.18

CMYK color model

#7148B3 color CMYK value is (37,60,0,30).

  • cyan value is 36.87%
  • magenta value is 59.78%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(37,60,0,30)
C37M60Y0K30 
(37%,60%,0%,30%)
(0.37/0.60/0.00/0.30)	

CMYK percentages

%36.87
%59.78
%0
%29.8

Codes

Color #7148B3 in popluar color models

7148B3
RGB11372179
HSL263°42.63%49.22%
HSB/HSV263°59.78%70.20%
CMYK36.87%59.78%0.00%
29.80%

Color #7148B3 in popluar number systems.

HEX7148B3
Decimal11372179
Binary1110001100100010110011
Octal161110263

Shades and tints

Shades of #7148B3

#7148B3
(113,72,179)
#6742A3
(103,66,163)
#5D3C93
(93,60,147)
#533683
(83,54,131)
#493073
(73,48,115)
#3F2A63
(63,42,99)
#352453
(53,36,83)
#2B1E43
(43,30,67)
#211833
(33,24,51)
#171223
(23,18,35)
#0D0C13
(13,12,19)
#000000
(0,0,0)

Tints of #7148B3

#7148B3
(113,72,179)
#7D58B9
(125,88,185)
#8968BF
(137,104,191)
#9578C5
(149,120,197)
#A188CB
(161,136,203)
#AD98D1
(173,152,209)
#B9A8D7
(185,168,215)
#C5B8DD
(197,184,221)
#D1C8E3
(209,200,227)
#DDD8E9
(221,216,233)
#E9E8EF
(233,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7148B3 color. Also use rgb(113,72,179) instead hex code.

Text Font Color

.myTextColor { color: #7148B3; }

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

This text font color is #7148B3.


Background Color

.myBgColor { background-color: #7148B3; }

<div style="background-color:#7148B3">Inner text</div>

This div background color is #7148B3.


Border color

.myBorderColor { border: 1px solid #7148B3; }

<div style="border:3px solid #7148B3">Div</div>

This div border color is #7148B3.


Opacity

.myOpacity80 { color: #7148B3; opacity: 0.8; }

<p style="color:#7148B3;opacity:0.8;">80%</p>

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

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

This text has shadow with #7148B3 color.

.textShadow {text-shadow: 3px 3px 1px #7148B3, 3px 3px 1px red;}

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

This text has shadow with #7148B3 primary color and red secondary color.


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

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

This text has shadow with #7148B3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7148B3 on black background.


Color preview on white background

This text has color #7148B3 on white background.



Black color preview on #7148B3 background

This text has black color on #7148B3 background.


White color preview on #7148B3 background

This text has white color on #7148B3 background.