#551342

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

Shades of Tyrian Purple #551342

Tints of Tyrian Purple #551342

Color information

#551342 (or 0x551342) is unknown color: approx Tyrian Purple. HEX triplet: 55, 13 and 42. RGB value is (85,19,66). Sum of RGB (Red+Green+Blue) = 85+19+66=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 66 (26.17% from 255 or 38.82% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #551342 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551342 is #AAECBD. Grayscale: #2B2B2B. Windows color (decimal): -11201726 or 4330325. OLE color: 4330325.

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

Color convert

RGB851966-
CMYK00.780.220.67
HSL317.27º63.46%20.39%-
HSV(B)317.27º77.65%33.33%-
XYZ4.962.795.43-
YUV44.09140.37157.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50%
GREEN value IS 19 (7.81% from 255) = 11.18%
BLUE value IS 66 (26.17% from 255) = 38.82%
R=50%
G=11.18%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85196600.780.220.67317.2763.4620.39
Hex55134204E164313d3f14
Octal125231020116261034757724
Binary10101011001110000100100111010110100001110011110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551342; }

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

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

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

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

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

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

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

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