COLOR #7D36AF

HEX: #7D36AF
RGB: (125,54,175)

Color info

#7D36AF contains mainly red and blue colors. Web safe color of #7D36AF is #663399 (or #639).

RGB color model

#7D36AF color RGB value is (125,54,175).

  • red value is 125;
  • green value is 54;
  • blue value is 175.
RGB:
(125,54,175)
(49%,21%,69%)

RGB channels and saturation

R 125 of 255 = 49%
G 54 of 255 = 21%
B 175 of 255 = 69%

125
54
175

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

Portions of RGB colors in percentages

R + G + B =
125 + 54 + 175 = 354 (100%)
R 125 of 354 ~ 35.31%
G 54 of 354 ~ 15.25%
B 175 of 354 ~ 49.44%

%35.31
%15.25
%49.44

CMYK color model

#7D36AF color CMYK value is (29,69,0,31).

  • cyan value is 28.57%
  • magenta value is 69.14%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(29,69,0,31)
C29M69Y0K31 
(29%,69%,0%,31%)
(0.29/0.69/0.00/0.31)	

CMYK percentages

%28.57
%69.14
%0
%31.37

Codes

Color #7D36AF in popluar color models

7D36AF
RGB12554175
HSL275°52.84%44.90%
HSB/HSV275°69.14%68.63%
CMYK28.57%69.14%0.00%
31.37%

Color #7D36AF in popluar number systems.

HEX7D36AF
Decimal12554175
Binary111110111011010101111
Octal17566257

Shades and tints

Shades of #7D36AF

#7D36AF
(125,54,175)
#7232A0
(114,50,160)
#672E91
(103,46,145)
#5C2A82
(92,42,130)
#512673
(81,38,115)
#462264
(70,34,100)
#3B1E55
(59,30,85)
#301A46
(48,26,70)
#251637
(37,22,55)
#1A1228
(26,18,40)
#0F0E19
(15,14,25)
#000000
(0,0,0)

Tints of #7D36AF

#7D36AF
(125,54,175)
#8848B6
(136,72,182)
#935ABD
(147,90,189)
#9E6CC4
(158,108,196)
#A97ECB
(169,126,203)
#B490D2
(180,144,210)
#BFA2D9
(191,162,217)
#CAB4E0
(202,180,224)
#D5C6E7
(213,198,231)
#E0D8EE
(224,216,238)
#EBEAF5
(235,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D36AF color. Also use rgb(125,54,175) instead hex code.

Text Font Color

.myTextColor { color: #7D36AF; }

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

This text font color is #7D36AF.


Background Color

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

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

This div background color is #7D36AF.


Border color

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

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

This div border color is #7D36AF.


Opacity

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

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

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

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

This text has shadow with #7D36AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D36AF on black background.


Color preview on white background

This text has color #7D36AF on white background.



Black color preview on #7D36AF background

This text has black color on #7D36AF background.


White color preview on #7D36AF background

This text has white color on #7D36AF background.