#551041

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

Shades of Tyrian Purple #551041

Tints of Tyrian Purple #551041

Color information

#551041 (or 0x551041) is unknown color: approx Tyrian Purple. HEX triplet: 55, 10 and 41. RGB value is (85,16,65). Sum of RGB (Red+Green+Blue) = 85+16+65=166 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.20% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 65 (25.78% from 255 or 39.16% from 166); Max value from RGB is 85 - color contains mainly: red. Hex color #551041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551041 is #AAEFBE. Grayscale: #2A2A2A. Windows color (decimal): -11202495 or 4264021. OLE color: 4264021.

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

Color convert

RGB851665-
CMYK00.810.240.67
HSL317.39º68.32%19.8%-
HSV(B)317.39º81.18%33.33%-
XYZ4.892.685.26-
YUV42.22140.86158.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.20%
GREEN value IS 16 (6.64% from 255) = 9.64%
BLUE value IS 65 (25.78% from 255) = 39.16%
R=51.20%
G=9.64%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85166500.810.240.67317.3968.3219.8
Hex551041051184313d4414
Octal1252010101213010347510424
Binary101010110000100000101010001110001000011100111101100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551041; }

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

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

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

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

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

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

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

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