COLOR #7A25E0

HEX: #7A25E0
RGB: (122,37,224)

Color info

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

RGB color model

#7A25E0 color RGB value is (122,37,224).

  • red value is 122;
  • green value is 37;
  • blue value is 224.
RGB:
(122,37,224)
(48%,15%,88%)

RGB channels and saturation

R 122 of 255 = 48%
G 37 of 255 = 15%
B 224 of 255 = 88%

122
37
224

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

Portions of RGB colors in percentages

R + G + B =
122 + 37 + 224 = 383 (100%)
R 122 of 383 ~ 31.85%
G 37 of 383 ~ 9.66%
B 224 of 383 ~ 58.49%

%31.85
%9.66
%58.49

CMYK color model

#7A25E0 color CMYK value is (46,83,0,12).

  • cyan value is 45.54%
  • magenta value is 83.48%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(46,83,0,12)
C46M83Y0K12 
(46%,83%,0%,12%)
(0.46/0.83/0.00/0.12)	

CMYK percentages

%45.54
%83.48
%0
%12.16

Codes

Color #7A25E0 in popluar color models

7A25E0
RGB12237224
HSL267°75.10%51.18%
HSB/HSV267°83.48%87.84%
CMYK45.54%83.48%0.00%
12.16%

Color #7A25E0 in popluar number systems.

HEX7A25E0
Decimal12237224
Binary111101010010111100000
Octal17245340

Shades and tints

Shades of #7A25E0

#7A25E0
(122,37,224)
#6F22CC
(111,34,204)
#641FB8
(100,31,184)
#591CA4
(89,28,164)
#4E1990
(78,25,144)
#43167C
(67,22,124)
#381368
(56,19,104)
#2D1054
(45,16,84)
#220D40
(34,13,64)
#170A2C
(23,10,44)
#0C0718
(12,7,24)
#000000
(0,0,0)

Tints of #7A25E0

#7A25E0
(122,37,224)
#8638E2
(134,56,226)
#924BE4
(146,75,228)
#9E5EE6
(158,94,230)
#AA71E8
(170,113,232)
#B684EA
(182,132,234)
#C297EC
(194,151,236)
#CEAAEE
(206,170,238)
#DABDF0
(218,189,240)
#E6D0F2
(230,208,242)
#F2E3F4
(242,227,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A25E0 color. Also use rgb(122,37,224) instead hex code.

Text Font Color

.myTextColor { color: #7A25E0; }

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

This text font color is #7A25E0.


Background Color

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

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

This div background color is #7A25E0.


Border color

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

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

This div border color is #7A25E0.


Opacity

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

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

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

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

This text has shadow with #7A25E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A25E0 on black background.


Color preview on white background

This text has color #7A25E0 on white background.



Black color preview on #7A25E0 background

This text has black color on #7A25E0 background.


White color preview on #7A25E0 background

This text has white color on #7A25E0 background.