#57073E

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

Shades of Tyrian Purple #57073E

Tints of Tyrian Purple #57073E

Color information

#57073E (or 0x57073E) is unknown color: approx Tyrian Purple. HEX triplet: 57, 07 and 3E. RGB value is (87,7,62). Sum of RGB (Red+Green+Blue) = 87+7+62=156 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.77% from 156); Green value is 7 (3.12% from 255 or 4.49% from 156); Blue value is 62 (24.61% from 255 or 39.74% from 156); Max value from RGB is 87 - color contains mainly: red. Hex color #57073E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57073E is #A8F8C1. Grayscale: #252525. Windows color (decimal): -11073730 or 4065111. OLE color: 4065111.

HSL color Cylindrical-coordinate representation of color #57073E: hue angle of 318.75º 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 #57073E is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.66.

Color convert

RGB87762-
CMYK00.920.290.66
HSL318.75º85.11%18.43%-
HSV(B)318.75º91.95%34.12%-
XYZ4.882.534.79-
YUV37.19142163.53-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 55.77%
GREEN value IS 7 (3.12% from 255) = 4.49%
BLUE value IS 62 (24.61% from 255) = 39.74%
R=55.77%
G=4.49%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.29
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8776200.920.290.66318.7585.1118.43
Hex5773E05C1D4213f5512
Octal12777601343510247712522
Binary101011111111111001011100111011000010100111111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57073E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57073E; }

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

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

<style>
 a { background-color: #57073E; }

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

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

<style>
 span { border-color: #57073E; }

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

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