#550939

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

Shades of Tyrian Purple #550939

Tints of Tyrian Purple #550939

Color information

#550939 (or 0x550939) is unknown color: approx Tyrian Purple. HEX triplet: 55, 09 and 39. RGB value is (85,9,57). Sum of RGB (Red+Green+Blue) = 85+9+57=151 (20% of max value = 765). Red value is 85 (33.59% from 255 or 56.29% from 151); Green value is 9 (3.91% from 255 or 5.96% from 151); Blue value is 57 (22.66% from 255 or 37.75% from 151); Max value from RGB is 85 - color contains mainly: red. Hex color #550939 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550939 is #AAF6C6. Grayscale: #252525. Windows color (decimal): -11204295 or 3737941. OLE color: 3737941.

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

Color convert

RGB85957-
CMYK00.890.330.67
HSL322.11º80.85%18.43%-
HSV(B)322.11º89.41%33.33%-
XYZ4.582.424.1-
YUV37.2139.18162.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 56.29%
GREEN value IS 9 (3.91% from 255) = 5.96%
BLUE value IS 57 (22.66% from 255) = 37.75%
R=56.29%
G=5.96%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8595700.890.330.67322.1180.8518.43
Hex5593905921431425112
Octal125117101314110350212122
Binary10101011001111001010110011000011000011101000010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550939; }

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

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

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

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

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

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

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

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