#571049

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

Shades of Tyrian Purple #571049

Tints of Tyrian Purple #571049

Color information

#571049 (or 0x571049) is unknown color: approx Tyrian Purple. HEX triplet: 57, 10 and 49. RGB value is (87,16,73). Sum of RGB (Red+Green+Blue) = 87+16+73=176 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.43% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 73 (28.91% from 255 or 41.48% from 176); Max value from RGB is 87 - color contains mainly: red. Hex color #571049 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571049 is #A8EFB6. Grayscale: #2B2B2B. Windows color (decimal): -11071415 or 4788311. OLE color: 4788311.

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

Color convert

RGB871673-
CMYK00.820.160.66
HSL311.83º68.93%20.2%-
HSV(B)311.83º81.61%34.12%-
XYZ5.322.886.58-
YUV43.73144.52158.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.43%
GREEN value IS 16 (6.64% from 255) = 9.09%
BLUE value IS 73 (28.91% from 255) = 41.48%
R=49.43%
G=9.09%
B=41.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87167300.820.160.66311.8368.9320.2
Hex57104905210421384514
Octal1272011101222010247010524
Binary101011110000100100101010010100001000010100111000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571049; }

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

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

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

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

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

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

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

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