#57023B

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

Shades of Tyrian Purple #57023B

Tints of Tyrian Purple #57023B

Color information

#57023B (or 0x57023B) is unknown color: approx Tyrian Purple. HEX triplet: 57, 02 and 3B. RGB value is (87,2,59). Sum of RGB (Red+Green+Blue) = 87+2+59=148 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.78% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 59 (23.44% from 255 or 39.86% from 148); Max value from RGB is 87 - color contains mainly: red. Hex color #57023B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57023B is #A8FDC4. Grayscale: #212121. Windows color (decimal): -11075013 or 3867223. OLE color: 3867223.

HSL color Cylindrical-coordinate representation of color #57023B: hue angle of 319.76º 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 #57023B is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.66.

Color convert

RGB87259-
CMYK00.980.320.66
HSL319.76º95.51%17.45%-
HSV(B)319.76º97.7%34.12%-
XYZ4.742.394.35-
YUV33.91142.16165.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 58.78%
GREEN value IS 2 (1.17% from 255) = 1.35%
BLUE value IS 59 (23.44% from 255) = 39.86%
R=58.78%
G=1.35%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.32
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8725900.980.320.66319.7695.5117.45
Hex5723B06220421406011
Octal12727301424010250014021
Binary101011110111011011000101000001000010101000000110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57023B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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