#57044B

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

Shades of Tyrian Purple #57044B

Tints of Tyrian Purple #57044B

Color information

#57044B (or 0x57044B) is unknown color: approx Tyrian Purple. HEX triplet: 57, 04 and 4B. RGB value is (87,4,75). Sum of RGB (Red+Green+Blue) = 87+4+75=166 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.41% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 75 (29.69% from 255 or 45.18% from 166); Max value from RGB is 87 - color contains mainly: red. Hex color #57044B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57044B is #A8FBB4. Grayscale: #242424. Windows color (decimal): -11074485 or 4916311. OLE color: 4916311.

HSL color Cylindrical-coordinate representation of color #57044B: hue angle of 308.67º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #57044B is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB87475-
CMYK00.950.140.66
HSL308.67º91.21%17.84%-
HSV(B)308.67º95.4%34.12%-
XYZ5.242.626.89-
YUV36.91149.5163.73-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.41%
GREEN value IS 4 (1.95% from 255) = 2.41%
BLUE value IS 75 (29.69% from 255) = 45.18%
R=52.41%
G=2.41%
B=45.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8747500.950.140.66308.6791.2117.84
Hex5744B05FE421355b12
Octal127411301371610246513322
Binary101011110010010110101111111101000010100110101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57044B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,4,75); }

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

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

 a { background-color: rgb(87,4,75); }

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

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

 span { border-color: rgb(87,4,75); }

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