COLOR #7B2574

HEX: #7B2574
RGB: (123,37,116)

Color info

#7B2574 contains mainly red and blue colors. Web safe color of #7B2574 is #663366 (or #636).

RGB color model

#7B2574 color RGB value is (123,37,116).

  • red value is 123;
  • green value is 37;
  • blue value is 116.
RGB:
(123,37,116)
(48%,15%,45%)

RGB channels and saturation

R 123 of 255 = 48%
G 37 of 255 = 15%
B 116 of 255 = 45%

123
37
116

R + G + B ~ 36%. #7B2574 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 37 + 116 = 276 (100%)
R 123 of 276 ~ 44.57%
G 37 of 276 ~ 13.41%
B 116 of 276 ~ 42.03%

%44.57
%13.41
%42.03

CMYK color model

#7B2574 color CMYK value is (0,70,6,52).

  • cyan value is 0.00%
  • magenta value is 69.92%
  • yellow value is 5.69%
  • key color value is 51.76%
CMYK:
(0,70,6,52)
C0M70Y6K52 
(0%,70%,6%,52%)
(0.00/0.70/0.06/0.52)	

CMYK percentages

%0
%69.92
%5.69
%51.76

Codes

Color #7B2574 in popluar color models

7B2574
RGB12337116
HSL305°53.75%31.37%
HSB/HSV305°69.92%48.24%
CMYK0.00%69.92%5.69%
51.76%

Color #7B2574 in popluar number systems.

HEX7B2574
Decimal12337116
Binary11110111001011110100
Octal17345164

Shades and tints

Shades of #7B2574

#7B2574
(123,37,116)
#70226A
(112,34,106)
#651F60
(101,31,96)
#5A1C56
(90,28,86)
#4F194C
(79,25,76)
#441642
(68,22,66)
#391338
(57,19,56)
#2E102E
(46,16,46)
#230D24
(35,13,36)
#180A1A
(24,10,26)
#0D0710
(13,7,16)
#000000
(0,0,0)

Tints of #7B2574

#7B2574
(123,37,116)
#873880
(135,56,128)
#934B8C
(147,75,140)
#9F5E98
(159,94,152)
#AB71A4
(171,113,164)
#B784B0
(183,132,176)
#C397BC
(195,151,188)
#CFAAC8
(207,170,200)
#DBBDD4
(219,189,212)
#E7D0E0
(231,208,224)
#F3E3EC
(243,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B2574 color. Also use rgb(123,37,116) instead hex code.

Text Font Color

.myTextColor { color: #7B2574; }

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

This text font color is #7B2574.


Background Color

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

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

This div background color is #7B2574.


Border color

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

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

This div border color is #7B2574.


Opacity

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

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

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

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

This text has shadow with #7B2574 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B2574 on black background.


Color preview on white background

This text has color #7B2574 on white background.



Black color preview on #7B2574 background

This text has black color on #7B2574 background.


White color preview on #7B2574 background

This text has white color on #7B2574 background.