#550543

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

Shades of Tyrian Purple #550543

Tints of Tyrian Purple #550543

Color information

#550543 (or 0x550543) is unknown color: approx Tyrian Purple. HEX triplet: 55, 05 and 43. RGB value is (85,5,67). Sum of RGB (Red+Green+Blue) = 85+5+67=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 67 (26.56% from 255 or 42.68% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #550543 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550543 is #AAFABC. Grayscale: #232323. Windows color (decimal): -11205309 or 4392277. OLE color: 4392277.

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

Color convert

RGB85567-
CMYK00.940.210.67
HSL313.5º88.89%17.65%-
HSV(B)313.5º94.12%33.33%-
XYZ4.812.455.53-
YUV35.99145.5162.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.14%
GREEN value IS 5 (2.34% from 255) = 3.18%
BLUE value IS 67 (26.56% from 255) = 42.68%
R=54.14%
G=3.18%
B=42.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8556700.940.210.67313.588.8917.65
Hex5554305E154313a5912
Octal125510301362510347213122
Binary1010101101100001101011110101011000011100111010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550543; }

 p { color: rgb(85,5,67); }

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

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

 a { background-color: rgb(85,5,67); }

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

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

 span { border-color: rgb(85,5,67); }

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