#550845

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

Shades of Tyrian Purple #550845

Tints of Tyrian Purple #550845

Color information

#550845 (or 0x550845) is unknown color: approx Tyrian Purple. HEX triplet: 55, 08 and 45. RGB value is (85,8,69). Sum of RGB (Red+Green+Blue) = 85+8+69=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 69 (27.34% from 255 or 42.59% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #550845 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550845 is #AAF7BA. Grayscale: #252525. Windows color (decimal): -11204539 or 4524117. OLE color: 4524117.

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

Color convert

RGB85869-
CMYK00.910.190.67
HSL312.47º82.8%18.24%-
HSV(B)312.47º90.59%33.33%-
XYZ4.912.535.86-
YUV37.98145.51161.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.47%
GREEN value IS 8 (3.52% from 255) = 4.94%
BLUE value IS 69 (27.34% from 255) = 42.59%
R=52.47%
G=4.94%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8586900.910.190.67312.4782.818.24
Hex5584505B13431385312
Octal1251010501332310347012322
Binary10101011000100010101011011100111000011100111000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550845; }

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

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

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

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

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

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

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

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