COLOR #7B51BE

HEX: #7B51BE
RGB: (123,81,190)

Color info

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

RGB color model

#7B51BE color RGB value is (123,81,190).

  • red value is 123;
  • green value is 81;
  • blue value is 190.
RGB:
(123,81,190)
(48%,32%,75%)

RGB channels and saturation

R 123 of 255 = 48%
G 81 of 255 = 32%
B 190 of 255 = 75%

123
81
190

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

Portions of RGB colors in percentages

R + G + B =
123 + 81 + 190 = 394 (100%)
R 123 of 394 ~ 31.22%
G 81 of 394 ~ 20.56%
B 190 of 394 ~ 48.22%

%31.22
%20.56
%48.22

CMYK color model

#7B51BE color CMYK value is (35,57,0,25).

  • cyan value is 35.26%
  • magenta value is 57.37%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(35,57,0,25)
C35M57Y0K25 
(35%,57%,0%,25%)
(0.35/0.57/0.00/0.25)	

CMYK percentages

%35.26
%57.37
%0
%25.49

Codes

Color #7B51BE in popluar color models

7B51BE
RGB12381190
HSL263°45.61%53.14%
HSB/HSV263°57.37%74.51%
CMYK35.26%57.37%0.00%
25.49%

Color #7B51BE in popluar number systems.

HEX7B51BE
Decimal12381190
Binary1111011101000110111110
Octal173121276

Shades and tints

Shades of #7B51BE

#7B51BE
(123,81,190)
#704AAD
(112,74,173)
#65439C
(101,67,156)
#5A3C8B
(90,60,139)
#4F357A
(79,53,122)
#442E69
(68,46,105)
#392758
(57,39,88)
#2E2047
(46,32,71)
#231936
(35,25,54)
#181225
(24,18,37)
#0D0B14
(13,11,20)
#000000
(0,0,0)

Tints of #7B51BE

#7B51BE
(123,81,190)
#8760C3
(135,96,195)
#936FC8
(147,111,200)
#9F7ECD
(159,126,205)
#AB8DD2
(171,141,210)
#B79CD7
(183,156,215)
#C3ABDC
(195,171,220)
#CFBAE1
(207,186,225)
#DBC9E6
(219,201,230)
#E7D8EB
(231,216,235)
#F3E7F0
(243,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B51BE color. Also use rgb(123,81,190) instead hex code.

Text Font Color

.myTextColor { color: #7B51BE; }

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

This text font color is #7B51BE.


Background Color

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

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

This div background color is #7B51BE.


Border color

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

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

This div border color is #7B51BE.


Opacity

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

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

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

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

This text has shadow with #7B51BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B51BE on black background.


Color preview on white background

This text has color #7B51BE on white background.



Black color preview on #7B51BE background

This text has black color on #7B51BE background.


White color preview on #7B51BE background

This text has white color on #7B51BE background.