#57023A

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

Shades of Tyrian Purple #57023A

Tints of Tyrian Purple #57023A

Color information

#57023A (or 0x57023A) is unknown color: approx Tyrian Purple. HEX triplet: 57, 02 and 3A. RGB value is (87,2,58). Sum of RGB (Red+Green+Blue) = 87+2+58=147 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.18% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 58 (23.05% from 255 or 39.46% from 147); Max value from RGB is 87 - color contains mainly: red. Hex color #57023A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57023A is #A8FDC5. Grayscale: #212121. Windows color (decimal): -11075014 or 3801687. OLE color: 3801687.

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

Color convert

RGB87258-
CMYK00.980.330.66
HSL320.47º95.51%17.45%-
HSV(B)320.47º97.7%34.12%-
XYZ4.722.384.21-
YUV33.8141.66165.95-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 59.18%
GREEN value IS 2 (1.17% from 255) = 1.36%
BLUE value IS 58 (23.05% from 255) = 39.46%
R=59.18%
G=1.36%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8725800.980.330.66320.4795.5117.45
Hex5723A06221421406011
Octal12727201424110250014021
Binary101011110111010011000101000011000010101000000110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57023A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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