#550849

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

Shades of Tyrian Purple #550849

Tints of Tyrian Purple #550849

Color information

#550849 (or 0x550849) is unknown color: approx Tyrian Purple. HEX triplet: 55, 08 and 49. RGB value is (85,8,73). Sum of RGB (Red+Green+Blue) = 85+8+73=166 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.20% from 166); Green value is 8 (3.52% from 255 or 4.82% from 166); Blue value is 73 (28.91% from 255 or 43.98% from 166); Max value from RGB is 85 - color contains mainly: red. Hex color #550849 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550849 is #AAF7B6. Grayscale: #262626. Windows color (decimal): -11204535 or 4786261. OLE color: 4786261.

HSL color Cylindrical-coordinate representation of color #550849: hue angle of 309.35º 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 #550849 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB85873-
CMYK00.910.140.67
HSL309.35º82.8%18.24%-
HSV(B)309.35º90.59%33.33%-
XYZ5.042.596.54-
YUV38.43147.51161.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.20%
GREEN value IS 8 (3.52% from 255) = 4.82%
BLUE value IS 73 (28.91% from 255) = 43.98%
R=51.20%
G=4.82%
B=43.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8587300.910.140.67309.3582.818.24
Hex5584905BE431355312
Octal1251011101331610346512322
Binary1010101100010010010101101111101000011100110101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550849; }

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

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

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

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

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

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

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

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