#551044

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

Shades of Tyrian Purple #551044

Tints of Tyrian Purple #551044

Color information

#551044 (or 0x551044) is unknown color: approx Tyrian Purple. HEX triplet: 55, 10 and 44. RGB value is (85,16,68). Sum of RGB (Red+Green+Blue) = 85+16+68=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 68 (26.95% from 255 or 40.24% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #551044 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551044 is #AAEFBB. Grayscale: #2A2A2A. Windows color (decimal): -11202492 or 4460629. OLE color: 4460629.

HSL color Cylindrical-coordinate representation of color #551044: hue angle of 314.78º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #551044 is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB851668-
CMYK00.810.200.67
HSL314.78º68.32%19.8%-
HSV(B)314.78º81.18%33.33%-
XYZ4.972.725.73-
YUV42.56142.36158.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.30%
GREEN value IS 16 (6.64% from 255) = 9.47%
BLUE value IS 68 (26.95% from 255) = 40.24%
R=50.30%
G=9.47%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85166800.810.200.67314.7868.3219.8
Hex551044051144313b4414
Octal1252010401212410347310424
Binary101010110000100010001010001101001000011100111011100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551044; }

 p { color: rgb(85,16,68); }

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

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

 a { background-color: rgb(85,16,68); }

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

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

 span { border-color: rgb(85,16,68); }

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