COLOR #7451DB

HEX: #7451DB
RGB: (116,81,219)

Color info

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

RGB color model

#7451DB color RGB value is (116,81,219).

  • red value is 116;
  • green value is 81;
  • blue value is 219.
RGB:
(116,81,219)
(45%,32%,86%)

RGB channels and saturation

R 116 of 255 = 45%
G 81 of 255 = 32%
B 219 of 255 = 86%

116
81
219

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

Portions of RGB colors in percentages

R + G + B =
116 + 81 + 219 = 416 (100%)
R 116 of 416 ~ 27.88%
G 81 of 416 ~ 19.47%
B 219 of 416 ~ 52.64%

%27.88
%19.47
%52.64

CMYK color model

#7451DB color CMYK value is (47,63,0,14).

  • cyan value is 47.03%
  • magenta value is 63.01%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(47,63,0,14)
C47M63Y0K14 
(47%,63%,0%,14%)
(0.47/0.63/0.00/0.14)	

CMYK percentages

%47.03
%63.01
%0
%14.12

Codes

Color #7451DB in popluar color models

7451DB
RGB11681219
HSL255°65.71%58.82%
HSB/HSV255°63.01%85.88%
CMYK47.03%63.01%0.00%
14.12%

Color #7451DB in popluar number systems.

HEX7451DB
Decimal11681219
Binary1110100101000111011011
Octal164121333

Shades and tints

Shades of #7451DB

#7451DB
(116,81,219)
#6A4AC8
(106,74,200)
#6043B5
(96,67,181)
#563CA2
(86,60,162)
#4C358F
(76,53,143)
#422E7C
(66,46,124)
#382769
(56,39,105)
#2E2056
(46,32,86)
#241943
(36,25,67)
#1A1230
(26,18,48)
#100B1D
(16,11,29)
#000000
(0,0,0)

Tints of #7451DB

#7451DB
(116,81,219)
#8060DE
(128,96,222)
#8C6FE1
(140,111,225)
#987EE4
(152,126,228)
#A48DE7
(164,141,231)
#B09CEA
(176,156,234)
#BCABED
(188,171,237)
#C8BAF0
(200,186,240)
#D4C9F3
(212,201,243)
#E0D8F6
(224,216,246)
#ECE7F9
(236,231,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7451DB color. Also use rgb(116,81,219) instead hex code.

Text Font Color

.myTextColor { color: #7451DB; }

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

This text font color is #7451DB.


Background Color

.myBgColor { background-color: #7451DB; }

<div style="background-color:#7451DB">Inner text</div>

This div background color is #7451DB.


Border color

.myBorderColor { border: 1px solid #7451DB; }

<div style="border:3px solid #7451DB">Div</div>

This div border color is #7451DB.


Opacity

.myOpacity80 { color: #7451DB; opacity: 0.8; }

<p style="color:#7451DB;opacity:0.8;">80%</p>

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

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

This text has shadow with #7451DB color.

.textShadow {text-shadow: 3px 3px 1px #7451DB, 3px 3px 1px red;}

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

This text has shadow with #7451DB primary color and red secondary color.


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

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

This text has shadow with #7451DB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7451DB on black background.


Color preview on white background

This text has color #7451DB on white background.



Black color preview on #7451DB background

This text has black color on #7451DB background.


White color preview on #7451DB background

This text has white color on #7451DB background.