#571036

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

Shades of Tyrian Purple #571036

Tints of Tyrian Purple #571036

Color information

#571036 (or 0x571036) is unknown color: approx Tyrian Purple. HEX triplet: 57, 10 and 36. RGB value is (87,16,54). Sum of RGB (Red+Green+Blue) = 87+16+54=157 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.41% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 54 (21.48% from 255 or 34.39% from 157); Max value from RGB is 87 - color contains mainly: red. Hex color #571036 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571036 is #A8EFC9. Grayscale: #292929. Windows color (decimal): -11071434 or 3543127. OLE color: 3543127.

HSL color Cylindrical-coordinate representation of color #571036: hue angle of 327.89º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #571036 is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.66.

Color convert

RGB871654-
CMYK00.820.380.66
HSL327.89º68.93%20.2%-
HSV(B)327.89º81.61%34.12%-
XYZ4.782.663.75-
YUV41.56135.02160.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 55.41%
GREEN value IS 16 (6.64% from 255) = 10.19%
BLUE value IS 54 (21.48% from 255) = 34.39%
R=55.41%
G=10.19%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.38
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87165400.820.380.66327.8968.9320.2
Hex57103605226421484514
Octal127206601224610251010524
Binary101011110000110110010100101001101000010101001000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571036; }

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

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

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

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

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

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

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

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