#57114C

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

Shades of Tyrian Purple #57114C

Tints of Tyrian Purple #57114C

Color information

#57114C (or 0x57114C) is unknown color: approx Tyrian Purple. HEX triplet: 57, 11 and 4C. RGB value is (87,17,76). Sum of RGB (Red+Green+Blue) = 87+17+76=180 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.33% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 76 (30.08% from 255 or 42.22% from 180); Max value from RGB is 87 - color contains mainly: red. Hex color #57114C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57114C is #A8EEB3. Grayscale: #2C2C2C. Windows color (decimal): -11071156 or 4985175. OLE color: 4985175.

HSL color Cylindrical-coordinate representation of color #57114C: hue angle of 309.43º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #57114C is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB871776-
CMYK00.800.130.66
HSL309.43º67.31%20.39%-
HSV(B)309.43º80.46%34.12%-
XYZ5.442.957.12-
YUV44.66145.69158.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.33%
GREEN value IS 17 (7.03% from 255) = 9.44%
BLUE value IS 76 (30.08% from 255) = 42.22%
R=48.33%
G=9.44%
B=42.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87177600.800.130.66309.4367.3120.39
Hex57114C050D421354314
Octal1272111401201510246510324
Binary10101111000110011000101000011011000010100110101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57114C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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