COLOR #7151D8

HEX: #7151D8
RGB: (113,81,216)

Color info

#7151D8 contains mainly blue color. Web safe color of #7151D8 is #6666CC (or #66C).

RGB color model

#7151D8 color RGB value is (113,81,216).

  • red value is 113;
  • green value is 81;
  • blue value is 216.
RGB:
(113,81,216)
(44%,32%,85%)

RGB channels and saturation

R 113 of 255 = 44%
G 81 of 255 = 32%
B 216 of 255 = 85%

113
81
216

R + G + B ~ 54%. #7151D8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 81 + 216 = 410 (100%)
R 113 of 410 ~ 27.56%
G 81 of 410 ~ 19.76%
B 216 of 410 ~ 52.68%

%27.56
%19.76
%52.68

CMYK color model

#7151D8 color CMYK value is (48,63,0,15).

  • cyan value is 47.69%
  • magenta value is 62.50%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(48,63,0,15)
C48M63Y0K15 
(48%,63%,0%,15%)
(0.48/0.63/0.00/0.15)	

CMYK percentages

%47.69
%62.5
%0
%15.29

Codes

Color #7151D8 in popluar color models

7151D8
RGB11381216
HSL254°63.38%58.24%
HSB/HSV254°62.50%84.71%
CMYK47.69%62.50%0.00%
15.29%

Color #7151D8 in popluar number systems.

HEX7151D8
Decimal11381216
Binary1110001101000111011000
Octal161121330

Shades and tints

Shades of #7151D8

#7151D8
(113,81,216)
#674AC5
(103,74,197)
#5D43B2
(93,67,178)
#533C9F
(83,60,159)
#49358C
(73,53,140)
#3F2E79
(63,46,121)
#352766
(53,39,102)
#2B2053
(43,32,83)
#211940
(33,25,64)
#17122D
(23,18,45)
#0D0B1A
(13,11,26)
#000000
(0,0,0)

Tints of #7151D8

#7151D8
(113,81,216)
#7D60DB
(125,96,219)
#896FDE
(137,111,222)
#957EE1
(149,126,225)
#A18DE4
(161,141,228)
#AD9CE7
(173,156,231)
#B9ABEA
(185,171,234)
#C5BAED
(197,186,237)
#D1C9F0
(209,201,240)
#DDD8F3
(221,216,243)
#E9E7F6
(233,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7151D8 color. Also use rgb(113,81,216) instead hex code.

Text Font Color

.myTextColor { color: #7151D8; }

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

This text font color is #7151D8.


Background Color

.myBgColor { background-color: #7151D8; }

<div style="background-color:#7151D8">Inner text</div>

This div background color is #7151D8.


Border color

.myBorderColor { border: 1px solid #7151D8; }

<div style="border:3px solid #7151D8">Div</div>

This div border color is #7151D8.


Opacity

.myOpacity80 { color: #7151D8; opacity: 0.8; }

<p style="color:#7151D8;opacity:0.8;">80%</p>

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

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

This text has shadow with #7151D8 color.

.textShadow {text-shadow: 3px 3px 1px #7151D8, 3px 3px 1px red;}

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

This text has shadow with #7151D8 primary color and red secondary color.


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

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

This text has shadow with #7151D8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7151D8 on black background.


Color preview on white background

This text has color #7151D8 on white background.



Black color preview on #7151D8 background

This text has black color on #7151D8 background.


White color preview on #7151D8 background

This text has white color on #7151D8 background.