#550449

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

Shades of Tyrian Purple #550449

Tints of Tyrian Purple #550449

Color information

#550449 (or 0x550449) is unknown color: approx Tyrian Purple. HEX triplet: 55, 04 and 49. RGB value is (85,4,73). Sum of RGB (Red+Green+Blue) = 85+4+73=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 73 (28.91% from 255 or 45.06% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #550449 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550449 is #AAFBB6. Grayscale: #232323. Windows color (decimal): -11205559 or 4785237. OLE color: 4785237.

HSL color Cylindrical-coordinate representation of color #550449: hue angle of 308.89º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550449 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB85473-
CMYK00.950.140.67
HSL308.89º91.01%17.45%-
HSV(B)308.89º95.29%33.33%-
XYZ4.992.56.52-
YUV36.08148.84162.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.47%
GREEN value IS 4 (1.95% from 255) = 2.47%
BLUE value IS 73 (28.91% from 255) = 45.06%
R=52.47%
G=2.47%
B=45.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8547300.950.140.67308.8991.0117.45
Hex5544905FE431355b11
Octal125411101371610346513321
Binary101010110010010010101111111101000011100110101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550449; }

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

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

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

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

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

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

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

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