#57064C

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

Shades of Tyrian Purple #57064C

Tints of Tyrian Purple #57064C

Color information

#57064C (or 0x57064C) is unknown color: approx Tyrian Purple. HEX triplet: 57, 06 and 4C. RGB value is (87,6,76). Sum of RGB (Red+Green+Blue) = 87+6+76=169 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.48% from 169); Green value is 6 (2.73% from 255 or 3.55% from 169); Blue value is 76 (30.08% from 255 or 44.97% from 169); Max value from RGB is 87 - color contains mainly: red. Hex color #57064C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57064C is #A8F9B3. Grayscale: #262626. Windows color (decimal): -11073972 or 4982359. OLE color: 4982359.

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

Color convert

RGB87676-
CMYK00.930.130.66
HSL308.15º87.1%18.24%-
HSV(B)308.15º93.1%34.12%-
XYZ5.32.687.08-
YUV38.2149.34162.81-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 51.48%
GREEN value IS 6 (2.73% from 255) = 3.55%
BLUE value IS 76 (30.08% from 255) = 44.97%
R=51.48%
G=3.55%
B=44.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8767600.930.130.66308.1587.118.24
Hex5764C05DD421345712
Octal127611401351510246412722
Binary101011111010011000101110111011000010100110100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57064C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,6,76); }

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

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

 a { background-color: rgb(87,6,76); }

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

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

 span { border-color: rgb(87,6,76); }

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