#57013A

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

Shades of Tyrian Purple #57013A

Tints of Tyrian Purple #57013A

Color information

#57013A (or 0x57013A) is unknown color: approx Tyrian Purple. HEX triplet: 57, 01 and 3A. RGB value is (87,1,58). Sum of RGB (Red+Green+Blue) = 87+1+58=146 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.59% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 58 (23.05% from 255 or 39.73% from 146); Max value from RGB is 87 - color contains mainly: red. Hex color #57013A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57013A is #A8FEC5. Grayscale: #212121. Windows color (decimal): -11075270 or 3801431. OLE color: 3801431.

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

Color convert

RGB87158-
CMYK00.990.330.66
HSL320.23º97.73%17.25%-
HSV(B)320.23º98.85%34.12%-
XYZ4.712.354.21-
YUV33.21141.99166.37-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 59.59%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 58 (23.05% from 255) = 39.73%
R=59.59%
G=0.68%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8715800.990.330.66320.2397.7317.25
Hex5713A06321421406211
Octal12717201434110250014221
Binary10101111111010011000111000011000010101000000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57013A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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