#551141

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

Shades of Tyrian Purple #551141

Tints of Tyrian Purple #551141

Color information

#551141 (or 0x551141) is unknown color: approx Tyrian Purple. HEX triplet: 55, 11 and 41. RGB value is (85,17,65). Sum of RGB (Red+Green+Blue) = 85+17+65=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 65 (25.78% from 255 or 38.92% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #551141 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551141 is #AAEEBE. Grayscale: #2A2A2A. Windows color (decimal): -11202239 or 4264277. OLE color: 4264277.

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

Color convert

RGB851765-
CMYK00.800.240.67
HSL317.65º66.67%20%-
HSV(B)317.65º80%33.33%-
XYZ4.92.715.27-
YUV42.8140.53158.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.90%
GREEN value IS 17 (7.03% from 255) = 10.18%
BLUE value IS 65 (25.78% from 255) = 38.92%
R=50.90%
G=10.18%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85176500.800.240.67317.6566.6720
Hex551141050184313e4314
Octal1252110101203010347610324
Binary101010110001100000101010000110001000011100111110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551141; }

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

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

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

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

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

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

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

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