#57013D

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

Shades of Tyrian Purple #57013D

Tints of Tyrian Purple #57013D

Color information

#57013D (or 0x57013D) is unknown color: approx Tyrian Purple. HEX triplet: 57, 01 and 3D. RGB value is (87,1,61). Sum of RGB (Red+Green+Blue) = 87+1+61=149 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.39% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 61 (24.22% from 255 or 40.94% from 149); Max value from RGB is 87 - color contains mainly: red. Hex color #57013D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57013D is #A8FEC2. Grayscale: #212121. Windows color (decimal): -11075267 or 3998039. OLE color: 3998039.

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

Color convert

RGB87161-
CMYK00.990.300.66
HSL318.14º97.73%17.25%-
HSV(B)318.14º98.85%34.12%-
XYZ4.782.384.62-
YUV33.55143.49166.12-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 58.39%
GREEN value IS 1 (0.78% from 255) = 0.67%
BLUE value IS 61 (24.22% from 255) = 40.94%
R=58.39%
G=0.67%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.30
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8716100.990.300.66318.1497.7317.25
Hex5713D0631E4213e6211
Octal12717501433610247614221
Binary1010111111110101100011111101000010100111110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57013D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57013D; }

 p { color: rgb(87,1,61); }

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

<style>
 a { background-color: #57013D; }

 a { background-color: rgb(87,1,61); }

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

<style>
 span { border-color: #57013D; }

 span { border-color: rgb(87,1,61); }

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