#571140

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

Shades of Tyrian Purple #571140

Tints of Tyrian Purple #571140

Color information

#571140 (or 0x571140) is unknown color: approx Tyrian Purple. HEX triplet: 57, 11 and 40. RGB value is (87,17,64). Sum of RGB (Red+Green+Blue) = 87+17+64=168 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.79% from 168); Green value is 17 (7.03% from 255 or 10.12% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 87 - color contains mainly: red. Hex color #571140 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571140 is #A8EEBF. Grayscale: #2B2B2B. Windows color (decimal): -11071168 or 4198743. OLE color: 4198743.

HSL color Cylindrical-coordinate representation of color #571140: hue angle of 319.71º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #571140 is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB871764-
CMYK00.800.260.66
HSL319.71º67.31%20.39%-
HSV(B)319.71º80.46%34.12%-
XYZ5.062.85.12-
YUV43.29139.69159.18-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 51.79%
GREEN value IS 17 (7.03% from 255) = 10.12%
BLUE value IS 64 (25.39% from 255) = 38.10%
R=51.79%
G=10.12%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87176400.800.260.66319.7167.3120.39
Hex5711400501A421404314
Octal1272110001203210250010324
Binary101011110001100000001010000110101000010101000000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571140; }

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

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

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

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

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

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

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

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