#57072A

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

Shades of Tyrian Purple #57072A

Tints of Tyrian Purple #57072A

Color information

#57072A (or 0x57072A) is unknown color: approx Tyrian Purple. HEX triplet: 57, 07 and 2A. RGB value is (87,7,42). Sum of RGB (Red+Green+Blue) = 87+7+42=136 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.97% from 136); Green value is 7 (3.12% from 255 or 5.15% from 136); Blue value is 42 (16.80% from 255 or 30.88% from 136); Max value from RGB is 87 - color contains mainly: red. Hex color #57072A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57072A is #A8F8D5. Grayscale: #222222. Windows color (decimal): -11073750 or 2754391. OLE color: 2754391.

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

Color convert

RGB87742-
CMYK00.920.520.66
HSL333.75º85.11%18.43%-
HSV(B)333.75º91.95%34.12%-
XYZ4.422.352.41-
YUV34.91132165.15-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 63.97%
GREEN value IS 7 (3.12% from 255) = 5.15%
BLUE value IS 42 (16.80% from 255) = 30.88%
R=63.97%
G=5.15%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8774200.920.520.66333.7585.1118.43
Hex5772A05C344214e5512
Octal12775201346410251612522
Binary1010111111101010010111001101001000010101001110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57072A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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