COLOR #7F58B5

HEX: #7F58B5
RGB: (127,88,181)

Color info

#7F58B5 contains mainly red and blue colors. Web safe color of #7F58B5 is #6666CC (or #66C).

RGB color model

#7F58B5 color RGB value is (127,88,181).

  • red value is 127;
  • green value is 88;
  • blue value is 181.
RGB:
(127,88,181)
(50%,35%,71%)

RGB channels and saturation

R 127 of 255 = 50%
G 88 of 255 = 35%
B 181 of 255 = 71%

127
88
181

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

Portions of RGB colors in percentages

R + G + B =
127 + 88 + 181 = 396 (100%)
R 127 of 396 ~ 32.07%
G 88 of 396 ~ 22.22%
B 181 of 396 ~ 45.71%

%32.07
%22.22
%45.71

CMYK color model

#7F58B5 color CMYK value is (30,51,0,29).

  • cyan value is 29.83%
  • magenta value is 51.38%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(30,51,0,29)
C30M51Y0K29 
(30%,51%,0%,29%)
(0.30/0.51/0.00/0.29)	

CMYK percentages

%29.83
%51.38
%0
%29.02

Codes

Color #7F58B5 in popluar color models

7F58B5
RGB12788181
HSL265°38.59%52.75%
HSB/HSV265°51.38%70.98%
CMYK29.83%51.38%0.00%
29.02%

Color #7F58B5 in popluar number systems.

HEX7F58B5
Decimal12788181
Binary1111111101100010110101
Octal177130265

Shades and tints

Shades of #7F58B5

#7F58B5
(127,88,181)
#7450A5
(116,80,165)
#694895
(105,72,149)
#5E4085
(94,64,133)
#533875
(83,56,117)
#483065
(72,48,101)
#3D2855
(61,40,85)
#322045
(50,32,69)
#271835
(39,24,53)
#1C1025
(28,16,37)
#110815
(17,8,21)
#000000
(0,0,0)

Tints of #7F58B5

#7F58B5
(127,88,181)
#8A67BB
(138,103,187)
#9576C1
(149,118,193)
#A085C7
(160,133,199)
#AB94CD
(171,148,205)
#B6A3D3
(182,163,211)
#C1B2D9
(193,178,217)
#CCC1DF
(204,193,223)
#D7D0E5
(215,208,229)
#E2DFEB
(226,223,235)
#EDEEF1
(237,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F58B5 color. Also use rgb(127,88,181) instead hex code.

Text Font Color

.myTextColor { color: #7F58B5; }

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

This text font color is #7F58B5.


Background Color

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

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

This div background color is #7F58B5.


Border color

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

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

This div border color is #7F58B5.


Opacity

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

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

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

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

This text has shadow with #7F58B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F58B5 on black background.


Color preview on white background

This text has color #7F58B5 on white background.



Black color preview on #7F58B5 background

This text has black color on #7F58B5 background.


White color preview on #7F58B5 background

This text has white color on #7F58B5 background.