#57033C

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

Shades of Tyrian Purple #57033C

Tints of Tyrian Purple #57033C

Color information

#57033C (or 0x57033C) is unknown color: approx Tyrian Purple. HEX triplet: 57, 03 and 3C. RGB value is (87,3,60). Sum of RGB (Red+Green+Blue) = 87+3+60=150 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 60 (23.83% from 255 or 40% from 150); Max value from RGB is 87 - color contains mainly: red. Hex color #57033C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57033C is #A8FCC3. Grayscale: #222222. Windows color (decimal): -11074756 or 3933015. OLE color: 3933015.

HSL color Cylindrical-coordinate representation of color #57033C: hue angle of 319.29º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #57033C is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.66.

Color convert

RGB87360-
CMYK00.970.310.66
HSL319.29º93.33%17.65%-
HSV(B)319.29º96.55%34.12%-
XYZ4.782.424.49-
YUV34.61142.33165.37-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 58%
GREEN value IS 3 (1.56% from 255) = 2%
BLUE value IS 60 (23.83% from 255) = 40%
R=58%
G=2%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.31
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8736000.970.310.66319.2993.3317.65
Hex5733C0611F4213f5d12
Octal12737401413710247713522
Binary10101111111110001100001111111000010100111111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57033C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57033C; }

 p { color: rgb(87,3,60); }

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

<style>
 a { background-color: #57033C; }

 a { background-color: rgb(87,3,60); }

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

<style>
 span { border-color: #57033C; }

 span { border-color: rgb(87,3,60); }

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