#551042

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

Shades of Tyrian Purple #551042

Tints of Tyrian Purple #551042

Color information

#551042 (or 0x551042) is unknown color: approx Tyrian Purple. HEX triplet: 55, 10 and 42. RGB value is (85,16,66). Sum of RGB (Red+Green+Blue) = 85+16+66=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 66 (26.17% from 255 or 39.52% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #551042 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551042 is #AAEFBD. Grayscale: #2A2A2A. Windows color (decimal): -11202494 or 4329557. OLE color: 4329557.

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

Color convert

RGB851666-
CMYK00.810.220.67
HSL316.52º68.32%19.8%-
HSV(B)316.52º81.18%33.33%-
XYZ4.912.75.42-
YUV42.33141.36158.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.90%
GREEN value IS 16 (6.64% from 255) = 9.58%
BLUE value IS 66 (26.17% from 255) = 39.52%
R=50.90%
G=9.58%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85166600.810.220.67316.5268.3219.8
Hex551042051164313d4414
Octal1252010201212610347510424
Binary101010110000100001001010001101101000011100111101100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551042; }

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

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

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

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

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

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

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

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