#57053B

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

Shades of Tyrian Purple #57053B

Tints of Tyrian Purple #57053B

Color information

#57053B (or 0x57053B) is unknown color: approx Tyrian Purple. HEX triplet: 57, 05 and 3B. RGB value is (87,5,59). Sum of RGB (Red+Green+Blue) = 87+5+59=151 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.62% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 59 (23.44% from 255 or 39.07% from 151); Max value from RGB is 87 - color contains mainly: red. Hex color #57053B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57053B is #A8FAC4. Grayscale: #232323. Windows color (decimal): -11074245 or 3867991. OLE color: 3867991.

HSL color Cylindrical-coordinate representation of color #57053B: hue angle of 320.49º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #57053B is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.66.

Color convert

RGB87559-
CMYK00.940.320.66
HSL320.49º89.13%18.04%-
HSV(B)320.49º94.25%34.12%-
XYZ4.772.454.36-
YUV35.67141.17164.61-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 57.62%
GREEN value IS 5 (2.34% from 255) = 3.31%
BLUE value IS 59 (23.44% from 255) = 39.07%
R=57.62%
G=3.31%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.32
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8755900.940.320.66320.4989.1318.04
Hex5753B05E20421405912
Octal12757301364010250013122
Binary1010111101111011010111101000001000010101000000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57053B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,5,59); }

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

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

 a { background-color: rgb(87,5,59); }

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

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

 span { border-color: rgb(87,5,59); }

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