#57003C

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

Shades of Tyrian Purple #57003C

Tints of Tyrian Purple #57003C

Color information

#57003C (or 0x57003C) is unknown color: approx Tyrian Purple. HEX triplet: 57, 00 and 3C. RGB value is (87,0,60). Sum of RGB (Red+Green+Blue) = 87+0+60=147 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.18% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 60 (23.83% from 255 or 40.82% from 147); Max value from RGB is 87 - color contains mainly: red. Hex color #57003C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57003C is #A8FFC3. Grayscale: #202020. Windows color (decimal): -11075524 or 3932247. OLE color: 3932247.

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

Color convert

RGB87060-
CMYK010.310.66
HSL318.62º100%17.06%-
HSV(B)318.62º100%34.12%-
XYZ4.752.354.48-
YUV32.85143.32166.62-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 59.18%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 60 (23.83% from 255) = 40.82%
R=59.18%
G=0%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.31
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87060010.310.66318.6210017.06
Hex5703C0641F4213f6411
Octal12707401443710247714421
Binary1010111011110001100100111111000010100111111110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57003C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,0,60); }

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

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

 a { background-color: rgb(87,0,60); }

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

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

 span { border-color: rgb(87,0,60); }

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