COLOR #7251B6

HEX: #7251B6
RGB: (114,81,182)

Color info

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

RGB color model

#7251B6 color RGB value is (114,81,182).

  • red value is 114;
  • green value is 81;
  • blue value is 182.
RGB:
(114,81,182)
(45%,32%,71%)

RGB channels and saturation

R 114 of 255 = 45%
G 81 of 255 = 32%
B 182 of 255 = 71%

114
81
182

R + G + B ~ 49%. #7251B6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 81 + 182 = 377 (100%)
R 114 of 377 ~ 30.24%
G 81 of 377 ~ 21.49%
B 182 of 377 ~ 48.28%

%30.24
%21.49
%48.28

CMYK color model

#7251B6 color CMYK value is (37,55,0,29).

  • cyan value is 37.36%
  • magenta value is 55.49%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(37,55,0,29)
C37M55Y0K29 
(37%,55%,0%,29%)
(0.37/0.55/0.00/0.29)	

CMYK percentages

%37.36
%55.49
%0
%28.63

Codes

Color #7251B6 in popluar color models

7251B6
RGB11481182
HSL260°40.89%51.57%
HSB/HSV260°55.49%71.37%
CMYK37.36%55.49%0.00%
28.63%

Color #7251B6 in popluar number systems.

HEX7251B6
Decimal11481182
Binary1110010101000110110110
Octal162121266

Shades and tints

Shades of #7251B6

#7251B6
(114,81,182)
#684AA6
(104,74,166)
#5E4396
(94,67,150)
#543C86
(84,60,134)
#4A3576
(74,53,118)
#402E66
(64,46,102)
#362756
(54,39,86)
#2C2046
(44,32,70)
#221936
(34,25,54)
#181226
(24,18,38)
#0E0B16
(14,11,22)
#000000
(0,0,0)

Tints of #7251B6

#7251B6
(114,81,182)
#7E60BC
(126,96,188)
#8A6FC2
(138,111,194)
#967EC8
(150,126,200)
#A28DCE
(162,141,206)
#AE9CD4
(174,156,212)
#BAABDA
(186,171,218)
#C6BAE0
(198,186,224)
#D2C9E6
(210,201,230)
#DED8EC
(222,216,236)
#EAE7F2
(234,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7251B6 color. Also use rgb(114,81,182) instead hex code.

Text Font Color

.myTextColor { color: #7251B6; }

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

This text font color is #7251B6.


Background Color

.myBgColor { background-color: #7251B6; }

<div style="background-color:#7251B6">Inner text</div>

This div background color is #7251B6.


Border color

.myBorderColor { border: 1px solid #7251B6; }

<div style="border:3px solid #7251B6">Div</div>

This div border color is #7251B6.


Opacity

.myOpacity80 { color: #7251B6; opacity: 0.8; }

<p style="color:#7251B6;opacity:0.8;">80%</p>

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

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

This text has shadow with #7251B6 color.

.textShadow {text-shadow: 3px 3px 1px #7251B6, 3px 3px 1px red;}

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

This text has shadow with #7251B6 primary color and red secondary color.


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

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

This text has shadow with #7251B6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7251B6 on black background.


Color preview on white background

This text has color #7251B6 on white background.



Black color preview on #7251B6 background

This text has black color on #7251B6 background.


White color preview on #7251B6 background

This text has white color on #7251B6 background.