#57073F

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

Shades of Tyrian Purple #57073F

Tints of Tyrian Purple #57073F

Color information

#57073F (or 0x57073F) is unknown color: approx Tyrian Purple. HEX triplet: 57, 07 and 3F. RGB value is (87,7,63). Sum of RGB (Red+Green+Blue) = 87+7+63=157 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.41% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 63 (25% from 255 or 40.13% from 157); Max value from RGB is 87 - color contains mainly: red. Hex color #57073F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57073F is #A8F8C0. Grayscale: #252525. Windows color (decimal): -11073729 or 4130647. OLE color: 4130647.

HSL color Cylindrical-coordinate representation of color #57073F: hue angle of 318º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #57073F is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB87763-
CMYK00.920.280.66
HSL318º85.11%18.43%-
HSV(B)318º91.95%34.12%-
XYZ4.92.544.93-
YUV37.3142.5163.45-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 55.41%
GREEN value IS 7 (3.12% from 255) = 4.46%
BLUE value IS 63 (25% from 255) = 40.13%
R=55.41%
G=4.46%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8776300.920.280.6631885.1118.43
Hex5773F05C1C4213e5512
Octal12777701343410247612522
Binary101011111111111101011100111001000010100111110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57073F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57073F; }

 p { color: rgb(87,7,63); }

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

<style>
 a { background-color: #57073F; }

 a { background-color: rgb(87,7,63); }

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

<style>
 span { border-color: #57073F; }

 span { border-color: rgb(87,7,63); }

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