#550637

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

Shades of Tyrian Purple #550637

Tints of Tyrian Purple #550637

Color information

#550637 (or 0x550637) is unknown color: approx Tyrian Purple. HEX triplet: 55, 06 and 37. RGB value is (85,6,55). Sum of RGB (Red+Green+Blue) = 85+6+55=146 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.22% from 146); Green value is 6 (2.73% from 255 or 4.11% from 146); Blue value is 55 (21.88% from 255 or 37.67% from 146); Max value from RGB is 85 - color contains mainly: red. Hex color #550637 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550637 is #AAF9C8. Grayscale: #232323. Windows color (decimal): -11205065 or 3606101. OLE color: 3606101.

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

Color convert

RGB85655-
CMYK00.930.350.67
HSL322.78º86.81%17.84%-
HSV(B)322.78º92.94%33.33%-
XYZ4.52.343.83-
YUV35.21139.17163.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 58.22%
GREEN value IS 6 (2.73% from 255) = 4.11%
BLUE value IS 55 (21.88% from 255) = 37.67%
R=58.22%
G=4.11%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8565500.930.350.67322.7886.8117.84
Hex5563705D23431435712
Octal12566701354310350312722
Binary1010101110110111010111011000111000011101000011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550637; }

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

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

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

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

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

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

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

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