#571040

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

Shades of Tyrian Purple #571040

Tints of Tyrian Purple #571040

Color information

#571040 (or 0x571040) is unknown color: approx Tyrian Purple. HEX triplet: 57, 10 and 40. RGB value is (87,16,64). Sum of RGB (Red+Green+Blue) = 87+16+64=167 (22% of max value = 765). Red value is 87 (34.38% from 255 or 52.10% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 64 (25.39% from 255 or 38.32% from 167); Max value from RGB is 87 - color contains mainly: red. Hex color #571040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571040 is #A8EFBF. Grayscale: #2A2A2A. Windows color (decimal): -11071424 or 4198487. OLE color: 4198487.

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

Color convert

RGB871664-
CMYK00.820.260.66
HSL319.44º68.93%20.2%-
HSV(B)319.44º81.61%34.12%-
XYZ5.042.775.12-
YUV42.7140.02159.6-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.10%
GREEN value IS 16 (6.64% from 255) = 9.58%
BLUE value IS 64 (25.39% from 255) = 38.32%
R=52.10%
G=9.58%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87166400.820.260.66319.4468.9320.2
Hex5710400521A4213f4514
Octal1272010001223210247710524
Binary101011110000100000001010010110101000010100111111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571040; }

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

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

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

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

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

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

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

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