COLOR #551F7C

HEX: #551F7C
RGB: (85,31,124)

Color info

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

RGB color model

#551F7C color RGB value is (85,31,124).

  • red value is 85;
  • green value is 31;
  • blue value is 124.
RGB:
(85,31,124)
(33%,12%,49%)

RGB channels and saturation

R 85 of 255 = 33%
G 31 of 255 = 12%
B 124 of 255 = 49%

85
31
124

R + G + B ~ 31%. #551F7C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 31 + 124 = 240 (100%)
R 85 of 240 ~ 35.42%
G 31 of 240 ~ 12.92%
B 124 of 240 ~ 51.67%

%35.42
%12.92
%51.67

CMYK color model

#551F7C color CMYK value is (31,75,0,51).

  • cyan value is 31.45%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(31,75,0,51)
C31M75Y0K51 
(31%,75%,0%,51%)
(0.31/0.75/0.00/0.51)	

CMYK percentages

%31.45
%75
%0
%51.37

Codes

Color #551F7C in popluar color models

551F7C
RGB8531124
HSL275°60.00%30.39%
HSB/HSV275°75.00%48.63%
CMYK31.45%75.00%0.00%
51.37%

Color #551F7C in popluar number systems.

HEX551F7C
Decimal8531124
Binary1010101111111111100
Octal12537174

Shades and tints

Shades of #551F7C

#551F7C
(85,31,124)
#4E1D71
(78,29,113)
#471B66
(71,27,102)
#40195B
(64,25,91)
#391750
(57,23,80)
#321545
(50,21,69)
#2B133A
(43,19,58)
#24112F
(36,17,47)
#1D0F24
(29,15,36)
#160D19
(22,13,25)
#0F0B0E
(15,11,14)
#000000
(0,0,0)

Tints of #551F7C

#551F7C
(85,31,124)
#643387
(100,51,135)
#734792
(115,71,146)
#825B9D
(130,91,157)
#916FA8
(145,111,168)
#A083B3
(160,131,179)
#AF97BE
(175,151,190)
#BEABC9
(190,171,201)
#CDBFD4
(205,191,212)
#DCD3DF
(220,211,223)
#EBE7EA
(235,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #551F7C color. Also use rgb(85,31,124) instead hex code.

Text Font Color

.myTextColor { color: #551F7C; }

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

This text font color is #551F7C.


Background Color

.myBgColor { background-color: #551F7C; }

<div style="background-color:#551F7C">Inner text</div>

This div background color is #551F7C.


Border color

.myBorderColor { border: 1px solid #551F7C; }

<div style="border:3px solid #551F7C">Div</div>

This div border color is #551F7C.


Opacity

.myOpacity80 { color: #551F7C; opacity: 0.8; }

<p style="color:#551F7C;opacity:0.8;">80%</p>

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

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

This text has shadow with #551F7C color.

.textShadow {text-shadow: 3px 3px 1px #551F7C, 3px 3px 1px red;}

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

This text has shadow with #551F7C primary color and red secondary color.


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

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

This text has shadow with #551F7C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #551F7C on black background.


Color preview on white background

This text has color #551F7C on white background.



Black color preview on #551F7C background

This text has black color on #551F7C background.


White color preview on #551F7C background

This text has white color on #551F7C background.