#57042C

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

Shades of Tyrian Purple #57042C

Tints of Tyrian Purple #57042C

Color information

#57042C (or 0x57042C) is unknown color: approx Tyrian Purple. HEX triplet: 57, 04 and 2C. RGB value is (87,4,44). Sum of RGB (Red+Green+Blue) = 87+4+44=135 (17% of max value = 765). Red value is 87 (34.38% from 255 or 64.44% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 44 (17.58% from 255 or 32.59% from 135); Max value from RGB is 87 - color contains mainly: red. Hex color #57042C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57042C is #A8FBD3. Grayscale: #212121. Windows color (decimal): -11074516 or 2884695. OLE color: 2884695.

HSL color Cylindrical-coordinate representation of color #57042C: hue angle of 331.08º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #57042C is Cyan = 0, Magento = 0.95, Yellow = 0.49 and Black (K on CMYK) = 0.66.

Color convert

RGB87444-
CMYK00.950.490.66
HSL331.08º91.21%17.84%-
HSV(B)331.08º95.4%34.12%-
XYZ4.432.292.59-
YUV33.38134166.25-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 64.44%
GREEN value IS 4 (1.95% from 255) = 2.96%
BLUE value IS 44 (17.58% from 255) = 32.59%
R=64.44%
G=2.96%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8744400.950.490.66331.0891.2117.84
Hex5742C05F314214b5b12
Octal12745401376110251313322
Binary1010111100101100010111111100011000010101001011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57042C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57042C; }

 p { color: rgb(87,4,44); }

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

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

 a { background-color: rgb(87,4,44); }

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

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

 span { border-color: rgb(87,4,44); }

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