#550837

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

Shades of Tyrian Purple #550837

Tints of Tyrian Purple #550837

Color information

#550837 (or 0x550837) is unknown color: approx Tyrian Purple. HEX triplet: 55, 08 and 37. RGB value is (85,8,55). Sum of RGB (Red+Green+Blue) = 85+8+55=148 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.43% from 148); Green value is 8 (3.52% from 255 or 5.41% from 148); Blue value is 55 (21.88% from 255 or 37.16% from 148); Max value from RGB is 85 - color contains mainly: red. Hex color #550837 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550837 is #AAF7C8. Grayscale: #242424. Windows color (decimal): -11204553 or 3606613. OLE color: 3606613.

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

Color convert

RGB85855-
CMYK00.910.350.67
HSL323.38º82.8%18.24%-
HSV(B)323.38º90.59%33.33%-
XYZ4.522.383.84-
YUV36.38138.51162.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.43%
GREEN value IS 8 (3.52% from 255) = 5.41%
BLUE value IS 55 (21.88% from 255) = 37.16%
R=57.43%
G=5.41%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8585500.910.350.67323.3882.818.24
Hex5583705B23431435312
Octal125106701334310350312322
Binary10101011000110111010110111000111000011101000011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550837; }

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

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

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

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

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

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

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

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