#57022B

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

Shades of Tyrian Purple #57022B

Tints of Tyrian Purple #57022B

Color information

#57022B (or 0x57022B) is unknown color: approx Tyrian Purple. HEX triplet: 57, 02 and 2B. RGB value is (87,2,43). Sum of RGB (Red+Green+Blue) = 87+2+43=132 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.91% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 43 (17.19% from 255 or 32.58% from 132); Max value from RGB is 87 - color contains mainly: red. Hex color #57022B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57022B is #A8FDD4. Grayscale: #202020. Windows color (decimal): -11075029 or 2818647. OLE color: 2818647.

HSL color Cylindrical-coordinate representation of color #57022B: hue angle of 331.06º 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 #57022B is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB87243-
CMYK00.980.510.66
HSL331.06º95.51%17.45%-
HSV(B)331.06º97.7%34.12%-
XYZ4.392.242.49-
YUV32.09134.16167.17-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 65.91%
GREEN value IS 2 (1.17% from 255) = 1.52%
BLUE value IS 43 (17.19% from 255) = 32.58%
R=65.91%
G=1.52%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8724300.980.510.66331.0695.5117.45
Hex5722B062334214b6011
Octal12725301426310251314021
Binary101011110101011011000101100111000010101001011110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57022B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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