COLOR #7705EE

HEX: #7705EE
RGB: (119,5,238)

Color info

#7705EE contains mainly blue color. Web safe color of #7705EE is #6600FF (or #60F).

RGB color model

#7705EE color RGB value is (119,5,238).

  • red value is 119;
  • green value is 5;
  • blue value is 238.
RGB:
(119,5,238)
(47%,2%,93%)

RGB channels and saturation

R 119 of 255 = 47%
G 5 of 255 = 2%
B 238 of 255 = 93%

119
5
238

R + G + B ~ 47%. #7705EE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 5 + 238 = 362 (100%)
R 119 of 362 ~ 32.87%
G 5 of 362 ~ 1.38%
B 238 of 362 ~ 65.75%

%32.87
%65.75

CMYK color model

#7705EE color CMYK value is (50,98,0,7).

  • cyan value is 50.00%
  • magenta value is 97.90%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(50,98,0,7)
C50M98Y0K7 
(50%,98%,0%,7%)
(0.50/0.98/0.00/0.07)	

CMYK percentages

%50
%97.9
%0
%6.67

Codes

Color #7705EE in popluar color models

7705EE
RGB1195238
HSL269°95.88%47.65%
HSB/HSV269°97.90%93.33%
CMYK50.00%97.90%0.00%
6.67%

Color #7705EE in popluar number systems.

HEX7705EE
Decimal1195238
Binary111011110111101110
Octal1675356

Shades and tints

Shades of #7705EE

#7705EE
(119,5,238)
#6D05D9
(109,5,217)
#6305C4
(99,5,196)
#5905AF
(89,5,175)
#4F059A
(79,5,154)
#450585
(69,5,133)
#3B0570
(59,5,112)
#31055B
(49,5,91)
#270546
(39,5,70)
#1D0531
(29,5,49)
#13051C
(19,5,28)
#000000
(0,0,0)

Tints of #7705EE

#7705EE
(119,5,238)
#831BEF
(131,27,239)
#8F31F0
(143,49,240)
#9B47F1
(155,71,241)
#A75DF2
(167,93,242)
#B373F3
(179,115,243)
#BF89F4
(191,137,244)
#CB9FF5
(203,159,245)
#D7B5F6
(215,181,246)
#E3CBF7
(227,203,247)
#EFE1F8
(239,225,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7705EE color. Also use rgb(119,5,238) instead hex code.

Text Font Color

.myTextColor { color: #7705EE; }

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

This text font color is #7705EE.


Background Color

.myBgColor { background-color: #7705EE; }

<div style="background-color:#7705EE">Inner text</div>

This div background color is #7705EE.


Border color

.myBorderColor { border: 1px solid #7705EE; }

<div style="border:3px solid #7705EE">Div</div>

This div border color is #7705EE.


Opacity

.myOpacity80 { color: #7705EE; opacity: 0.8; }

<p style="color:#7705EE;opacity:0.8;">80%</p>

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

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

This text has shadow with #7705EE color.

.textShadow {text-shadow: 3px 3px 1px #7705EE, 3px 3px 1px red;}

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

This text has shadow with #7705EE primary color and red secondary color.


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

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

This text has shadow with #7705EE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7705EE on black background.


Color preview on white background

This text has color #7705EE on white background.



Black color preview on #7705EE background

This text has black color on #7705EE background.


White color preview on #7705EE background

This text has white color on #7705EE background.