#550840

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

Shades of Tyrian Purple #550840

Tints of Tyrian Purple #550840

Color information

#550840 (or 0x550840) is unknown color: approx Tyrian Purple. HEX triplet: 55, 08 and 40. RGB value is (85,8,64). Sum of RGB (Red+Green+Blue) = 85+8+64=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #550840 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550840 is #AAF7BF. Grayscale: #252525. Windows color (decimal): -11204544 or 4196437. OLE color: 4196437.

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

Color convert

RGB85864-
CMYK00.910.250.67
HSL316.36º82.8%18.24%-
HSV(B)316.36º90.59%33.33%-
XYZ4.762.485.08-
YUV37.41143.01161.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.14%
GREEN value IS 8 (3.52% from 255) = 5.10%
BLUE value IS 64 (25.39% from 255) = 40.76%
R=54.14%
G=5.10%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8586400.910.250.67316.3682.818.24
Hex5584005B194313c5312
Octal1251010001333110347412322
Binary10101011000100000001011011110011000011100111100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550840; }

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

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

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

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

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

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

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

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