#550636

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

Shades of Tyrian Purple #550636

Tints of Tyrian Purple #550636

Color information

#550636 (or 0x550636) is unknown color: approx Tyrian Purple. HEX triplet: 55, 06 and 36. RGB value is (85,6,54). Sum of RGB (Red+Green+Blue) = 85+6+54=145 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.62% from 145); Green value is 6 (2.73% from 255 or 4.14% from 145); Blue value is 54 (21.48% from 255 or 37.24% from 145); Max value from RGB is 85 - color contains mainly: red. Hex color #550636 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550636 is #AAF9C9. Grayscale: #222222. Windows color (decimal): -11205066 or 3540565. OLE color: 3540565.

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

Color convert

RGB85654-
CMYK00.930.360.67
HSL323.54º86.81%17.84%-
HSV(B)323.54º92.94%33.33%-
XYZ4.482.333.7-
YUV35.09138.67163.6-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 58.62%
GREEN value IS 6 (2.73% from 255) = 4.14%
BLUE value IS 54 (21.48% from 255) = 37.24%
R=58.62%
G=4.14%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8565400.930.360.67323.5486.8117.84
Hex5563605D24431445712
Octal12566601354410350412722
Binary1010101110110110010111011001001000011101000100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550636; }

 p { color: rgb(85,6,54); }

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

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

 a { background-color: rgb(85,6,54); }

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

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

 span { border-color: rgb(85,6,54); }

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