COLOR #7D35F1

HEX: #7D35F1
RGB: (125,53,241)

Color info

#7D35F1 contains mainly blue color. Web safe color of #7D35F1 is #6633FF (or #63F).

RGB color model

#7D35F1 color RGB value is (125,53,241).

  • red value is 125;
  • green value is 53;
  • blue value is 241.
RGB:
(125,53,241)
(49%,21%,95%)

RGB channels and saturation

R 125 of 255 = 49%
G 53 of 255 = 21%
B 241 of 255 = 95%

125
53
241

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

Portions of RGB colors in percentages

R + G + B =
125 + 53 + 241 = 419 (100%)
R 125 of 419 ~ 29.83%
G 53 of 419 ~ 12.65%
B 241 of 419 ~ 57.52%

%29.83
%12.65
%57.52

CMYK color model

#7D35F1 color CMYK value is (48,78,0,5).

  • cyan value is 48.13%
  • magenta value is 78.01%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(48,78,0,5)
C48M78Y0K5 
(48%,78%,0%,5%)
(0.48/0.78/0.00/0.05)	

CMYK percentages

%48.13
%78.01
%0
%5.49

Codes

Color #7D35F1 in popluar color models

7D35F1
RGB12553241
HSL263°87.04%57.65%
HSB/HSV263°78.01%94.51%
CMYK48.13%78.01%0.00%
5.49%

Color #7D35F1 in popluar number systems.

HEX7D35F1
Decimal12553241
Binary111110111010111110001
Octal17565361

Shades and tints

Shades of #7D35F1

#7D35F1
(125,53,241)
#7231DC
(114,49,220)
#672DC7
(103,45,199)
#5C29B2
(92,41,178)
#51259D
(81,37,157)
#462188
(70,33,136)
#3B1D73
(59,29,115)
#30195E
(48,25,94)
#251549
(37,21,73)
#1A1134
(26,17,52)
#0F0D1F
(15,13,31)
#000000
(0,0,0)

Tints of #7D35F1

#7D35F1
(125,53,241)
#8847F2
(136,71,242)
#9359F3
(147,89,243)
#9E6BF4
(158,107,244)
#A97DF5
(169,125,245)
#B48FF6
(180,143,246)
#BFA1F7
(191,161,247)
#CAB3F8
(202,179,248)
#D5C5F9
(213,197,249)
#E0D7FA
(224,215,250)
#EBE9FB
(235,233,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D35F1 color. Also use rgb(125,53,241) instead hex code.

Text Font Color

.myTextColor { color: #7D35F1; }

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

This text font color is #7D35F1.


Background Color

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

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

This div background color is #7D35F1.


Border color

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

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

This div border color is #7D35F1.


Opacity

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

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

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

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

This text has shadow with #7D35F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D35F1 on black background.


Color preview on white background

This text has color #7D35F1 on white background.



Black color preview on #7D35F1 background

This text has black color on #7D35F1 background.


White color preview on #7D35F1 background

This text has white color on #7D35F1 background.