#551040

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

Shades of Tyrian Purple #551040

Tints of Tyrian Purple #551040

Color information

#551040 (or 0x551040) is unknown color: approx Tyrian Purple. HEX triplet: 55, 10 and 40. RGB value is (85,16,64). Sum of RGB (Red+Green+Blue) = 85+16+64=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 64 (25.39% from 255 or 38.79% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #551040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551040 is #AAEFBF. Grayscale: #292929. Windows color (decimal): -11202496 or 4198485. OLE color: 4198485.

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

Color convert

RGB851664-
CMYK00.810.250.67
HSL318.26º68.32%19.8%-
HSV(B)318.26º81.18%33.33%-
XYZ4.862.675.11-
YUV42.1140.36158.6-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.52%
GREEN value IS 16 (6.64% from 255) = 9.70%
BLUE value IS 64 (25.39% from 255) = 38.79%
R=51.52%
G=9.70%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85166400.810.250.67318.2668.3219.8
Hex551040051194313e4414
Octal1252010001213110347610424
Binary101010110000100000001010001110011000011100111110100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551040; }

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

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

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

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

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

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

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

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