COLOR #7700BE

HEX: #7700BE
RGB: (119,0,190)

Color info

#7700BE contains mainly blue color. Web safe color of #7700BE is #6600CC (or #60C).

RGB color model

#7700BE color RGB value is (119,0,190).

  • red value is 119;
  • green value is 0;
  • blue value is 190.
RGB:
(119,0,190)
(47%,0%,75%)

RGB channels and saturation

R 119 of 255 = 47%
G 0 of 255 = 0%
B 190 of 255 = 75%

119
0
190

R + G + B ~ 41%. #7700BE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 0 + 190 = 309 (100%)
R 119 of 309 ~ 38.51%
G 0 of 309 ~ 0%
B 190 of 309 ~ 61.49%

%38.51
%61.49

CMYK color model

#7700BE color CMYK value is (37,100,0,25).

  • cyan value is 37.37%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(37,100,0,25)
C37M100Y0K25 
(37%,100%,0%,25%)
(0.37/1.00/0.00/0.25)	

CMYK percentages

%37.37
%100
%0
%25.49

Codes

Color #7700BE in popluar color models

7700BE
RGB1190190
HSL278°100.00%37.25%
HSB/HSV278°100.00%74.51%
CMYK37.37%100.00%0.00%
25.49%

Color #7700BE in popluar number systems.

HEX7700BE
Decimal1190190
Binary1110111010111110
Octal1670276

Shades and tints

Shades of #7700BE

#7700BE
(119,0,190)
#6D00AD
(109,0,173)
#63009C
(99,0,156)
#59008B
(89,0,139)
#4F007A
(79,0,122)
#450069
(69,0,105)
#3B0058
(59,0,88)
#310047
(49,0,71)
#270036
(39,0,54)
#1D0025
(29,0,37)
#130014
(19,0,20)
#000000
(0,0,0)

Tints of #7700BE

#7700BE
(119,0,190)
#8317C3
(131,23,195)
#8F2EC8
(143,46,200)
#9B45CD
(155,69,205)
#A75CD2
(167,92,210)
#B373D7
(179,115,215)
#BF8ADC
(191,138,220)
#CBA1E1
(203,161,225)
#D7B8E6
(215,184,230)
#E3CFEB
(227,207,235)
#EFE6F0
(239,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7700BE color. Also use rgb(119,0,190) instead hex code.

Text Font Color

.myTextColor { color: #7700BE; }

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

This text font color is #7700BE.


Background Color

.myBgColor { background-color: #7700BE; }

<div style="background-color:#7700BE">Inner text</div>

This div background color is #7700BE.


Border color

.myBorderColor { border: 1px solid #7700BE; }

<div style="border:3px solid #7700BE">Div</div>

This div border color is #7700BE.


Opacity

.myOpacity80 { color: #7700BE; opacity: 0.8; }

<p style="color:#7700BE;opacity:0.8;">80%</p>

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

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

This text has shadow with #7700BE color.

.textShadow {text-shadow: 3px 3px 1px #7700BE, 3px 3px 1px red;}

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

This text has shadow with #7700BE primary color and red secondary color.


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

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

This text has shadow with #7700BE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7700BE on black background.


Color preview on white background

This text has color #7700BE on white background.



Black color preview on #7700BE background

This text has black color on #7700BE background.


White color preview on #7700BE background

This text has white color on #7700BE background.