#570536

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

Shades of Tyrian Purple #570536

Tints of Tyrian Purple #570536

Color information

#570536 (or 0x570536) is unknown color: approx Tyrian Purple. HEX triplet: 57, 05 and 36. RGB value is (87,5,54). Sum of RGB (Red+Green+Blue) = 87+5+54=146 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.59% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 54 (21.48% from 255 or 36.99% from 146); Max value from RGB is 87 - color contains mainly: red. Hex color #570536 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570536 is #A8FAC9. Grayscale: #222222. Windows color (decimal): -11074250 or 3540311. OLE color: 3540311.

HSL color Cylindrical-coordinate representation of color #570536: hue angle of 324.15º 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 #570536 is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.66.

Color convert

RGB87554-
CMYK00.940.380.66
HSL324.15º89.13%18.04%-
HSV(B)324.15º94.25%34.12%-
XYZ4.652.43.71-
YUV35.1138.67165.02-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 59.59%
GREEN value IS 5 (2.34% from 255) = 3.42%
BLUE value IS 54 (21.48% from 255) = 36.99%
R=59.59%
G=3.42%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.38
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8755400.940.380.66324.1589.1318.04
Hex5753605E26421445912
Octal12756601364610250413122
Binary1010111101110110010111101001101000010101000100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570536; }

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

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

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

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

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

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

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

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