#551343

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

Shades of Tyrian Purple #551343

Tints of Tyrian Purple #551343

Color information

#551343 (or 0x551343) is unknown color: approx Tyrian Purple. HEX triplet: 55, 13 and 43. RGB value is (85,19,67). Sum of RGB (Red+Green+Blue) = 85+19+67=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 67 (26.56% from 255 or 39.18% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #551343 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551343 is #AAECBC. Grayscale: #2C2C2C. Windows color (decimal): -11201725 or 4395861. OLE color: 4395861.

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

Color convert

RGB851967-
CMYK00.780.210.67
HSL316.36º63.46%20.39%-
HSV(B)316.36º77.65%33.33%-
XYZ4.992.85.59-
YUV44.21140.87157.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.71%
GREEN value IS 19 (7.81% from 255) = 11.11%
BLUE value IS 67 (26.56% from 255) = 39.18%
R=49.71%
G=11.11%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85196700.780.210.67316.3663.4620.39
Hex55134304E154313c3f14
Octal125231030116251034747724
Binary10101011001110000110100111010101100001110011110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551343; }

 p { color: rgb(85,19,67); }

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

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

 a { background-color: rgb(85,19,67); }

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

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

 span { border-color: rgb(85,19,67); }

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