#57113D

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

Shades of Tyrian Purple #57113D

Tints of Tyrian Purple #57113D

Color information

#57113D (or 0x57113D) is unknown color: approx Tyrian Purple. HEX triplet: 57, 11 and 3D. RGB value is (87,17,61). Sum of RGB (Red+Green+Blue) = 87+17+61=165 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.73% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 61 (24.22% from 255 or 36.97% from 165); Max value from RGB is 87 - color contains mainly: red. Hex color #57113D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57113D is #A8EEC2. Grayscale: #2A2A2A. Windows color (decimal): -11071171 or 4002135. OLE color: 4002135.

HSL color Cylindrical-coordinate representation of color #57113D: hue angle of 322.29º 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 #57113D is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.66.

Color convert

RGB871761-
CMYK00.800.300.66
HSL322.29º67.31%20.39%-
HSV(B)322.29º80.46%34.12%-
XYZ4.972.764.69-
YUV42.95138.19159.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.73%
GREEN value IS 17 (7.03% from 255) = 10.30%
BLUE value IS 61 (24.22% from 255) = 36.97%
R=52.73%
G=10.30%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.30
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87176100.800.300.66322.2967.3120.39
Hex57113D0501E421424314
Octal127217501203610250210324
Binary10101111000111110101010000111101000010101000010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57113D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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