#571543

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

Shades of Tyrian Purple #571543

Tints of Tyrian Purple #571543

Color information

#571543 (or 0x571543) is unknown color: approx Tyrian Purple. HEX triplet: 57, 15 and 43. RGB value is (87,21,67). Sum of RGB (Red+Green+Blue) = 87+21+67=175 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.71% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 67 (26.56% from 255 or 38.29% from 175); Max value from RGB is 87 - color contains mainly: red. Hex color #571543 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571543 is #A8EABC. Grayscale: #2D2D2D. Windows color (decimal): -11070141 or 4396375. OLE color: 4396375.

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

Color convert

RGB872167-
CMYK00.760.230.66
HSL318.18º61.11%21.18%-
HSV(B)318.18º75.86%34.12%-
XYZ5.212.975.61-
YUV45.98139.87157.26-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.71%
GREEN value IS 21 (8.59% from 255) = 12%
BLUE value IS 67 (26.56% from 255) = 38.29%
R=49.71%
G=12%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.23
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87216700.760.230.66318.1861.1121.18
Hex57154304C174213e3d15
Octal127251030114271024767525
Binary10101111010110000110100110010111100001010011111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571543; }

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

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

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

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

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

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

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

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