#571546

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

Shades of Tyrian Purple #571546

Tints of Tyrian Purple #571546

Color information

#571546 (or 0x571546) is unknown color: approx Tyrian Purple. HEX triplet: 57, 15 and 46. RGB value is (87,21,70). Sum of RGB (Red+Green+Blue) = 87+21+70=178 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.88% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 70 (27.73% from 255 or 39.33% from 178); Max value from RGB is 87 - color contains mainly: red. Hex color #571546 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571546 is #A8EAB9. Grayscale: #2E2E2E. Windows color (decimal): -11070138 or 4592983. OLE color: 4592983.

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

Color convert

RGB872170-
CMYK00.760.200.66
HSL315.45º61.11%21.18%-
HSV(B)315.45º75.86%34.12%-
XYZ5.336.09-
YUV46.32141.37157.02-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.88%
GREEN value IS 21 (8.59% from 255) = 11.80%
BLUE value IS 70 (27.73% from 255) = 39.33%
R=48.88%
G=11.80%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87217000.760.200.66315.4561.1121.18
Hex57154604C144213b3d15
Octal127251060114241024737525
Binary10101111010110001100100110010100100001010011101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571546; }

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

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

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

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

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

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

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

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