#57143E

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

Shades of Tyrian Purple #57143E

Tints of Tyrian Purple #57143E

Color information

#57143E (or 0x57143E) is unknown color: approx Tyrian Purple. HEX triplet: 57, 14 and 3E. RGB value is (87,20,62). Sum of RGB (Red+Green+Blue) = 87+20+62=169 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.48% from 169); Green value is 20 (8.20% from 255 or 11.83% from 169); Blue value is 62 (24.61% from 255 or 36.69% from 169); Max value from RGB is 87 - color contains mainly: red. Hex color #57143E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57143E is #A8EBC1. Grayscale: #2C2C2C. Windows color (decimal): -11070402 or 4068439. OLE color: 4068439.

HSL color Cylindrical-coordinate representation of color #57143E: hue angle of 322.39º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #57143E is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.66.

Color convert

RGB872062-
CMYK00.770.290.66
HSL322.39º62.62%20.98%-
HSV(B)322.39º77.01%34.12%-
XYZ5.052.874.85-
YUV44.82137.7158.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 51.48%
GREEN value IS 20 (8.20% from 255) = 11.83%
BLUE value IS 62 (24.61% from 255) = 36.69%
R=51.48%
G=11.83%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.29
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87206200.770.290.66322.3962.6220.98
Hex57143E04D1D421423f15
Octal12724760115351025027725
Binary1010111101001111100100110111101100001010100001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57143E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57143E; }

 p { color: rgb(87,20,62); }

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

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

 a { background-color: rgb(87,20,62); }

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

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

 span { border-color: rgb(87,20,62); }

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