#57042A

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

Shades of Tyrian Purple #57042A

Tints of Tyrian Purple #57042A

Color information

#57042A (or 0x57042A) is unknown color: approx Tyrian Purple. HEX triplet: 57, 04 and 2A. RGB value is (87,4,42). Sum of RGB (Red+Green+Blue) = 87+4+42=133 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.41% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 42 (16.80% from 255 or 31.58% from 133); Max value from RGB is 87 - color contains mainly: red. Hex color #57042A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57042A is #A8FBD5. Grayscale: #212121. Windows color (decimal): -11074518 or 2753623. OLE color: 2753623.

HSL color Cylindrical-coordinate representation of color #57042A: hue angle of 332.53º 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 #57042A is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.66.

Color convert

RGB87442-
CMYK00.950.520.66
HSL332.53º91.21%17.84%-
HSV(B)332.53º95.4%34.12%-
XYZ4.392.282.4-
YUV33.15133166.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 65.41%
GREEN value IS 4 (1.95% from 255) = 3.01%
BLUE value IS 42 (16.80% from 255) = 31.58%
R=65.41%
G=3.01%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8744200.950.520.66332.5391.2117.84
Hex5742A05F344214d5b12
Octal12745201376410251513322
Binary1010111100101010010111111101001000010101001101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57042A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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