COLOR #7D58F6

HEX: #7D58F6 RGB: (125,88,246)

Color info

#7D58F6 contains mainly blue color. Web safe color of #7D58F6 is #6666FF (or #66F).

RGB color model

#7D58F6 color RGB value is (125,88,246).

RGB: (125,88,246) (49%, 35%, 96%)

RGB channels and saturation

R 125 of 255 = 49%
G 88 of 255 = 35%
B 246 of 255 = 96%

125
88
246

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

Portions of RGB colors in percentages

R + G + B = 125 + 88 + 246 = 459 (100%)
R 125 of 459 ~ 27.23%
G 88 of 459 ~ 19.17%
B 246 of 459 ~ 53.59'%

%27.23
%19.17
%53.59

CMYK color model

#7D58F6 color CMYK value is (49,64,0,4).

  • cyan value is 49.19%
  • magenta value is 64.23%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (49,64,0,4)
C49M64Y0K4 (49%, 64%, 0%, 4%)
(0.49 / 0.64 / 0.00 / 0.04)

CMYK percentages

%49.19
%64.23
%0
%3.53

Codes

Color #7D58F6 in popluar color models

7D 58 F6
RGB 125 88 246
HSL 254° 89.77% 65.49%
HSB/HSV 254° 64.23% 96.47%
CMYK 49.19% 64.23% 0.00%
3.53%

Color #7D58F6 in popluar number systems.

HEX 7D 58 F6
Decimal 125 88 246
Binary 1111101 1011000 11110110
Octal 175 130 366

Shades and tints

Shades of #7D58F6

#7D58F6
(125,88,246)
#7250E0
(114,80,224)
#6748CA
(103,72,202)
#5C40B4
(92,64,180)
#51389E
(81,56,158)
#463088
(70,48,136)
#3B2872
(59,40,114)
#30205C
(48,32,92)
#251846
(37,24,70)
#1A1030
(26,16,48)
#0F081A
(15,8,26)
#000000
(0,0,0)

Tints of #7D58F6

#7D58F6
(125,88,246)
#8867F6
(136,103,246)
#9376F6
(147,118,246)
#9E85F6
(158,133,246)
#A994F6
(169,148,246)
#B4A3F6
(180,163,246)
#BFB2F6
(191,178,246)
#CAC1F6
(202,193,246)
#D5D0F6
(213,208,246)
#E0DFF6
(224,223,246)
#EBEEF6
(235,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D58F6; }

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

This text font color is #7D58F6.

Background Color

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

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

This div background color is #7D58F6.

Border color

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

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

This div border color is #7D58F6.

Opacity

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

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

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

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

This text has shadow with #7D58F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D58F6.

Preview

Color preview on black background

This text has color #7D58F6 on black background.


Color preview on white background

This text has color #7D58F6 on white background.


Black color preview on #7D58F6 background

This text has black color on #7D58F6 background.


White color preview on #7D58F6 background

This text has white color on #7D58F6 background.


Related colors

Complementary color

Complementary color for #hex is #82A709.


I love getcolorcode.com

Triadic colors

1 #F67D58 and #58F67D with #7D58F6 are triadic colors.

2 #F6587D and #587DF6 with #7D58F6 are triadic colors.