#551048

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

Shades of Tyrian Purple #551048

Tints of Tyrian Purple #551048

Color information

#551048 (or 0x551048) is unknown color: approx Tyrian Purple. HEX triplet: 55, 10 and 48. RGB value is (85,16,72). Sum of RGB (Red+Green+Blue) = 85+16+72=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 72 (28.52% from 255 or 41.62% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #551048 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551048 is #AAEFB7. Grayscale: #2A2A2A. Windows color (decimal): -11202488 or 4722773. OLE color: 4722773.

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

Color convert

RGB851672-
CMYK00.810.150.67
HSL311.3º68.32%19.8%-
HSV(B)311.3º81.18%33.33%-
XYZ5.12.776.4-
YUV43.02144.36157.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.13%
GREEN value IS 16 (6.64% from 255) = 9.25%
BLUE value IS 72 (28.52% from 255) = 41.62%
R=49.13%
G=9.25%
B=41.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85167200.810.150.67311.368.3219.8
Hex551048051F431374414
Octal1252011001211710346710424
Binary10101011000010010000101000111111000011100110111100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551048; }

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

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

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

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

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

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

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

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