#57074C

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

Shades of Tyrian Purple #57074C

Tints of Tyrian Purple #57074C

Color information

#57074C (or 0x57074C) is unknown color: approx Tyrian Purple. HEX triplet: 57, 07 and 4C. RGB value is (87,7,76). Sum of RGB (Red+Green+Blue) = 87+7+76=170 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.18% from 170); Green value is 7 (3.12% from 255 or 4.12% from 170); Blue value is 76 (30.08% from 255 or 44.71% from 170); Max value from RGB is 87 - color contains mainly: red. Hex color #57074C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57074C is #A8F8B3. Grayscale: #262626. Windows color (decimal): -11073716 or 4982615. OLE color: 4982615.

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

Color convert

RGB87776-
CMYK00.920.130.66
HSL308.25º85.11%18.43%-
HSV(B)308.25º91.95%34.12%-
XYZ5.312.77.08-
YUV38.79149162.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 51.18%
GREEN value IS 7 (3.12% from 255) = 4.12%
BLUE value IS 76 (30.08% from 255) = 44.71%
R=51.18%
G=4.12%
B=44.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8777600.920.130.66308.2585.1118.43
Hex5774C05CD421345512
Octal127711401341510246412522
Binary101011111110011000101110011011000010100110100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57074C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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