#570344

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

Shades of Tyrian Purple #570344

Tints of Tyrian Purple #570344

Color information

#570344 (or 0x570344) is unknown color: approx Tyrian Purple. HEX triplet: 57, 03 and 44. RGB value is (87,3,68). Sum of RGB (Red+Green+Blue) = 87+3+68=158 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.06% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 68 (26.95% from 255 or 43.04% from 158); Max value from RGB is 87 - color contains mainly: red. Hex color #570344 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570344 is #A8FCBB. Grayscale: #232323. Windows color (decimal): -11074748 or 4457303. OLE color: 4457303.

HSL color Cylindrical-coordinate representation of color #570344: hue angle of 313.57º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #570344 is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.66.

Color convert

RGB87368-
CMYK00.970.220.66
HSL313.57º93.33%17.65%-
HSV(B)313.57º96.55%34.12%-
XYZ5.012.515.69-
YUV35.53146.33164.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 55.06%
GREEN value IS 3 (1.56% from 255) = 1.90%
BLUE value IS 68 (26.95% from 255) = 43.04%
R=55.06%
G=1.90%
B=43.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8736800.970.220.66313.5793.3317.65
Hex57344061164213a5d12
Octal127310401412610247213522
Binary101011111100010001100001101101000010100111010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570344; }

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

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

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

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

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

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

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

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