COLOR #7D24E4

HEX: #7D24E4
RGB: (125,36,228)

Color info

#7D24E4 contains mainly blue color. Web safe color of #7D24E4 is #6633CC (or #63C).

RGB color model

#7D24E4 color RGB value is (125,36,228).

  • red value is 125;
  • green value is 36;
  • blue value is 228.
RGB:
(125,36,228)
(49%,14%,89%)

RGB channels and saturation

R 125 of 255 = 49%
G 36 of 255 = 14%
B 228 of 255 = 89%

125
36
228

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

Portions of RGB colors in percentages

R + G + B =
125 + 36 + 228 = 389 (100%)
R 125 of 389 ~ 32.13%
G 36 of 389 ~ 9.25%
B 228 of 389 ~ 58.61%

%32.13
%58.61

CMYK color model

#7D24E4 color CMYK value is (45,84,0,11).

  • cyan value is 45.18%
  • magenta value is 84.21%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(45,84,0,11)
C45M84Y0K11 
(45%,84%,0%,11%)
(0.45/0.84/0.00/0.11)	

CMYK percentages

%45.18
%84.21
%0
%10.59

Codes

Color #7D24E4 in popluar color models

7D24E4
RGB12536228
HSL268°78.05%51.76%
HSB/HSV268°84.21%89.41%
CMYK45.18%84.21%0.00%
10.59%

Color #7D24E4 in popluar number systems.

HEX7D24E4
Decimal12536228
Binary111110110010011100100
Octal17544344

Shades and tints

Shades of #7D24E4

#7D24E4
(125,36,228)
#7221D0
(114,33,208)
#671EBC
(103,30,188)
#5C1BA8
(92,27,168)
#511894
(81,24,148)
#461580
(70,21,128)
#3B126C
(59,18,108)
#300F58
(48,15,88)
#250C44
(37,12,68)
#1A0930
(26,9,48)
#0F061C
(15,6,28)
#000000
(0,0,0)

Tints of #7D24E4

#7D24E4
(125,36,228)
#8837E6
(136,55,230)
#934AE8
(147,74,232)
#9E5DEA
(158,93,234)
#A970EC
(169,112,236)
#B483EE
(180,131,238)
#BF96F0
(191,150,240)
#CAA9F2
(202,169,242)
#D5BCF4
(213,188,244)
#E0CFF6
(224,207,246)
#EBE2F8
(235,226,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D24E4 color. Also use rgb(125,36,228) instead hex code.

Text Font Color

.myTextColor { color: #7D24E4; }

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

This text font color is #7D24E4.


Background Color

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

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

This div background color is #7D24E4.


Border color

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

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

This div border color is #7D24E4.


Opacity

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

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

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

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

This text has shadow with #7D24E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D24E4 on black background.


Color preview on white background

This text has color #7D24E4 on white background.



Black color preview on #7D24E4 background

This text has black color on #7D24E4 background.


White color preview on #7D24E4 background

This text has white color on #7D24E4 background.