#550841

Color #550841 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #550841

Tints of Tyrian Purple #550841

Color information

#550841 (or 0x550841) is unknown color: approx Tyrian Purple. HEX triplet: 55, 08 and 41. RGB value is (85,8,65). Sum of RGB (Red+Green+Blue) = 85+8+65=158 (20% of max value = 765). Red value is 85 (33.59% from 255 or 53.80% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 85 - color contains mainly: red. Hex color #550841 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550841 is #AAF7BE. Grayscale: #252525. Windows color (decimal): -11204543 or 4261973. OLE color: 4261973.

HSL color Cylindrical-coordinate representation of color #550841: hue angle of 315.58º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #550841 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB85865-
CMYK00.910.240.67
HSL315.58º82.8%18.24%-
HSV(B)315.58º90.59%33.33%-
XYZ4.792.495.23-
YUV37.52143.51161.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 53.80%
GREEN value IS 8 (3.52% from 255) = 5.06%
BLUE value IS 65 (25.78% from 255) = 41.14%
R=53.80%
G=5.06%
B=41.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8586500.910.240.67315.5882.818.24
Hex5584105B184313c5312
Octal1251010101333010347412322
Binary10101011000100000101011011110001000011100111100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550841; }

 p { color: rgb(85,8,65); }

 H1.HeaderClassName
 {
   color: #550841;
 }
 .AnyTagClassName
 {
   color: #550841;
 }
</style>
background-color css

<style>
 a { background-color: #550841; }

 a { background-color: rgb(85,8,65); }

 div.DivClassName
 {
   background-color: #550841;
 }
 .BgClassName
 {
   background-color: #550841;
 }
</style>
border-color css

<style>
 span { border-color: #550841; }

 span { border-color: rgb(85,8,65); }

 td.TdClassName
 {
   border-color: #550841;
 }
 .TagClassName
 {
   border-color: #550841;
 }
</style>