#550932

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

Shades of Tyrian Purple #550932

Tints of Tyrian Purple #550932

Color information

#550932 (or 0x550932) is unknown color: approx Tyrian Purple. HEX triplet: 55, 09 and 32. RGB value is (85,9,50). Sum of RGB (Red+Green+Blue) = 85+9+50=144 (19% of max value = 765). Red value is 85 (33.59% from 255 or 59.03% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 50 (19.92% from 255 or 34.72% from 144); Max value from RGB is 85 - color contains mainly: red. Hex color #550932 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550932 is #AAF6CD. Grayscale: #242424. Windows color (decimal): -11204302 or 3279189. OLE color: 3279189.

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

Color convert

RGB85950-
CMYK00.890.410.67
HSL327.63º80.85%18.43%-
HSV(B)327.63º89.41%33.33%-
XYZ4.422.363.24-
YUV36.4135.68162.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 59.03%
GREEN value IS 9 (3.91% from 255) = 6.25%
BLUE value IS 50 (19.92% from 255) = 34.72%
R=59.03%
G=6.25%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8595000.890.410.67327.6380.8518.43
Hex5593205929431485112
Octal125116201315110351012122
Binary10101011001110010010110011010011000011101001000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550932; }

 p { color: rgb(85,9,50); }

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

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

 a { background-color: rgb(85,9,50); }

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

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

 span { border-color: rgb(85,9,50); }

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