#57072D

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

Shades of Tyrian Purple #57072D

Tints of Tyrian Purple #57072D

Color information

#57072D (or 0x57072D) is unknown color: approx Tyrian Purple. HEX triplet: 57, 07 and 2D. RGB value is (87,7,45). Sum of RGB (Red+Green+Blue) = 87+7+45=139 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.59% from 139); Green value is 7 (3.12% from 255 or 5.04% from 139); Blue value is 45 (17.97% from 255 or 32.37% from 139); Max value from RGB is 87 - color contains mainly: red. Hex color #57072D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57072D is #A8F8D2. Grayscale: #232323. Windows color (decimal): -11073747 or 2950999. OLE color: 2950999.

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

Color convert

RGB87745-
CMYK00.920.480.66
HSL331.5º85.11%18.43%-
HSV(B)331.5º91.95%34.12%-
XYZ4.482.372.7-
YUV35.25133.5164.91-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 62.59%
GREEN value IS 7 (3.12% from 255) = 5.04%
BLUE value IS 45 (17.97% from 255) = 32.37%
R=62.59%
G=5.04%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.48
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8774500.920.480.66331.585.1118.43
Hex5772D05C304214c5512
Octal12775501346010251412522
Binary1010111111101101010111001100001000010101001100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57072D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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