#571540

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

Shades of Tyrian Purple #571540

Tints of Tyrian Purple #571540

Color information

#571540 (or 0x571540) is unknown color: approx Tyrian Purple. HEX triplet: 57, 15 and 40. RGB value is (87,21,64). Sum of RGB (Red+Green+Blue) = 87+21+64=172 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.58% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 87 - color contains mainly: red. Hex color #571540 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571540 is #A8EABF. Grayscale: #2D2D2D. Windows color (decimal): -11070144 or 4199767. OLE color: 4199767.

HSL color Cylindrical-coordinate representation of color #571540: hue angle of 320.91º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #571540 is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB872164-
CMYK00.760.260.66
HSL320.91º61.11%21.18%-
HSV(B)320.91º75.86%34.12%-
XYZ5.122.935.15-
YUV45.64138.37157.5-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50.58%
GREEN value IS 21 (8.59% from 255) = 12.21%
BLUE value IS 64 (25.39% from 255) = 37.21%
R=50.58%
G=12.21%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87216400.760.260.66320.9161.1121.18
Hex57154004C1A421413d15
Octal127251000114321025017525
Binary10101111010110000000100110011010100001010100000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571540; }

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

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

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

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

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

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

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

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