COLOR #7D58A8

HEX: #7D58A8
RGB: (125,88,168)

Color info

#7D58A8 contains mainly red and blue colors. Web safe color of #7D58A8 is #666699 (or #669).

RGB color model

#7D58A8 color RGB value is (125,88,168).

  • red value is 125;
  • green value is 88;
  • blue value is 168.
RGB:
(125,88,168)
(49%,35%,66%)

RGB channels and saturation

R 125 of 255 = 49%
G 88 of 255 = 35%
B 168 of 255 = 66%

125
88
168

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

Portions of RGB colors in percentages

R + G + B =
125 + 88 + 168 = 381 (100%)
R 125 of 381 ~ 32.81%
G 88 of 381 ~ 23.1%
B 168 of 381 ~ 44.09%

%32.81
%23.1
%44.09

CMYK color model

#7D58A8 color CMYK value is (26,48,0,34).

  • cyan value is 25.60%
  • magenta value is 47.62%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(26,48,0,34)
C26M48Y0K34 
(26%,48%,0%,34%)
(0.26/0.48/0.00/0.34)	

CMYK percentages

%25.6
%47.62
%0
%34.12

Codes

Color #7D58A8 in popluar color models

7D58A8
RGB12588168
HSL268°31.50%50.20%
HSB/HSV268°47.62%65.88%
CMYK25.60%47.62%0.00%
34.12%

Color #7D58A8 in popluar number systems.

HEX7D58A8
Decimal12588168
Binary1111101101100010101000
Octal175130250

Shades and tints

Shades of #7D58A8

#7D58A8
(125,88,168)
#725099
(114,80,153)
#67488A
(103,72,138)
#5C407B
(92,64,123)
#51386C
(81,56,108)
#46305D
(70,48,93)
#3B284E
(59,40,78)
#30203F
(48,32,63)
#251830
(37,24,48)
#1A1021
(26,16,33)
#0F0812
(15,8,18)
#000000
(0,0,0)

Tints of #7D58A8

#7D58A8
(125,88,168)
#8867AF
(136,103,175)
#9376B6
(147,118,182)
#9E85BD
(158,133,189)
#A994C4
(169,148,196)
#B4A3CB
(180,163,203)
#BFB2D2
(191,178,210)
#CAC1D9
(202,193,217)
#D5D0E0
(213,208,224)
#E0DFE7
(224,223,231)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D58A8 color. Also use rgb(125,88,168) instead hex code.

Text Font Color

.myTextColor { color: #7D58A8; }

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

This text font color is #7D58A8.


Background Color

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

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

This div background color is #7D58A8.


Border color

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

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

This div border color is #7D58A8.


Opacity

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

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

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

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

This text has shadow with #7D58A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D58A8 on black background.


Color preview on white background

This text has color #7D58A8 on white background.



Black color preview on #7D58A8 background

This text has black color on #7D58A8 background.


White color preview on #7D58A8 background

This text has white color on #7D58A8 background.