#57022C

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

Shades of Tyrian Purple #57022C

Tints of Tyrian Purple #57022C

Color information

#57022C (or 0x57022C) is unknown color: approx Tyrian Purple. HEX triplet: 57, 02 and 2C. RGB value is (87,2,44). Sum of RGB (Red+Green+Blue) = 87+2+44=133 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.41% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 44 (17.58% from 255 or 33.08% from 133); Max value from RGB is 87 - color contains mainly: red. Hex color #57022C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57022C is #A8FDD3. Grayscale: #202020. Windows color (decimal): -11075028 or 2884183. OLE color: 2884183.

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

Color convert

RGB87244-
CMYK00.980.490.66
HSL330.35º95.51%17.45%-
HSV(B)330.35º97.7%34.12%-
XYZ4.412.252.59-
YUV32.2134.66167.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 65.41%
GREEN value IS 2 (1.17% from 255) = 1.50%
BLUE value IS 44 (17.58% from 255) = 33.08%
R=65.41%
G=1.50%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8724400.980.490.66330.3595.5117.45
Hex5722C062314214a6011
Octal12725401426110251214021
Binary101011110101100011000101100011000010101001010110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57022C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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