#57113F

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

Shades of Tyrian Purple #57113F

Tints of Tyrian Purple #57113F

Color information

#57113F (or 0x57113F) is unknown color: approx Tyrian Purple. HEX triplet: 57, 11 and 3F. RGB value is (87,17,63). Sum of RGB (Red+Green+Blue) = 87+17+63=167 (22% of max value = 765). Red value is 87 (34.38% from 255 or 52.10% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 63 (25% from 255 or 37.72% from 167); Max value from RGB is 87 - color contains mainly: red. Hex color #57113F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57113F is #A8EEC0. Grayscale: #2B2B2B. Windows color (decimal): -11071169 or 4133207. OLE color: 4133207.

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

Color convert

RGB871763-
CMYK00.800.280.66
HSL320.57º67.31%20.39%-
HSV(B)320.57º80.46%34.12%-
XYZ5.032.794.98-
YUV43.17139.19159.26-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.10%
GREEN value IS 17 (7.03% from 255) = 10.18%
BLUE value IS 63 (25% from 255) = 37.72%
R=52.10%
G=10.18%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87176300.800.280.66320.5767.3120.39
Hex57113F0501C421414314
Octal127217701203410250110324
Binary10101111000111111101010000111001000010101000001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57113F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57113F; }

 p { color: rgb(87,17,63); }

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

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

 a { background-color: rgb(87,17,63); }

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

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

 span { border-color: rgb(87,17,63); }

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