#571044

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

Shades of Tyrian Purple #571044

Tints of Tyrian Purple #571044

Color information

#571044 (or 0x571044) is unknown color: approx Tyrian Purple. HEX triplet: 57, 10 and 44. RGB value is (87,16,68). Sum of RGB (Red+Green+Blue) = 87+16+68=171 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.88% from 171); Green value is 16 (6.64% from 255 or 9.36% from 171); Blue value is 68 (26.95% from 255 or 39.77% from 171); Max value from RGB is 87 - color contains mainly: red. Hex color #571044 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571044 is #A8EFBB. Grayscale: #2B2B2B. Windows color (decimal): -11071420 or 4460631. OLE color: 4460631.

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

Color convert

RGB871668-
CMYK00.820.220.66
HSL316.06º68.93%20.2%-
HSV(B)316.06º81.61%34.12%-
XYZ5.162.815.74-
YUV43.16142.02159.27-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50.88%
GREEN value IS 16 (6.64% from 255) = 9.36%
BLUE value IS 68 (26.95% from 255) = 39.77%
R=50.88%
G=9.36%
B=39.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87166800.820.220.66316.0668.9320.2
Hex571044052164213c4514
Octal1272010401222610247410524
Binary101011110000100010001010010101101000010100111100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571044; }

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

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

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

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

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

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

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

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