#57052A

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

Shades of Tyrian Purple #57052A

Tints of Tyrian Purple #57052A

Color information

#57052A (or 0x57052A) is unknown color: approx Tyrian Purple. HEX triplet: 57, 05 and 2A. RGB value is (87,5,42). Sum of RGB (Red+Green+Blue) = 87+5+42=134 (17% of max value = 765). Red value is 87 (34.38% from 255 or 64.93% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 87 - color contains mainly: red. Hex color #57052A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57052A is #A8FAD5. Grayscale: #212121. Windows color (decimal): -11074262 or 2753879. OLE color: 2753879.

HSL color Cylindrical-coordinate representation of color #57052A: hue angle of 332.93º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #57052A is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.66.

Color convert

RGB87542-
CMYK00.940.520.66
HSL332.93º89.13%18.04%-
HSV(B)332.93º94.25%34.12%-
XYZ4.42.32.4-
YUV33.74132.67165.99-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 64.93%
GREEN value IS 5 (2.34% from 255) = 3.73%
BLUE value IS 42 (16.80% from 255) = 31.34%
R=64.93%
G=3.73%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8754200.940.520.66332.9389.1318.04
Hex5752A05E344214d5912
Octal12755201366410251513122
Binary1010111101101010010111101101001000010101001101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57052A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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