#550846

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

Shades of Tyrian Purple #550846

Tints of Tyrian Purple #550846

Color information

#550846 (or 0x550846) is unknown color: approx Tyrian Purple. HEX triplet: 55, 08 and 46. RGB value is (85,8,70). Sum of RGB (Red+Green+Blue) = 85+8+70=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 70 (27.73% from 255 or 42.94% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #550846 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550846 is #AAF7B9. Grayscale: #252525. Windows color (decimal): -11204538 or 4589653. OLE color: 4589653.

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

Color convert

RGB85870-
CMYK00.910.180.67
HSL311.69º82.8%18.24%-
HSV(B)311.69º90.59%33.33%-
XYZ4.942.556.03-
YUV38.09146.01161.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.15%
GREEN value IS 8 (3.52% from 255) = 4.91%
BLUE value IS 70 (27.73% from 255) = 42.94%
R=52.15%
G=4.91%
B=42.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8587000.910.180.67311.6982.818.24
Hex5584605B12431385312
Octal1251010601332210347012322
Binary10101011000100011001011011100101000011100111000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550846; }

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

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

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

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

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

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

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

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