#57013F

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

Shades of Tyrian Purple #57013F

Tints of Tyrian Purple #57013F

Color information

#57013F (or 0x57013F) is unknown color: approx Tyrian Purple. HEX triplet: 57, 01 and 3F. RGB value is (87,1,63). Sum of RGB (Red+Green+Blue) = 87+1+63=151 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.62% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 63 (25% from 255 or 41.72% from 151); Max value from RGB is 87 - color contains mainly: red. Hex color #57013F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57013F is #A8FEC0. Grayscale: #212121. Windows color (decimal): -11075265 or 4129111. OLE color: 4129111.

HSL color Cylindrical-coordinate representation of color #57013F: hue angle of 316.74º 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 #57013F is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB87163-
CMYK00.990.280.66
HSL316.74º97.73%17.25%-
HSV(B)316.74º98.85%34.12%-
XYZ4.842.414.91-
YUV33.78144.49165.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 57.62%
GREEN value IS 1 (0.78% from 255) = 0.66%
BLUE value IS 63 (25% from 255) = 41.72%
R=57.62%
G=0.66%
B=41.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8716300.990.280.66316.7497.7317.25
Hex5713F0631C4213d6211
Octal12717701433410247514221
Binary1010111111111101100011111001000010100111101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57013F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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