#57072C

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

Shades of Tyrian Purple #57072C

Tints of Tyrian Purple #57072C

Color information

#57072C (or 0x57072C) is unknown color: approx Tyrian Purple. HEX triplet: 57, 07 and 2C. RGB value is (87,7,44). Sum of RGB (Red+Green+Blue) = 87+7+44=138 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.04% from 138); Green value is 7 (3.12% from 255 or 5.07% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 87 - color contains mainly: red. Hex color #57072C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57072C is #A8F8D3. Grayscale: #232323. Windows color (decimal): -11073748 or 2885463. OLE color: 2885463.

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

Color convert

RGB87744-
CMYK00.920.490.66
HSL332.25º85.11%18.43%-
HSV(B)332.25º91.95%34.12%-
XYZ4.462.362.6-
YUV35.14133164.99-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 63.04%
GREEN value IS 7 (3.12% from 255) = 5.07%
BLUE value IS 44 (17.58% from 255) = 31.88%
R=63.04%
G=5.07%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8774400.920.490.66332.2585.1118.43
Hex5772C05C314214c5512
Octal12775401346110251412522
Binary1010111111101100010111001100011000010101001100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57072C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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