#550249

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

Shades of Tyrian Purple #550249

Tints of Tyrian Purple #550249

Color information

#550249 (or 0x550249) is unknown color: approx Tyrian Purple. HEX triplet: 55, 02 and 49. RGB value is (85,2,73). Sum of RGB (Red+Green+Blue) = 85+2+73=160 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.12% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 73 (28.91% from 255 or 45.62% from 160); Max value from RGB is 85 - color contains mainly: red. Hex color #550249 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550249 is #AAFDB6. Grayscale: #222222. Windows color (decimal): -11206071 or 4784725. OLE color: 4784725.

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

Color convert

RGB85273-
CMYK00.980.140.67
HSL308.67º95.4%17.06%-
HSV(B)308.67º97.65%33.33%-
XYZ4.972.466.52-
YUV34.91149.5163.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.12%
GREEN value IS 2 (1.17% from 255) = 1.25%
BLUE value IS 73 (28.91% from 255) = 45.62%
R=53.12%
G=1.25%
B=45.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8527300.980.140.67308.6795.417.06
Hex55249062E431355f11
Octal125211101421610346513721
Binary10101011010010010110001011101000011100110101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550249; }

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

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

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

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

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

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

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

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