COLOR #7C51BF

HEX: #7C51BF
RGB: (124,81,191)

Color info

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

RGB color model

#7C51BF color RGB value is (124,81,191).

  • red value is 124;
  • green value is 81;
  • blue value is 191.
RGB:
(124,81,191)
(49%,32%,75%)

RGB channels and saturation

R 124 of 255 = 49%
G 81 of 255 = 32%
B 191 of 255 = 75%

124
81
191

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

Portions of RGB colors in percentages

R + G + B =
124 + 81 + 191 = 396 (100%)
R 124 of 396 ~ 31.31%
G 81 of 396 ~ 20.45%
B 191 of 396 ~ 48.23%

%31.31
%20.45
%48.23

CMYK color model

#7C51BF color CMYK value is (35,58,0,25).

  • cyan value is 35.08%
  • magenta value is 57.59%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(35,58,0,25)
C35M58Y0K25 
(35%,58%,0%,25%)
(0.35/0.58/0.00/0.25)	

CMYK percentages

%35.08
%57.59
%0
%25.1

Codes

Color #7C51BF in popluar color models

7C51BF
RGB12481191
HSL263°46.22%53.33%
HSB/HSV263°57.59%74.90%
CMYK35.08%57.59%0.00%
25.10%

Color #7C51BF in popluar number systems.

HEX7C51BF
Decimal12481191
Binary1111100101000110111111
Octal174121277

Shades and tints

Shades of #7C51BF

#7C51BF
(124,81,191)
#714AAE
(113,74,174)
#66439D
(102,67,157)
#5B3C8C
(91,60,140)
#50357B
(80,53,123)
#452E6A
(69,46,106)
#3A2759
(58,39,89)
#2F2048
(47,32,72)
#241937
(36,25,55)
#191226
(25,18,38)
#0E0B15
(14,11,21)
#000000
(0,0,0)

Tints of #7C51BF

#7C51BF
(124,81,191)
#8760C4
(135,96,196)
#926FC9
(146,111,201)
#9D7ECE
(157,126,206)
#A88DD3
(168,141,211)
#B39CD8
(179,156,216)
#BEABDD
(190,171,221)
#C9BAE2
(201,186,226)
#D4C9E7
(212,201,231)
#DFD8EC
(223,216,236)
#EAE7F1
(234,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C51BF color. Also use rgb(124,81,191) instead hex code.

Text Font Color

.myTextColor { color: #7C51BF; }

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

This text font color is #7C51BF.


Background Color

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

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

This div background color is #7C51BF.


Border color

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

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

This div border color is #7C51BF.


Opacity

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

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

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

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

This text has shadow with #7C51BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C51BF on black background.


Color preview on white background

This text has color #7C51BF on white background.



Black color preview on #7C51BF background

This text has black color on #7C51BF background.


White color preview on #7C51BF background

This text has white color on #7C51BF background.