#57043F

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

Shades of Tyrian Purple #57043F

Tints of Tyrian Purple #57043F

Color information

#57043F (or 0x57043F) is unknown color: approx Tyrian Purple. HEX triplet: 57, 04 and 3F. RGB value is (87,4,63). Sum of RGB (Red+Green+Blue) = 87+4+63=154 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.49% from 154); Green value is 4 (1.95% from 255 or 2.60% from 154); Blue value is 63 (25% from 255 or 40.91% from 154); Max value from RGB is 87 - color contains mainly: red. Hex color #57043F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57043F is #A8FBC0. Grayscale: #232323. Windows color (decimal): -11074497 or 4129879. OLE color: 4129879.

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

Color convert

RGB87463-
CMYK00.950.280.66
HSL317.35º91.21%17.84%-
HSV(B)317.35º95.4%34.12%-
XYZ4.872.474.92-
YUV35.54143.5164.7-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 56.49%
GREEN value IS 4 (1.95% from 255) = 2.60%
BLUE value IS 63 (25% from 255) = 40.91%
R=56.49%
G=2.60%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8746300.950.280.66317.3591.2117.84
Hex5743F05F1C4213d5b12
Octal12747701373410247513322
Binary101011110011111101011111111001000010100111101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57043F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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