#57044F

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

Shades of Tyrian Purple #57044F

Tints of Tyrian Purple #57044F

Color information

#57044F (or 0x57044F) is unknown color: approx Tyrian Purple. HEX triplet: 57, 04 and 4F. RGB value is (87,4,79). Sum of RGB (Red+Green+Blue) = 87+4+79=170 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.18% from 170); Green value is 4 (1.95% from 255 or 2.35% from 170); Blue value is 79 (31.25% from 255 or 46.47% from 170); Max value from RGB is 87 - color contains mainly: red. Hex color #57044F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57044F is #A8FBB0. Grayscale: #252525. Windows color (decimal): -11074481 or 5178455. OLE color: 5178455.

HSL color Cylindrical-coordinate representation of color #57044F: hue angle of 305.78º 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 #57044F is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB87479-
CMYK00.950.090.66
HSL305.78º91.21%17.84%-
HSV(B)305.78º95.4%34.12%-
XYZ5.392.687.63-
YUV37.37151.5163.4-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 51.18%
GREEN value IS 4 (1.95% from 255) = 2.35%
BLUE value IS 79 (31.25% from 255) = 46.47%
R=51.18%
G=2.35%
B=46.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8747900.950.090.66305.7891.2117.84
Hex5744F05F9421325b12
Octal127411701371110246213322
Binary101011110010011110101111110011000010100110010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57044F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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