COLOR #7E1875

HEX: #7E1875
RGB: (126,24,117)

Color info

#7E1875 contains mainly red and blue colors. Web safe color of #7E1875 is #660066 (or #606).

RGB color model

#7E1875 color RGB value is (126,24,117).

  • red value is 126;
  • green value is 24;
  • blue value is 117.
RGB:
(126,24,117)
(49%,9%,46%)

RGB channels and saturation

R 126 of 255 = 49%
G 24 of 255 = 9%
B 117 of 255 = 46%

126
24
117

R + G + B ~ 35%. #7E1875 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 24 + 117 = 267 (100%)
R 126 of 267 ~ 47.19%
G 24 of 267 ~ 8.99%
B 117 of 267 ~ 43.82%

%47.19
%43.82

CMYK color model

#7E1875 color CMYK value is (0,81,7,51).

  • cyan value is 0.00%
  • magenta value is 80.95%
  • yellow value is 7.14%
  • key color value is 50.59%
CMYK:
(0,81,7,51)
C0M81Y7K51 
(0%,81%,7%,51%)
(0.00/0.81/0.07/0.51)	

CMYK percentages

%0
%80.95
%7.14
%50.59

Codes

Color #7E1875 in popluar color models

7E1875
RGB12624117
HSL305°68.00%29.41%
HSB/HSV305°80.95%49.41%
CMYK0.00%80.95%7.14%
50.59%

Color #7E1875 in popluar number systems.

HEX7E1875
Decimal12624117
Binary1111110110001110101
Octal17630165

Shades and tints

Shades of #7E1875

#7E1875
(126,24,117)
#73166B
(115,22,107)
#681461
(104,20,97)
#5D1257
(93,18,87)
#52104D
(82,16,77)
#470E43
(71,14,67)
#3C0C39
(60,12,57)
#310A2F
(49,10,47)
#260825
(38,8,37)
#1B061B
(27,6,27)
#100411
(16,4,17)
#000000
(0,0,0)

Tints of #7E1875

#7E1875
(126,24,117)
#892D81
(137,45,129)
#94428D
(148,66,141)
#9F5799
(159,87,153)
#AA6CA5
(170,108,165)
#B581B1
(181,129,177)
#C096BD
(192,150,189)
#CBABC9
(203,171,201)
#D6C0D5
(214,192,213)
#E1D5E1
(225,213,225)
#ECEAED
(236,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E1875 color. Also use rgb(126,24,117) instead hex code.

Text Font Color

.myTextColor { color: #7E1875; }

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

This text font color is #7E1875.


Background Color

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

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

This div background color is #7E1875.


Border color

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

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

This div border color is #7E1875.


Opacity

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

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

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

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

This text has shadow with #7E1875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E1875 on black background.


Color preview on white background

This text has color #7E1875 on white background.



Black color preview on #7E1875 background

This text has black color on #7E1875 background.


White color preview on #7E1875 background

This text has white color on #7E1875 background.