COLOR #7F61E1

HEX: #7F61E1
RGB: (127,97,225)

Color info

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

RGB color model

#7F61E1 color RGB value is (127,97,225).

  • red value is 127;
  • green value is 97;
  • blue value is 225.
RGB:
(127,97,225)
(50%,38%,88%)

RGB channels and saturation

R 127 of 255 = 50%
G 97 of 255 = 38%
B 225 of 255 = 88%

127
97
225

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

Portions of RGB colors in percentages

R + G + B =
127 + 97 + 225 = 449 (100%)
R 127 of 449 ~ 28.29%
G 97 of 449 ~ 21.6%
B 225 of 449 ~ 50.11%

%28.29
%21.6
%50.11

CMYK color model

#7F61E1 color CMYK value is (44,57,0,12).

  • cyan value is 43.56%
  • magenta value is 56.89%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(44,57,0,12)
C44M57Y0K12 
(44%,57%,0%,12%)
(0.44/0.57/0.00/0.12)	

CMYK percentages

%43.56
%56.89
%0
%11.76

Codes

Color #7F61E1 in popluar color models

7F61E1
RGB12797225
HSL254°68.09%63.14%
HSB/HSV254°56.89%88.24%
CMYK43.56%56.89%0.00%
11.76%

Color #7F61E1 in popluar number systems.

HEX7F61E1
Decimal12797225
Binary1111111110000111100001
Octal177141341

Shades and tints

Shades of #7F61E1

#7F61E1
(127,97,225)
#7459CD
(116,89,205)
#6951B9
(105,81,185)
#5E49A5
(94,73,165)
#534191
(83,65,145)
#48397D
(72,57,125)
#3D3169
(61,49,105)
#322955
(50,41,85)
#272141
(39,33,65)
#1C192D
(28,25,45)
#111119
(17,17,25)
#000000
(0,0,0)

Tints of #7F61E1

#7F61E1
(127,97,225)
#8A6FE3
(138,111,227)
#957DE5
(149,125,229)
#A08BE7
(160,139,231)
#AB99E9
(171,153,233)
#B6A7EB
(182,167,235)
#C1B5ED
(193,181,237)
#CCC3EF
(204,195,239)
#D7D1F1
(215,209,241)
#E2DFF3
(226,223,243)
#EDEDF5
(237,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F61E1 color. Also use rgb(127,97,225) instead hex code.

Text Font Color

.myTextColor { color: #7F61E1; }

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

This text font color is #7F61E1.


Background Color

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

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

This div background color is #7F61E1.


Border color

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

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

This div border color is #7F61E1.


Opacity

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

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

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

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

This text has shadow with #7F61E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F61E1 on black background.


Color preview on white background

This text has color #7F61E1 on white background.



Black color preview on #7F61E1 background

This text has black color on #7F61E1 background.


White color preview on #7F61E1 background

This text has white color on #7F61E1 background.