COLOR #7F5AD7

HEX: #7F5AD7 RGB: (127,90,215)

Color info

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

RGB color model

#7F5AD7 color RGB value is (127,90,215).

RGB: (127,90,215) (50%, 35%, 84%)

RGB channels and saturation

R 127 of 255 = 50%
G 90 of 255 = 35%
B 215 of 255 = 84%

127
90
215

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

Portions of RGB colors in percentages

R + G + B = 127 + 90 + 215 = 432 (100%)
R 127 of 432 ~ 29.4%
G 90 of 432 ~ 20.83%
B 215 of 432 ~ 49.77'%

%29.4
%20.83
%49.77

CMYK color model

#7F5AD7 color CMYK value is (41,58,0,16).

  • cyan value is 40.93%
  • magenta value is 58.14%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (41,58,0,16)
C41M58Y0K16 (41%, 58%, 0%, 16%)
(0.41 / 0.58 / 0.00 / 0.16)

CMYK percentages

%40.93
%58.14
%0
%15.69

Codes

Color #7F5AD7 in popluar color models

7F 5A D7
RGB 127 90 215
HSL 258° 60.98% 59.80%
HSB/HSV 258° 58.14% 84.31%
CMYK 40.93% 58.14% 0.00%
15.69%

Color #7F5AD7 in popluar number systems.

HEX 7F 5A D7
Decimal 127 90 215
Binary 1111111 1011010 11010111
Octal 177 132 327

Shades and tints

Shades of #7F5AD7

#7F5AD7
(127,90,215)
#7452C4
(116,82,196)
#694AB1
(105,74,177)
#5E429E
(94,66,158)
#533A8B
(83,58,139)
#483278
(72,50,120)
#3D2A65
(61,42,101)
#322252
(50,34,82)
#271A3F
(39,26,63)
#1C122C
(28,18,44)
#110A19
(17,10,25)
#000000
(0,0,0)

Tints of #7F5AD7

#7F5AD7
(127,90,215)
#8A69DA
(138,105,218)
#9578DD
(149,120,221)
#A087E0
(160,135,224)
#AB96E3
(171,150,227)
#B6A5E6
(182,165,230)
#C1B4E9
(193,180,233)
#CCC3EC
(204,195,236)
#D7D2EF
(215,210,239)
#E2E1F2
(226,225,242)
#EDF0F5
(237,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5AD7 color. Also use rgb(127,90,215) instead hex code.

Text Font Color

.myTextColor { color: #7F5AD7; }

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

This text font color is #7F5AD7.

Background Color

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

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

This div background color is #7F5AD7.

Border color

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

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

This div border color is #7F5AD7.

Opacity

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

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

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

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

This text has shadow with #7F5AD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F5AD7.

Preview

Color preview on black background

This text has color #7F5AD7 on black background.


Color preview on white background

This text has color #7F5AD7 on white background.


Black color preview on #7F5AD7 background

This text has black color on #7F5AD7 background.


White color preview on #7F5AD7 background

This text has white color on #7F5AD7 background.


Related colors

Complementary color

Complementary color for #hex is #80A528.


I love getcolorcode.com

Triadic colors

1 #D77F5A and #5AD77F with #7F5AD7 are triadic colors.

2 #D75A7F and #5A7FD7 with #7F5AD7 are triadic colors.