#550937

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

Shades of Tyrian Purple #550937

Tints of Tyrian Purple #550937

Color information

#550937 (or 0x550937) is unknown color: approx Tyrian Purple. HEX triplet: 55, 09 and 37. RGB value is (85,9,55). Sum of RGB (Red+Green+Blue) = 85+9+55=149 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.05% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 55 (21.88% from 255 or 36.91% from 149); Max value from RGB is 85 - color contains mainly: red. Hex color #550937 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550937 is #AAF6C8. Grayscale: #242424. Windows color (decimal): -11204297 or 3606869. OLE color: 3606869.

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

Color convert

RGB85955-
CMYK00.890.350.67
HSL323.68º80.85%18.43%-
HSV(B)323.68º89.41%33.33%-
XYZ4.532.43.84-
YUV36.97138.18162.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.05%
GREEN value IS 9 (3.91% from 255) = 6.04%
BLUE value IS 55 (21.88% from 255) = 36.91%
R=57.05%
G=6.04%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8595500.890.350.67323.6880.8518.43
Hex5593705923431445112
Octal125116701314310350412122
Binary10101011001110111010110011000111000011101000100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550937; }

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

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

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

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

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

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

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

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